Changeset 1901 in orxonox.OLD for orxonox/branches/showroom/Showroom/3dStructs.h
- Timestamp:
- May 23, 2004, 11:24:47 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/showroom/Showroom/3dStructs.h
r1870 r1901 40 40 char strName[255]; /* The texture name */ 41 41 char strFile[255]; /* The texture file name */ 42 BYTE color[3]; /* The color of the object (R, G, B) */ 42 /* pb fix: BYTE -> int */ 43 int color[3]; /* The color of the object (R, G, B) */ 43 44 int texureId; /* the texture ID */ 44 45 float uTile; /* u tiling of texture (Currently not used) */
Note: See TracChangeset
for help on using the changeset viewer.