-
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
Create basic Physics simulation #2
Comments
if this task isn't completed before October 2nd, I would be glad to take it |
I want to work and be assigned on this task. Thank you! |
I was also told to do this issue! I'm ready to get to work :) |
i will be helping out on this task (my first priority is currently task 3 however) |
Dw about it. There are already 2 ppl working on this. Also reference tasks by there are issue numbers, like this: #3 |
Create a scene with Unity with a ramp and a cube. Clicking on the ramp should allow the user to change the static friction and dynamic friction(you can do this by editing the properties of the attached Physic material). A ramp is a static object. When the user clicks on the cube, allow the user to change the physical properties of the cube, like static friction, dynamic friction, and mass.
Take a look at the old repository for guidance: https://github.com/sagarreddypatil/InVisionAR. The code is very messy, so feel free to ask any questions.
The text was updated successfully, but these errors were encountered: