mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Fix for Issue #170 Asset loading under Linux
This commit is contained in:
parent
37f44a6341
commit
5dd5814a9b
11 changed files with 17 additions and 17 deletions
|
|
@ -274,7 +274,7 @@ datablock WheeledVehicleTire(CheetahCarTire)
|
|||
// forces to move the vehicle. These distortion/spring forces
|
||||
// are what convert wheel angular velocity into forces that
|
||||
// act on the rigid body.
|
||||
shapeFile = "art/shapes/Cheetah/wheel.dae";
|
||||
shapeFile = "art/shapes/Cheetah/wheel.DAE";
|
||||
staticFriction = 4.2;
|
||||
kineticFriction = "1";
|
||||
|
||||
|
|
@ -296,7 +296,7 @@ datablock WheeledVehicleTire(CheetahCarTireRear)
|
|||
// forces to move the vehicle. These distortion/spring forces
|
||||
// are what convert wheel angular velocity into forces that
|
||||
// act on the rigid body.
|
||||
shapeFile = "art/shapes/Cheetah/wheelBack.dae";
|
||||
shapeFile = "art/shapes/Cheetah/wheelBack.DAE";
|
||||
staticFriction = "7.2";
|
||||
kineticFriction = "1";
|
||||
|
||||
|
|
@ -324,7 +324,7 @@ datablock WheeledVehicleSpring(CheetahCarSpring)
|
|||
datablock WheeledVehicleData(CheetahCar)
|
||||
{
|
||||
category = "Vehicles";
|
||||
shapeFile = "art/shapes/Cheetah/Cheetah_Body.dae";
|
||||
shapeFile = "art/shapes/Cheetah/Cheetah_Body.DAE";
|
||||
emap = 1;
|
||||
|
||||
mountPose[0] = sitting;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue