9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
|
|
type gfxreflectionprobe [display="GFX Reflection Probe"]
|
||
|
|
{
|
||
|
|
// Origin (3 floats = 12 bytes)
|
||
|
|
origin = read(12) [ui, readonly, display="Origin"];
|
||
|
|
|
||
|
|
// Reflection image
|
||
|
|
reflection_image = parse_here("image");
|
||
|
|
}
|