-
Notifications
You must be signed in to change notification settings - Fork 37
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 do I enable 3d models and control the camera? #313
Comments
You can press the "C" key to switch between regular camera and free camera. |
If you want to enable the 3D models in regular gameplay mode, you have to add iso3d=true in the url, for instance: http://localhost:8080/#iso3d=true |
We are planning to add some UI buttons to switch between camera modes in the future, so you don't have to know the shortcut. |
Great! Thanks :-) It seems reasonable to keep this issue open then. Perhaps rename it to "Add UI to switch between camera modes" This is a very cool project. Congratulations! |
Well, we have a private TODO list where I do have a task for this already, we're using github issues only for user feedback, I'm keeping this closed as it doesn't require further action at the moment (since you have your question answered, and there's a task in the internal tracker). I hope you don't mind. |
It feels discouraging for a potential contributor to hear that. |
Well, we're doing the private tracker thing mostly because github issues are not convenient to work with and they became really out of sync with what we were actually doing on the project. So we're trying something a bit lighter and more focused on our specific needs. |
Make it fully public, otherwise it sounds like a VIP club, regardless of what you say ;-) |
After setting up the project in my system:
#312 (comment)
Now I am exploring the editors and trying to do the same things I saw in that youtube video (playing with free camera movements, to explore the 3d scene from different angles). How do we do it? Does it need to be enabled with some command or shortcut/key combo? What are the key bindings to control the camera?
The text was updated successfully, but these errors were encountered: