mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-08-02 12:24:46 +02:00
27 lines
604 B
Text
27 lines
604 B
Text
---
|
|
source: tests/parse.rs
|
|
expression: result
|
|
---
|
|
{
|
|
"water": {
|
|
"$basetexture": "swamp/water/water_murky",
|
|
"$abovewater": true,
|
|
"$bottommaterial": "swamp/water/water_murky_beneath.vmt",
|
|
"$underwaterover": null,
|
|
"$bumpmap": null,
|
|
"$normalmap": "water/tfwater001_normal",
|
|
"$dudvframe": 0,
|
|
"$bumpframe": 0,
|
|
"$bumptransform": "center 0.5 0.5 scale 1 1 rotate 0 translate 0 0",
|
|
"$flashlighttint": 1.0,
|
|
"$fogenable": true,
|
|
"$fogcolor": [
|
|
35.0,
|
|
32.0,
|
|
20.0
|
|
],
|
|
"$fogstart": 0.0,
|
|
"$fogend": 170.0,
|
|
"$lightmapwaterfog": false
|
|
}
|
|
}
|