Changeset 10157 in orxonox.OLD for branches/playability/src/world_entities/effects/wobblegrid.h
- Timestamp:
- Jan 1, 2007, 10:12:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/effects/wobblegrid.h
r10154 r10157 29 29 virtual void draw() const; 30 30 31 inline void setUpdateFunction(float (*updateFct)(float value)) { if( updateFct) this->updateWobble = updateFct;}; 32 31 33 private: 34 float (*updateWobble)(float value); 35 36 void orient(); 37 32 38 Material* material; 33 39 Grid* grid; //!< current projected positions transformed into billboard state
Note: See TracChangeset
for help on using the changeset viewer.