mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-16 04:32:29 +00:00
chore(model): clean up function declarations
This commit is contained in:
parent
9e06cb8942
commit
906c78afb9
8 changed files with 41 additions and 41 deletions
|
|
@ -37,12 +37,12 @@ class CM2Lighting {
|
|||
void AddDiffuse(const C3Vector& dirColor, const C3Vector& dir);
|
||||
void AddLight(CM2Light* light);
|
||||
void AddSpecular(const C3Vector& specColor);
|
||||
void CameraSpace(void);
|
||||
void CameraSpace();
|
||||
void Initialize(CM2Scene* scene, const CAaSphere& a3);
|
||||
void SetFog(const C3Vector& fogColor, float fogStart, float fogEnd);
|
||||
void SetFog(const C3Vector& fogColor, float fogStart, float fogEnd, float fogDensity);
|
||||
void SetupGxLights(const C3Vector* a2);
|
||||
void SetupSunlight(void);
|
||||
void SetupSunlight();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue