Login

Fancade Wiki

Updated How to make a car.md (markdown)

... ...
@@ -97,7 +97,7 @@ There! Now our wheels are properly attached to the car!
97 97
98 98
The wheels are very stiff, and they cannot rotate yet.
99 99
100
To fix this, we need to define the [Linear Limits] and [Angular Limits] of the constraint. These blocks define the freedom/restriction of movement of the constraint. We want the constraint to move up and down, and we also want to spin the constraint along the wheel axle. To do that, we can configure the wheels like so:
100
To fix this, we need to define the [[Linear Limits]] and [[Angular Limits]] of the constraint. These blocks define the freedom/restriction of movement of the constraint. We want the constraint to move up and down, and we also want to spin the constraint along the wheel axle. To do that, we can configure the wheels like so:
101 101
102 102
[[/uploads/tutorial-car-16.jpg]]
103 103
... ...
@@ -123,7 +123,7 @@ Look at that! Our car is nice and bouncy now!
123 123
124 124
We are really far into the tutorial, but the car still can't drive. Let's fix that now!
125 125
126
Underneath the Linear Spring script, add a [Linear Motor] script, like this:
126
Underneath the Linear Spring script, add a [[Linear Motor]] script, like this:
127 127
128 128
[[/uploads/tutorial-car-20.jpg]]
129 129
Fancade Wiki