Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/lwo/old_lw.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/lwo/old_lw.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/lwo/old_lw.h
r2596 r13041 66 66 GLfloat r,g,b; 67 67 struct lwTexture ctex; 68 68 69 69 lwMaterial() 70 70 { … … 83 83 int *index; /* index to vertex */ 84 84 float *texcoord; /* u,v texture coordinates */ 85 85 86 86 void init() 87 87 { … … 91 91 texcoord = 0; /* u,v texture coordinates */ 92 92 } 93 93 94 94 }; 95 95 … … 104 104 int vertex_cnt; 105 105 GLfloat *vertex; 106 106 107 107 void init() 108 108 {
