Changeset 10387 in orxonox.OLD for trunk/src/world_entities/planet.h
- Timestamp:
- Jan 26, 2007, 6:22:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/planet.h
r9869 r10387 28 28 /** assumes jpg as input-format */ 29 29 void setTexture(const std::string& textureName); 30 void setCloudTexture(const std::string& textureName); 31 30 32 31 33 … … 35 37 36 38 private: 37 Material material; //!< Materials for the Planet. sorted by number (0-5) top, bottom, left, right, front, back 38 Texture* texture; //!< Textures for the CubeMap. 39 Material materialPlanet; //!< Materials for the Planet. sorted by number (0-5) top, bottom, left, right, front, back 40 Material materialCloud; //!< the material for the cloud surrounding the planet 41 42 Model* cloudModel; //!< the model for the cloud 43 39 44 40 45 float size; //!< Size of the Planet. This should match the frustum maximum range.
Note: See TracChangeset
for help on using the changeset viewer.