nuclide/Documentation/Materials/commands/reflectmask.md

25 lines
700 B
Markdown
Raw Normal View History

2022-10-03 00:10:54 +00:00
# Materials: Commands {#mat_commands}
## reflectmask
### Syntax
2022-10-03 00:10:54 +00:00
**reflectmask <texturepath/texturename>**
### Overview
2022-10-03 00:10:54 +00:00
Defines a texture that specifies which parts of a material will reveal a
reflective material, such as a
[cubemap](reflectcube). This applies to
standard FTEQW. In Nuclide the reflectmask is currently unused with the
included shaders. If you want to apply reflectivity to your materials,
use the alpha channel of your
[normalmap](normalmap) instead.
### See also {#see_also}
- [diffusemap](diffusemap)
- [normalmap](normalmap)
- [specularmap](specularmap)
- [fullbrightmap](fullbrightmap)
- [uppermap](uppermap)
- [lowermap](lowermap)
- [reflectcube](reflectcube)