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

WIP: Basic simulations #7

Closed

Conversation

FlameKnight137
Copy link

@FlameKnight137 FlameKnight137 commented Sep 28, 2020

Closes #2

@sagarreddypatil sagarreddypatil changed the title created a ramp and a cube> WIP: Basic simulations Sep 28, 2020
Copy link
Contributor

@sagarreddypatil sagarreddypatil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete. Still need to do these tasks:

  • Make the cube another color
  • Make the cube a physics object(keep the ramp and floor static) with a RigidBody so that it goes down the ramp
  • Add the ability to click(or tap) on any object(including the floor) and change static and dynamic friction
  • Add the ability to click(or tap) on any RigidBody physics object(such as the cube) and change mass. This should happen in the same menu as the static and dynamic friction.

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

Successfully merging this pull request may close these issues.

Create basic Physics simulation
2 participants