Initial Commit
This commit is contained in:
74
data/panda_example/BambooLaser/bambooLaser.egg
Normal file
74
data/panda_example/BambooLaser/bambooLaser.egg
Normal file
@@ -0,0 +1,74 @@
|
||||
<CoordinateSystem> { Z-up }
|
||||
<Material> Material {
|
||||
<Scalar> diffr { 0.640000 }
|
||||
<Scalar> diffg { 0.640000 }
|
||||
<Scalar> diffb { 0.640000 }
|
||||
<Scalar> specr { 0.500000 }
|
||||
<Scalar> specg { 0.500000 }
|
||||
<Scalar> specb { 0.500000 }
|
||||
<Scalar> shininess { 12.5 }
|
||||
<Scalar> ambr { 1.000000 }
|
||||
<Scalar> ambg { 1.000000 }
|
||||
<Scalar> ambb { 1.000000 }
|
||||
<Scalar> emitr { 0.000000 }
|
||||
<Scalar> emitg { 0.000000 }
|
||||
<Scalar> emitb { 0.000000 }
|
||||
}
|
||||
|
||||
<Texture> Texture {
|
||||
"./tex/bambooLaser.png"
|
||||
<Scalar> envtype { MODULATE }
|
||||
<Scalar> minfilter { LINEAR_MIPMAP_LINEAR }
|
||||
<Scalar> magfilter { LINEAR_MIPMAP_LINEAR }
|
||||
<Scalar> wrap { REPEAT }
|
||||
}
|
||||
|
||||
<Group> Plane {
|
||||
<Transform> {
|
||||
<Matrix4> {
|
||||
1.0 0.0 0.0 0.0
|
||||
0.0 1.0 0.0 0.0
|
||||
0.0 0.0 1.0 0.0
|
||||
0.0 0.0 0.0 1.0
|
||||
}
|
||||
}
|
||||
|
||||
<VertexPool> Plane {
|
||||
|
||||
<Vertex> 0 {-0.060651 0.000000 0.000000
|
||||
<UV> {
|
||||
0.000000 0.000000
|
||||
<Tangent> {1.000000 0.000000 0.000000}
|
||||
<Binormal> {0.000000 1.000000 0.000000}
|
||||
}
|
||||
}
|
||||
<Vertex> 1 {0.060651 0.000000 0.000000
|
||||
<UV> {
|
||||
1.000000 0.000000
|
||||
<Tangent> {1.000000 0.000000 0.000000}
|
||||
<Binormal> {0.000000 1.000000 0.000000}
|
||||
}
|
||||
}
|
||||
<Vertex> 2 {0.060651 1.000000 0.000000
|
||||
<UV> {
|
||||
1.000000 1.000000
|
||||
<Tangent> {1.000000 0.000000 0.000000}
|
||||
<Binormal> {0.000000 1.000000 0.000000}
|
||||
}
|
||||
}
|
||||
<Vertex> 3 {-0.060651 1.000000 0.000000
|
||||
<UV> {
|
||||
0.000000 1.000000
|
||||
<Tangent> {1.000000 0.000000 0.000000}
|
||||
<Binormal> {0.000000 1.000000 0.000000}
|
||||
}
|
||||
}}
|
||||
|
||||
|
||||
<Polygon> {
|
||||
<TRef> { Texture }
|
||||
<MRef> { Material }
|
||||
<Normal> {0.000000 0.000000 1.000000}
|
||||
<VertexRef> { 0 1 2 3 <Ref> { Plane }}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user