mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
rock_* fixes
This commit is contained in:
parent
c7d9b3386a
commit
24ac1b48e8
8 changed files with 8 additions and 8 deletions
|
|
@ -49,11 +49,11 @@ singleton Material(debri_debris)
|
||||||
{
|
{
|
||||||
mapTo = "debris";
|
mapTo = "debris";
|
||||||
diffuseColor[0] = "0.7 0.7 0.7 1";
|
diffuseColor[0] = "0.7 0.7 0.7 1";
|
||||||
diffuseMap[0] = "rock_diffuse.dds";
|
diffuseMap[0] = "rock_d";
|
||||||
normalMap[0] = "rock_normals.dds";
|
normalMap[0] = "rock_n";
|
||||||
|
specularMap[0] = "rock_s";
|
||||||
specular[0] = "1 1 1 0";
|
specular[0] = "1 1 1 0";
|
||||||
specularPower[0] = "50";
|
specularPower[0] = "50";
|
||||||
specularMap[0] = "rock_specular.dds";
|
|
||||||
castShadows = "0";
|
castShadows = "0";
|
||||||
translucentBlendOp = "None";
|
translucentBlendOp = "None";
|
||||||
materialTag0 = "Weapon";
|
materialTag0 = "Weapon";
|
||||||
|
|
|
||||||
|
|
@ -49,11 +49,11 @@ singleton Material(debri_debris)
|
||||||
{
|
{
|
||||||
mapTo = "debris";
|
mapTo = "debris";
|
||||||
diffuseColor[0] = "0.7 0.7 0.7 1";
|
diffuseColor[0] = "0.7 0.7 0.7 1";
|
||||||
diffuseMap[0] = "rock_diffuse.dds";
|
diffuseMap[0] = "rock_d";
|
||||||
normalMap[0] = "rock_normals.dds";
|
normalMap[0] = "rock_n";
|
||||||
|
specularMap[0] = "rock_s";
|
||||||
specular[0] = "1 1 1 0";
|
specular[0] = "1 1 1 0";
|
||||||
specularPower[0] = "50";
|
specularPower[0] = "50";
|
||||||
specularMap[0] = "rock_specular.dds";
|
|
||||||
castShadows = "0";
|
castShadows = "0";
|
||||||
translucentBlendOp = "None";
|
translucentBlendOp = "None";
|
||||||
materialTag0 = "Weapon";
|
materialTag0 = "Weapon";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue