|
@@ -118,44 +118,4 @@ singleton Material(noshapetext_noshape_mat)
|
|
translucentBlendOp = "None";
|
|
translucentBlendOp = "None";
|
|
};
|
|
};
|
|
|
|
|
|
-//--- noshapetext.dae MATERIALS END ---
|
|
|
|
-
|
|
|
|
-//--- portal MATERIALS BEGIN ---
|
|
|
|
-
|
|
|
|
-singleton Material(portal5_portal_top)
|
|
|
|
-{
|
|
|
|
- mapTo = "portal_top";
|
|
|
|
-
|
|
|
|
- diffuseMap[0] = "top";
|
|
|
|
- normalMap[0] = "top-normal";
|
|
|
|
-
|
|
|
|
- diffuseColor[0] = "0.4 0.4 0.4 1";
|
|
|
|
- specular[0] = "0.5 0.5 0.5 1";
|
|
|
|
- specularPower[0] = 2;
|
|
|
|
- pixelSpecular[0] = false;
|
|
|
|
- emissive[0] = true;
|
|
|
|
-
|
|
|
|
- doubleSided = false;
|
|
|
|
- translucent = false;
|
|
|
|
- translucentBlendOp = "None";
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
-singleton Material(portal5_portal_lightray)
|
|
|
|
-{
|
|
|
|
- mapTo = "portal_lightray";
|
|
|
|
-
|
|
|
|
- diffuseMap[0] = "lightray";
|
|
|
|
-
|
|
|
|
- diffuseColor[0] = "0.4 0.4 0.4 0.64462";
|
|
|
|
- specular[0] = "0.5 0.5 0.5 1";
|
|
|
|
- specularPower[0] = 2;
|
|
|
|
- pixelSpecular[0] = false;
|
|
|
|
- emissive[0] = true;
|
|
|
|
-
|
|
|
|
- doubleSided = 1;
|
|
|
|
- translucent = true;
|
|
|
|
- translucentBlendOp = "AddAlpha";
|
|
|
|
- castShadows = "0";
|
|
|
|
-};
|
|
|
|
-//--- portal MATERIALS END ---
|
|
|
|
-
|
|
|
|
|
|
+//--- noshapetext.dae MATERIALS END ---
|