
IN THIS VIDEO...
What you'll need to start
IN THIS VIDEO...
IN THIS VIDEO...
SOME USEFUL LINKS...
(NOTE YOU CAN CLICK THESE LINKS BELOW)
In this section we will be dealing with a rigid body, and the effect of forces on it.
We will be working backwards through this list, starting with position and eventually creating components to model the effect of various forces on our game object.
IN THIS VIDEO…
SOME USEFUL LINKS...
(NOTE YOU CAN CLICK THESE LINKS BELOW)
IN THIS VIDEO...
Create A Force List
IN THIS VIDEO...
IN THIS VIDEO...
IN THIS VIDEO...
IN THIS VIDEO...
SOME USEFUL LINKS...
(NOTE YOU CAN CLICK THESE LINKS BELOW)
IN THIS VIDEO...
SOME USEFUL LINKS...
(NOTE YOU CAN CLICK THESE LINKS BELOW)
IN THIS VIDEO...
SOME USEFUL LINKS...
(NOTE YOU CAN CLICK THESE LINKS BELOW)
IN THIS VIDEO...
IN THIS VIDEO...
SOME USEFUL LINKS...
(NOTE YOU CAN CLICK THESE LINKS BELOW)
IN THIS VIDEO...
SOME USEFUL LINKS...
(NOTE YOU CAN CLICK THESE LINKS BELOW)
IN THIS VIDEO...
IN THIS VIDEO...
WHAT YOU'VE LEARNT...
http://en.wikipedia.org/wiki/Parallel_axis_theorem
public float magnusConstant = 1f;
private Rigidbody rigidBody;
void Start () {
rigidBody = GetComponent<Rigidbody> ();
}
// Update is called once per frame
void Update () {
rigidBody.AddForce (magnusConstant * Vector3.Cross (rigidBody.angularVelocity, rigidBody.velocity));
}
Congratulations and how to continue your learning.
Learn to build your own game physics engine. By the end of this mini-course course you will have gained confidence in translating theories of physics into working game code.
I will be teaching using Unity 3D free as the example game engine. I expect you to have some experience with both Unity 3D, and C# before starting this course. If you don't then check out my Complete Unity Developer course.
Why would you take this course?
Note: We are no longer actively supporting this course, however if we do revisit this subject in the future then students on this course will get the updated content.
Access to this course does come with an optional, free community site where you can share games and 3D models, as well as connect with other students.
See you in there!