Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10391 in orxonox.OLD for trunk/src/world_entities/planet.h


Ignore:
Timestamp:
Jan 26, 2007, 7:12:37 PM (19 years ago)
Author:
patrick
Message:

more on camera loading and many planet properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/planet.h

    r10387 r10391  
    2929  void setTexture(const std::string& textureName);
    3030  void setCloudTexture(const std::string& textureName);
     31  void setCloudRotation(float rotationSpeed);
    3132
    3233
    3334
     35  virtual void tick( float dt);
    3436  virtual void draw() const;
    3537
     
    4244  Model*          cloudModel;      //!< the model for the cloud
    4345
    44 
     46  float           rotSpeedCloud;   //! cloud rotation speed
     47  float           rotSpeedPlanet;  //! planet rotation speed
    4548  float           size;            //!< Size of the Planet. This should match the frustum maximum range.
    4649  float           textureSize;     //!< this is the length of a texture (assumes a square texture)
Note: See TracChangeset for help on using the changeset viewer.