panda3d/samples/gamepad/models/list_item_even.egg
2016-08-10 13:11:24 +02:00

34 lines
570 B
Plaintext

<Comment> {
"egg-texture-cards -o list_item_even.egg -g -1,1,-0.5,0.5 -p 1,30 li_ready_even.png"
}
<Texture> li_ready_even {
li_ready_even.png
}
<Group> {
<VertexPool> vpool {
<Vertex> 0 {
-1 0.5 0
<UV> { 0 1 }
}
<Vertex> 1 {
-1 -0.5 0
<UV> { 0 0 }
}
<Vertex> 2 {
1 -0.5 0
<UV> { 1 0 }
}
<Vertex> 3 {
1 0.5 0
<UV> { 1 1 }
}
}
<Group> li_ready_even {
<Polygon> {
<RGBA> { 1 1 1 1 }
<TRef> { li_ready_even }
<VertexRef> { 0 1 2 3 <Ref> { vpool } }
}
}
}