Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3618 in orxonox.OLD for orxonox/trunk/src/world_entities/primitive.h


Ignore:
Timestamp:
Mar 21, 2005, 3:26:26 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: adding TestGun to implement a test gun :) some smaller changes in ghe weapon.h interface. some doxytags for primitive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/primitive.h

    r3616 r3618  
     1/*!
     2    \primitive.h
     3    \brief representing a primitive body in the world: cube, sphere, cylinder  etc...
     4*/
     5
     6
    17#ifndef _PRIMITIVE_H
    28#define _PRIMITIVE_H
     
    3440  GLUquadricObj* object; //!< the object to be rendered
    3541  Material* material;    //!< A Material for the SkySphere.
    36   pForm form;
    37   char* textureName;
    38   float size;
    39   int segments;
     42  pForm form;            //!< the chooesen form for the entity
     43  char* textureName;     //!< if there is a texture. this is the name for it
     44  float size;            //!< size of the object, from [0..1]
     45  int segments;          //!< segment count
    4046
    4147  void glDrawCube();
Note: See TracChangeset for help on using the changeset viewer.