Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Functions
TextureStore.h File Reference
import "OOStellarBody.h"
import "OOCocoa.h"
import "OOOpenGL.h"
+ Include dependency graph for TextureStore.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TextureStore
 

Functions

void fillRanNoiseBuffer ()
 

Function Documentation

◆ fillRanNoiseBuffer()

void fillRanNoiseBuffer ( )

Definition at line 181 of file TextureStore.m.

182{
184
185 int i;
186 for (i = 0; i < 16384; i++)
187 ranNoiseBuffer[i] = randf();
188}
static RANROTSeed sNoiseSeed
static float ranNoiseBuffer[128 *128]
float randf(void)
RANROTSeed RANROTGetFullSeed(void)

References randf(), ranNoiseBuffer, RANROTGetFullSeed(), and sNoiseSeed.

+ Here is the call graph for this function: