Question

There is a nice editor made for three.js. You can find it here: http://threejs.org/editor/ I made a scene and exported as scene. My question is how can I load the scene inside my webpage.

Thanks a lot

Was it helpful?

Solution

Export first the object / scene then use the ObjectLoader or the SceneLoader (which will be deprecated), there are a few examples online.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top