procedural-gl-js icon indicating copy to clipboard operation
procedural-gl-js copied to clipboard

Add THREE.js objects into procedural-gl-js scene.

Open nathan-a-macleod opened this issue 3 years ago • 2 comments

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 :)

nathan-a-macleod avatar Oct 20 '21 12:10 nathan-a-macleod

I have a question same

459584547 avatar May 16 '22 07:05 459584547

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!

laraduarte avatar Nov 17 '22 13:11 laraduarte