Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add additional interaction with 3d object #27

Open
RYG81 opened this issue Apr 19, 2017 · 2 comments
Open

How to add additional interaction with 3d object #27

RYG81 opened this issue Apr 19, 2017 · 2 comments

Comments

@RYG81
Copy link

RYG81 commented Apr 19, 2017

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

@RYG81
Copy link
Author

RYG81 commented Apr 19, 2017

Forget one more thing, :-). How would you publish something as webGL or HTML?

@jagenjo
Copy link
Owner

jagenjo commented Apr 19, 2017

Hi:

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

Just let me know if you have any more questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants