Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3484 in orxonox.OLD for orxonox/trunk/src/world_entities/skysphere.h


Ignore:
Timestamp:
Mar 10, 2005, 11:29:32 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: now moved importer in lib and other stuff. very very modular :)

File:
1 edited

Legend:

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

    r3475 r3484  
    2121
    2222//! A Class to handle a SkySphere
    23 class Skysphere: public PNode
     23class Skysphere : public PNode
    2424{
    25  private:
    26   GLUquadricObj *sphereObj; //!< A Placeholder for the SkySphere.
    27   Material *skyMaterial;    //!< A Material for the SkySphere.
    28   Vector sphereCenter;      //!< Center of the SkySphere.
    29   float sphereRadius;       //!< Radius of the SkySphere. This should match the frustum maximum range.
    3025
    3126 public:
     
    4035  void draw();
    4136
    42  private:
     37 private:
     38  GLUquadricObj *sphereObj; //!< A Placeholder for the SkySphere.
     39  Material *skyMaterial;    //!< A Material for the SkySphere.
     40  Vector sphereCenter;      //!< Center of the SkySphere.
     41  float sphereRadius;       //!< Radius of the SkySphere. This should match the frustum maximum range.
     42
     43
    4344  void initialize(char* fileName); 
    4445};
    4546
    46 #endif
     47#endif  /* _SKYSPHERE_H */
    4748
    4849
     50
Note: See TracChangeset for help on using the changeset viewer.