source: OGRE/trunk/resources/media/testquad.iv @ 183

Revision 183, 453 bytes checked in by mattausch, 19 years ago (diff)

added iv-reader library, testing code, and resources

Line 
1#Inventor V2.1 ascii
2
3Separator {
4  RenderingStyle { fields [SFEnum alphaFunc, SFFloat alphaValue] alphaFunc GEQUAL alphaValue 0.4 }
5  Texture2 { filename "logo_tree1.png" }
6  IndexedTriangleStripSet {
7    vertexProperty VertexProperty {
8    vertex [
9      0 0 0,
10      0 100 0,
11      100 100 0,
12      100 0 0
13      ]
14     texCoord [ 0 0, 0 1, 1 1, 1 0 ]
15     }
16     coordIndex [ 1, 0, 2, 3 ]
17     textureCoordIndex -1 
18   }
19 }
20     
Note: See TracBrowser for help on using the repository browser.