You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
May be I am stupid to ask this without actually trying your library, but this is something I need to know before I jump in and explore it.
Can we add interaction with 3D objects? for example moving object with mouse or tap, drag-drop, snapping etc?
Please if not add these feature to this fantastic library to make it more fantastic.
Rahul
The text was updated successfully, but these errors were encountered:
Well, you could do all those things, but you would have to implement them by yourself.
Think of WebGLStudio as a frontend for a 3D engine. You can code any behaviour you want.
However, if you really need those features, I have code them for the editor itself (not for the core engine), so I could create a component that allows to manipulate objects.
To publish things, once finished you can get the URL of your project (to play it) or you can export it as a ZIP that contains all the project data and the player itself (HTML and JS).
Hi,
May be I am stupid to ask this without actually trying your library, but this is something I need to know before I jump in and explore it.
Can we add interaction with 3D objects? for example moving object with mouse or tap, drag-drop, snapping etc?
Please if not add these feature to this fantastic library to make it more fantastic.
Rahul
The text was updated successfully, but these errors were encountered: