twn_fog.c: fog added!
This commit is contained in:
@ -76,4 +76,6 @@ TWN_API void set_camera(const Camera *camera);
|
||||
/* expects '*' masks that will be expanded to 6 names: 'up', 'down', 'east', 'west', 'north' and 'south' */
|
||||
TWN_API void push_skybox(const char *paths);
|
||||
|
||||
TWN_API void push_fog(float start, float end, float density, Color color);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user