Changeset 10391 in orxonox.OLD for trunk/src/world_entities/planet.h
- Timestamp:
- Jan 26, 2007, 7:12:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/planet.h
r10387 r10391 29 29 void setTexture(const std::string& textureName); 30 30 void setCloudTexture(const std::string& textureName); 31 void setCloudRotation(float rotationSpeed); 31 32 32 33 33 34 35 virtual void tick( float dt); 34 36 virtual void draw() const; 35 37 … … 42 44 Model* cloudModel; //!< the model for the cloud 43 45 44 46 float rotSpeedCloud; //! cloud rotation speed 47 float rotSpeedPlanet; //! planet rotation speed 45 48 float size; //!< Size of the Planet. This should match the frustum maximum range. 46 49 float textureSize; //!< this is the length of a texture (assumes a square texture)
Note: See TracChangeset
for help on using the changeset viewer.