forked from thesilentw/swwmgz_m
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gldefs.funstuff
47 lines (45 loc) · 907 Bytes
/
gldefs.funstuff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Brightmap Texture "models/SayaBean.png"
{
Map "models/SayaBean_bright.png"
}
Brightmap Texture "models/DemoPlush.png"
{
Map "models/DemoPlush_bright.png"
}
Brightmap Texture "models/DemoPlush2.png"
{
Map "models/DemoPlush2_bright.png"
}
Brightmap Texture "models/KirinPlush.png"
{
Map "models/KirinPlush_bright.png"
}
HardwareShader Texture "models/PerfectlyGeneric.png"
{
Shader "shaders/glsl/PerfectlyGeneric.fp"
}
Brightmap Texture "models/MothPlush.png"
{
Map "models/MothPlush_bright.png"
}
Brightmap Texture "models/Chancebox.png"
{
map "models/Chancebox_bright.png"
}
HardwareShader Texture "models/Chancebox.png"
{
Shader "shaders/glsl/Shinemask.fp"
Texture "masktex" "models/Chancebox_mask.png"
Texture "envtex" "models/matcap/silvermap.png"
}
PointLight CHANCELIGHT
{
Color 1.0 0.7 0.2
Size 50
Offset 0 16 0
Attenuate 1
}
Object Chancebox
{
Frame "XZW2" { light "CHANCELIGHT" }
}