Alex

Results 41 comments of Alex

Hi again. I am guessing if this could simplify the problem you described about merging vertices and dealing with vertex_id. Would it make more simple if the id was by...

Any feedback about this topic? Best regards

Hi. Many thanks for the info. I am already trying texture aproach, I will keep you informed. Best regards

Sure. : ) Here you have an example: [test.zip](https://github.com/KhronosGroup/COLLADA2GLTF/files/2584787/test.zip) Best regards

Hi I have tested the gltf exporter and collada loader published for threejs and I have been able to load the same file and export it to glb, of course...

Hi. Finally I have aided my own collada2gltf convertor using nodejs and available threejs and gltf-pipeline modules. My convertor can convert the collada,fbx,obj,wrl files with linesegments without any problem. Of...

Hi. Is there anybody who has faced this problem with potree? I need to get the original coordinates when reading from pixels. Best regards

Hi I have tried to use a DataTexture built with a Uint8Array( 1024*1024*4 ) as material uniform in order to remap the point vertext color using this texture, but I...

Hi. I have partialy got what I pretended to get. The texture is being used by the shader. I am using a RGBA UNISIGNED_BYTE texture 4 * side * side...