open_toontown_panda3d/models/misc/fade.egg

28 lines
389 B
Plaintext

<CoordinateSystem> { Z-Up }
<Comment> {
"flt2egg -ps keep fade.flt -o fade.egg"
}
<VertexPool> vpool {
<Vertex> 0 {
0.5 0 -0.5
}
<Vertex> 1 {
0.5 0 0.5
}
<Vertex> 2 {
-0.5 0 0.5
}
<Vertex> 3 {
-0.5 0 -0.5
}
}
<Group> fade {
<Group> o1 {
<Polygon> {
<RGBA> { 0 0 0 0.498039215803146 }
<VertexRef> { 0 1 2 3 <Ref> { vpool } }
}
}
}