nuclide/Documentation/Materials/commands/reflectcube.md

20 lines
493 B
Markdown
Raw Normal View History

2022-10-02 17:10:54 -07:00
# Materials: Commands {#mat_commands}
## reflectcube
### Syntax {#syntax}
**reflectcube <texturepath/cubemapname>**
### Overview {#overview}
Specifies which cubemap to use on this material. By default, the engine
will pass the nearest in-world cubemap instead.
### See also {#see_also}
- [diffusemap](diffusemap)
- [normalmap](normalmap)
- [specularmap](specularmap)
- [fullbrightmap](fullbrightmap)
- [uppermap](uppermap)
- [lowermap](lowermap)
- [reflectmask](reflectmask)