Changeset 10427 in orxonox.OLD for branches/blink/src/world_entities/effects/blink.h
- Timestamp:
- Jan 28, 2007, 1:29:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blink/src/world_entities/effects/blink.h
r10425 r10427 28 28 void setOmega(float w) { this->omega = w; } 29 29 void setColor(float r, float g, float b) { this->color = Color(r/255, g/255, b/255); } 30 //void setTexture(const std::string& textureFile);31 30 32 31 virtual void tick(float dt); … … 34 33 35 34 private: 36 //Material* material;37 35 Billboard* bBoard; 38 36 Vector position;
Note: See TracChangeset
for help on using the changeset viewer.