|
@@ -271,7 +271,7 @@ the new <a href="/docs/#api/en/core/Object3D"><code class="notranslate" translat
|
|
|
- cars = root.getObjectByName('Cars');
|
|
|
+ const loadedCars = root.getObjectByName('Cars');
|
|
|
+ const fixes = [
|
|
|
-+ { prefix: 'Car_08', rot: [Math.PI * .5, 0, Math.PI +* .5], },
|
|
|
++ { prefix: 'Car_08', rot: [Math.PI * .5, 0, Math.PI * .5], },
|
|
|
+ { prefix: 'CAR_03', rot: [0, Math.PI, 0], },
|
|
|
+ { prefix: 'Car_04', rot: [0, Math.PI, 0], },
|
|
|
+ ];
|
|
@@ -707,4 +707,4 @@ whatever tool we're using to create the data into our app.</p>
|
|
|
|
|
|
|
|
|
|
|
|
-</body></html>
|
|
|
+</body></html>
|