Three js Editor

I want to build a UI for the user to be able to edit the model (eg. User input the different coordinates of the objects location).

I stumbeled across three.js editor this edior online and I was thinking on some tips and pointers from the community on how can this be built in my project?

2 Likes

u can start by using the threejs editor source code then edit it to create ur project to position, transform and scale assets in the scene, and save the data into json.