mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 01:53:47 +00:00
12 lines
258 B
Text
12 lines
258 B
Text
|
|
|
||
|
|
singleton TSShapeConstructor(ReflectProbeSpheredae)
|
||
|
|
{
|
||
|
|
baseShape = "./ReflectProbeSphere.dae";
|
||
|
|
singleDetailSize = "0";
|
||
|
|
flipUVCoords = "0";
|
||
|
|
JoinIdenticalVerts = "0";
|
||
|
|
reverseWindingOrder = "0";
|
||
|
|
removeRedundantMats = "0";
|
||
|
|
animFPS = "2";
|
||
|
|
};
|