M.tbumpenv

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
m
(Max Settings in detail)
Line 23: Line 23:
 
* Glossiness - Should be set to 32 to match game.
 
* Glossiness - Should be set to 32 to match game.
 
* [[Diffuse map]] - RGB = diffuse color, A = environment reflection strength/mask
 
* [[Diffuse map]] - RGB = diffuse color, A = environment reflection strength/mask
* [[Opacity map]] - Legacy support for Diffuse texture Alpha channel
+
* [[Opacity map]] - Legacy support for Diffuse texture Alpha channel - As per above, the alpha channel of the Diffuse texture provides the environment reflection strength/mask
 
* [[Normal map]] - RGB = bump normal A, = specular strength
 
* [[Normal map]] - RGB = bump normal A, = specular strength
  

Revision as of 09:44, 13 January 2016

Contents

Description

Bump mapped environment reflective material.

Blends a environment reflection map onto a bump map. The reflection is controlled in the alpha channel of the diffuse map. White in the alpha channel is full sun/sky reflection and black is no reflection.

The environment cube map is generated by the game and is not specified in the material configuration.

Used too heavily it will drastically change the original surface color. Used gently it has subtle advantages over m.reflect.

Reducing the specular level (changing the specular color to gray) will reduce the strength of reflection.


Preview

Mat tbumpenv.jpg

Max Settings

Max material tbumpenv.jpg

Max Settings in detail

  • Ambient - Ambient color R,G,B
  • Diffuse - Diffuse color R,G,B
  • Specular - Specular color R,G,B
  • Opacity - Level of transparency, 0 = transparent, 100 = opaque.
  • Glossiness - Should be set to 32 to match game.
  • Diffuse map - RGB = diffuse color, A = environment reflection strength/mask
  • Opacity map - Legacy support for Diffuse texture Alpha channel - As per above, the alpha channel of the Diffuse texture provides the environment reflection strength/mask
  • Normal map - RGB = bump normal A, = specular strength

Related Links

Material Types - Material types supported by Trainz.

Max Exporters - 3D Studio Max exporters.

Exporting with 3D Studio Max - Material setup and exporting with 3DS Max.

.texture.txt Files - What goes into a .texture.txt file

Personal tools