Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2864 in orxonox.OLD for orxonox/trunk


Ignore:
Timestamp:
Nov 16, 2004, 1:29:06 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: new news added about importer

Location:
orxonox/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/NEWS

    r2017 r2864  
     1Date:   November 16, 2004
     2Topic:  Importer
     3Body:   There now exists a possibility to import .obj-files (alias wavefront format) into the Game. You can find some test models here: <A href="/models/files">models</a>. You can also test them with the included importer which is locates in trunk/importer. enjoy.
     4
     5
    16Date:   June 22, 2004
    27Topic:  Develop on Win32 - bg
  • orxonox/trunk/src/world.cc

    r2822 r2864  
    214214            c4.cross(*v3 - *v4);
    215215
    216             glNormal3f(c1.x, c1.y, c1.z);
     216
    217217            glVertex3f(v1->x, v1->y, v1->z);
    218             glNormal3f(c2.x, c2.y, c2.z);
     218
    219219            glVertex3f(v2->x, v2->y, v2->z);
    220             glNormal3f(c3.x, c3.y, c3.z);
     220
    221221            glVertex3f(v3->x, v3->y, v3->z);
    222222            glNormal3f(c4.x, c4.y, c4.z);
Note: See TracChangeset for help on using the changeset viewer.