mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +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
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
singleton TSShapeConstructor(WheelDae)
|
||||
{
|
||||
baseShape = "./wheel.dae";
|
||||
baseShape = "./wheel.DAE";
|
||||
lodType = "TrailingNumber";
|
||||
neverImport = "null EnvironmentAmbientLight";
|
||||
matNamePrefix = "";
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
singleton TSShapeConstructor(WheelBackDae)
|
||||
{
|
||||
baseShape = "./wheelBack.dae";
|
||||
baseShape = "./wheelBack.DAE";
|
||||
lodType = "TrailingNumber";
|
||||
neverImport = "null EnvironmentAmbientLight";
|
||||
matNamePrefix = "";
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
singleton TSShapeConstructor(SoldierDAE)
|
||||
{
|
||||
baseShape = "./soldier_rigged.dae";
|
||||
baseShape = "./soldier_rigged.DAE";
|
||||
loadLights = "0";
|
||||
unit = "1.0";
|
||||
upAxis = "DEFAULT";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue