Changeset 9396 in orxonox.OLD for branches/proxy/src/lib/graphics/graphics_engine.h
- Timestamp:
- Jul 23, 2006, 10:07:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/graphics/graphics_engine.h
r9351 r9396 46 46 void toggleFullscreen(); 47 47 static void setBackgroundColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha = 1.0); 48 inline bool isDedicated() { return this->bDedicated; } 48 49 49 50 inline void setAntialiasing(bool flag) { this->bAntialiasing = flag; } … … 114 115 bool particlesEnabled; //!< If particles should be enabled. 115 116 bool bAntialiasing; //!< true if antialiasing enabled 117 bool bDedicated; //!< true if this server is a dedicated server and should not render the scene 116 118 117 119 int particlesValue; //!< How many particles
Note: See TracChangeset
for help on using the changeset viewer.