14 lines
605 B
Plaintext
14 lines
605 B
Plaintext
(
|
|
label: "Unlit",
|
|
kind: Unlit,
|
|
wgsl_path: None,
|
|
parameters: [
|
|
(name: "base_color", display_name: "Base Color", group: "Surface", property_type: Color),
|
|
(name: "base_color_texture", display_name: "Base Color Texture", group: "Textures", property_type: Texture),
|
|
(name: "emissive_color", display_name: "Emissive Color", group: "Emission", property_type: Color),
|
|
(name: "emissive_intensity", display_name: "Emissive Nits", group: "Emission", property_type: Float(min: Some(0.0), max: Some(20000.0))),
|
|
],
|
|
default_values: [],
|
|
default_textures: [],
|
|
)
|