7 lines
167 B
C
7 lines
167 B
C
|
#include "atmosphere.h"
|
||
|
|
||
|
Color brunetonGetSkyColor(AtmosphereDefinition* definition, Vector3 eye, Vector3 direction, Vector3 sun_position)
|
||
|
{
|
||
|
return COLOR_BLACK;
|
||
|
}
|