Changeset 9956 in orxonox.OLD for branches/playability/src
- Timestamp:
- Nov 24, 2006, 8:21:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/test_entity.cc
r9948 r9956 108 108 109 109 glBegin(GL_QUADS); 110 glVertex3f( 0.0f, -100.0f, 0.0f); 110 111 // glTexCoord2f(1.0f, 1.0f); 111 glVertex3f( 0.0f, 0.0f, 0.0f);112 glVertex3f( 0.0f, -100.0f , 2000.0f); 112 113 // glTexCoord2f(0.0f, 1.0f); 113 glVertex3f( 1000 .0f, 0.0f,0.0f );114 glVertex3f( 10000.0f, -100.0f , 2000.0f ); 114 115 // glTexCoord2f(0.0f, 0.0f); 115 glVertex3f( 1000 .0f, 0.0f, 200.0f );116 glVertex3f( 10000.0f, -100.0f, 0.0f ); 116 117 // glTexCoord2f(1.0f, 0.0f); 117 glVertex3f( 0.0f, 0.0f, 200.0f);118 118 119 glEnd(); 119 120
Note: See TracChangeset
for help on using the changeset viewer.