mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
commit
b759bde0c0
21 changed files with 20 additions and 152 deletions
16
Templates/BaseGame/game/core/shapes/materials.cs
Normal file
16
Templates/BaseGame/game/core/shapes/materials.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
//--- noshape.dts MATERIALS BEGIN ---
|
||||
singleton Material(noshape_NoShape)
|
||||
{
|
||||
mapTo = "NoShape";
|
||||
|
||||
diffuseMap[0] = "";
|
||||
diffuseColor[0] = "0.8 0.003067 0 .8";
|
||||
emissive[0] = 0;
|
||||
doubleSided = false;
|
||||
translucent = 1;
|
||||
translucentBlendOp = "LerpAlpha";
|
||||
castShadows = false;
|
||||
materialTag0 = "WorldEditor";
|
||||
};
|
||||
|
||||
//--- noshape.dts MATERIALS END ---
|
||||
BIN
Templates/BaseGame/game/core/shapes/noshape.dts
Normal file
BIN
Templates/BaseGame/game/core/shapes/noshape.dts
Normal file
Binary file not shown.
BIN
Templates/BaseGame/game/core/shapes/noshape.mb
Normal file
BIN
Templates/BaseGame/game/core/shapes/noshape.mb
Normal file
Binary file not shown.
BIN
Templates/BaseGame/game/tools/shapes/unit_capsule.dts
Normal file
BIN
Templates/BaseGame/game/tools/shapes/unit_capsule.dts
Normal file
Binary file not shown.
BIN
Templates/BaseGame/game/tools/shapes/unit_cube.dts
Normal file
BIN
Templates/BaseGame/game/tools/shapes/unit_cube.dts
Normal file
Binary file not shown.
BIN
Templates/BaseGame/game/tools/shapes/unit_sphere.dts
Normal file
BIN
Templates/BaseGame/game/tools/shapes/unit_sphere.dts
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue