mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-23 14:14:45 +00:00
Fixed typo in import config settings for DuplicateAutoResolution Converted TSShapeConstructor to utilize assets Updated shape editor to work with assetified constructors Converted guiBitmapButtonCtrl to use assets
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
|
|
singleton TSShapeConstructor(unit_spheredts2)
|
|
{
|
|
baseShapeAsset = "ToolsModule:unit_sphere";
|
|
singleDetailSize = "0";
|
|
flipUVCoords = "0";
|
|
JoinIdenticalVerts = "0";
|
|
reverseWindingOrder = "0";
|
|
removeRedundantMats = "0";
|
|
animFPS = "2";
|
|
};
|