mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 04:15:36 +00:00
12 lines
241 B
Text
12 lines
241 B
Text
|
|
|
||
|
|
singleton TSShapeConstructor(unit_cubedts2)
|
||
|
|
{
|
||
|
|
baseShape = "./unit_cube.dts";
|
||
|
|
singleDetailSize = "0";
|
||
|
|
flipUVCoords = "0";
|
||
|
|
JoinIdenticalVerts = "0";
|
||
|
|
reverseWindingOrder = "0";
|
||
|
|
removeRedundantMats = "0";
|
||
|
|
animFPS = "2";
|
||
|
|
};
|