mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-06-03 12:04:06 +02:00
path normalization
This commit is contained in:
parent
40ffcb41de
commit
0683c4f4f2
11 changed files with 112 additions and 39 deletions
|
|
@ -20,6 +20,7 @@ worldvertextransition(WorldVertexTransitionMaterial(
|
|||
r#$seamless_scale: 1.0,
|
||||
r#$alpha: 1.0,
|
||||
r#$alphatest: false,
|
||||
r#$alphatestreference: 1.0,
|
||||
r#$distancealpha: false,
|
||||
r#$nocull: false,
|
||||
r#$translucent: false,
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ lightmappedgeneric(LightMappedGenericMaterial(
|
|||
r#$seamless_scale: 1.0,
|
||||
r#$alpha: 1.0,
|
||||
r#$alphatest: false,
|
||||
r#$alphatestreference: 1.0,
|
||||
r#$distancealpha: false,
|
||||
r#$nocull: false,
|
||||
r#$translucent: false,
|
||||
|
|
|
|||
|
|
@ -3,14 +3,16 @@ source: tests/parse.rs
|
|||
expression: result
|
||||
---
|
||||
unlitgeneric(UnlitGenericMaterial(
|
||||
r#$basetexture: "vgui\\pve\\mvm_backpack",
|
||||
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#$alphatestreference: 1.0,
|
||||
r#$nocull: false,
|
||||
r#$translucent: true,
|
||||
r#$bumpmap: None,
|
||||
r#$ignorez: true,
|
||||
r#$nofog: false,
|
||||
r#$receiveflashlight: false,
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ lightmappedgeneric(LightMappedGenericMaterial(
|
|||
r#$seamless_scale: 1.0,
|
||||
r#$alpha: 1.0,
|
||||
r#$alphatest: false,
|
||||
r#$alphatestreference: 1.0,
|
||||
r#$distancealpha: false,
|
||||
r#$nocull: false,
|
||||
r#$translucent: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue