2024-06-22 07:24:13 +00:00
|
|
|
# Material Command List {#mat_commands}
|
|
|
|
|
2024-12-05 03:04:56 +00:00
|
|
|
## vmap_offset
|
|
|
|
### Syntax
|
2022-10-03 00:10:54 +00:00
|
|
|
|
2024-12-05 03:04:56 +00:00
|
|
|
**vmap_offset \<float\>**
|
2022-10-03 00:10:54 +00:00
|
|
|
|
2024-12-05 03:04:56 +00:00
|
|
|
### Overview
|
2022-10-03 00:10:54 +00:00
|
|
|
|
|
|
|
Offsets a surface along the vertex normals by N.N units. Used in
|
|
|
|
celshading for those black edges. This is the sort-of the compiler
|
2024-12-05 03:04:56 +00:00
|
|
|
version of [polygonOffset](@ref polygonOffset)
|