mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-06-03 12:04:06 +02:00
unlit generic
This commit is contained in:
parent
ab10e2d05c
commit
12793d367c
7 changed files with 89 additions and 2 deletions
|
|
@ -28,4 +28,5 @@ lightmappedgeneric(LightMappedGenericMaterial(
|
|||
r#$envmap: None,
|
||||
r#$phong: false,
|
||||
r#$nofog: false,
|
||||
r#$ignorez: false,
|
||||
))
|
||||
|
|
|
|||
19
tests/snapshots/parse__tests__data__mvm_backpack.vmt.snap
Normal file
19
tests/snapshots/parse__tests__data__mvm_backpack.vmt.snap
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
source: tests/parse.rs
|
||||
expression: result
|
||||
---
|
||||
unlitgeneric(UnlitGenericMaterial(
|
||||
r#$basetexture: "vgui\\pve\\mvm_backpack",
|
||||
r#$surfaceprop: None,
|
||||
r#$model: false,
|
||||
r#$color: Vec3((1.0, 1.0, 1.0)),
|
||||
r#$alpha: 1.0,
|
||||
r#$alphatest: false,
|
||||
r#$nocull: false,
|
||||
r#$translucent: true,
|
||||
r#$ignorez: true,
|
||||
r#$nofog: false,
|
||||
r#$receiveflashlight: false,
|
||||
singlepassflashlight: false,
|
||||
r#$no_fullbright: true,
|
||||
))
|
||||
Loading…
Add table
Add a link
Reference in a new issue