procedural-gl-js
procedural-gl-js copied to clipboard
Add THREE.js objects into procedural-gl-js scene.
I'm not quite sure if this is the right place to put this, so let me know if not
Anyway, so I have a question, is it possible to add THREE.js objects into a procedural-gl-js scene? Because I believe procedual-gl-js uses THREE.js behind the scenes (though correct me if not). So could I, for instance, and create a cube with THREE.js, and add it to the procedural-gl-js scene in some way?
Many thanks :)
I have a question same
same question! I tried to add some 3dtiles into the scene but I got some texture issues (https://github.com/NASA-AMMOS/3DTilesRendererJS)
Now I'm testing adding a new canvas/scene/render on top of the procedural :D but it's not easy to have the same camera settings!