Files
TeslaRel410/sda4/FX/VIDEO/TEST.VMF
T
CydandClaude Fable 5 db7745fcd0 sda4: commit the Glaze developer hard-drive dump
Un-ignored: the dev drive is the ground truth the restoration and
emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer
source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio
content). Kept in-repo for the pod-owner community.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 19:41:15 -05:00

45 lines
632 B
Plaintext

DIV-VIZ2
HEADER
(
VERSION=2:07;
DATE=10:3:95;
TIME=12:24;
FILETYPE=MATERIAL
)
{
}
TEXTURE(NAME="texture1")
{
MAP {"sky.tga"}
MAGNIFY {BILINEAR}
}
MATERIAL(NAME="texture_mtl")
{
TEXTURE {"texture1"}
AMBIENT {0.1, 0.988, 0.1}
DIFFUSE {0.1, 0.988, 0.1}
}
MATERIAL(NAME="blue_mtl")
{
AMBIENT {0, 0.388, 0.988}
DIFFUSE {0, 0.388, 0.988}
}
MATERIAL(NAME="a_mtl")
{
AMBIENT {0.188, 0, 0.999}
DIFFUSE {0.188, 0, 0.999}
OPACITY {1, -0.9, 1.2}
}
MATERIAL(NAME="b_mtl")
{
AMBIENT {0.999, 0.188, 0}
DIFFUSE {0.999, 0.188, 0}
OPACITY {1, 1.2, 1.2}
}