patrikant
patrikant
Hi, I am trying to encode something similar, like [Draco does not decode "high dimensional" point clouds](https://github.com/google/draco/issues/1020). I think I managed to do it with some custom GeometryAttributes, however, I...
I am trying to render two scenes of the same object but with different resolutions. To switch between the two scenes, I use a slider with [gl.scissor](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/scissor). I am facing...
I am using SPLAT files in addition to ply files. Currently, this datatype is not supported by the Draco library. A few months ago, I raised an issue regarding this...