2024-06-22 07:24:13 +00:00
|
|
|
# Material Command List {#mat_commands}
|
|
|
|
|
|
|
|
### vmap_surfacemodel
|
|
|
|
#### Syntax
|
2022-10-03 00:10:54 +00:00
|
|
|
|
|
|
|
**vmap_surfaceModel <modelpath> <density> <odds> <minscale> <maxscale>
|
|
|
|
<minangle> <maxangle> <oriented>**
|
|
|
|
|
2024-06-22 07:24:13 +00:00
|
|
|
#### Overview
|
2022-10-03 00:10:54 +00:00
|
|
|
|
|
|
|
A surface with vmap_surfaceModel in its shader will randomly place a
|
|
|
|
specified model across it's face. This is designed to place grass or
|
|
|
|
tree models over terrain.
|
|
|
|
|
|
|
|
This will bake the models into the .bsp itself, creating an
|
|
|
|
unnecessarily inflated map. Use [fte_clutter (Material
|
|
|
|
Command)](fte_clutter) instead.
|