Login

Fancade Wiki

Updated How to make a car.md (markdown)

... ...
@@ -111,7 +111,7 @@ Our wheels can now move up and down, but we still haven't added suspension to ou
111 111
112 112
Let's give our wheels some springy action!
113 113
114
We begin a new loop. This loop will run at every frame. For each constraint, we will add a linear spring to it.
114
We begin a new loop. This loop will run at every frame. For each constraint, we will add a [[Linear Spring]] to it.
115 115
116 116
[[/uploads/tutorial-car-18.jpg]]
117 117
... ...
@@ -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 an [[Angular Motor]] script, like this:
127 127
128 128
[[/uploads/tutorial-car-20.jpg]]
129 129
Fancade Wiki