-
Notifications
You must be signed in to change notification settings - Fork 4
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
WIP: Physics sim #9
base: master
Are you sure you want to change the base?
WIP: Physics sim #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still need to do the following things
- Add option to change the properties of any object by clicking on it
- All objects should have the option to change static and dynamic friction
- Dynamic objects(such as the cube) should have the option to change the mass, in addition to static and dynamic friction
- Give the scenes simpler names. "Physics Basic Simulation InVisionAR" can be changed to "Basic Physics Simulation"
- Use a plane instead of the terrain object.
- Organize all assets into their respective folders(Physic materials go to the Physic Materials folder, etc.)
- Delete all unnecessary assets(NewLayer, Terrain, anything that isn't being used.
I don't get why you still haven't done the object editing yet. That is one of the basic requirements for this task.
Also, there was literally absolutely no reason to close the pull request. Please don't close a PR unless you are told to do so. |
Sorry about that. Also, just to make it clear for you, I did have a section for the physics material where you can edit the mass, static friction. etc. if you click on the object and click the respective physics material to change it. Also, I have updated these values already with the recent push so please check that. Thank you! |
Closes #2