mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 14:43:47 +00:00
correct materials.cs
This commit is contained in:
parent
2f6a22c46a
commit
d4866219af
1 changed files with 16 additions and 0 deletions
16
Templates/BaseGame/game/tools/shapes/materials.cs
Normal file
16
Templates/BaseGame/game/tools/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 ---
|
||||
Loading…
Add table
Add a link
Reference in a new issue