nuclide/Documentation/Materials/ToolCommands/vmap_backmaterial.md

23 lines
620 B
Markdown
Raw Normal View History

2024-06-22 07:24:13 +00:00
# Material Command List {#mat_commands}
### vmap_backmaterial
#### Syntax
2022-10-03 00:10:54 +00:00
**vmap_backMaterial <material>**
2024-06-22 07:24:13 +00:00
#### Overview
2022-10-03 00:10:54 +00:00
This allows a brush surface to use a different material when you are
inside it looking out.
By way of example, this would allow a water brush (or other) surfaces to
have a different sort order or appearance when seen from the inside.
**vmap_backMaterial** only works on brush faces. For this reason, it is
often deprecated in favor of using
[vmap_cloneMaterial](vmap_cloneMaterial)
where the target material contains
[vmap_invert](vmap_invert).
It can still be useful as a kind of shorthand.