- Timestamp:
- Nov 23, 2015, 10:20:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/modules/designtools/SkyboxGenerator.h
r10817 r10845 65 65 SkyboxGenerator(); 66 66 virtual ~SkyboxGenerator(); 67 v oid tick(float dt) override; // This is where the skybox generation happens.67 virtual void tick(float dt) override; // This is where the skybox generation happens. 68 68 static void createSkybox(void); // Generate the 6 faces of a skybox. 69 69 void setConfigValues(void); // Sets some config values.
Note: See TracChangeset
for help on using the changeset viewer.