atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
Fog Struct Reference

#include <glwin.h>

+ Collaboration diagram for Fog:

Data Fields

int mode
 
int based
 
float density
 
float depth [2]
 
vec3_t color
 

Detailed Description

Definition at line 221 of file glwin.h.

Field Documentation

◆ based

int based

Fog type: plane based (0) or range based (1)

Definition at line 224 of file glwin.h.

◆ color

Fog color

Definition at line 227 of file glwin.h.

◆ density

float density

Fog density

Definition at line 225 of file glwin.h.

◆ depth

float depth[2]

Fog depth: 0 = start value, 1 = end value

Definition at line 226 of file glwin.h.

◆ mode

int mode

Fog mode in: none, linear (LINEAR), exponential (EXP) and exponential squared (EXP2)

Definition at line 223 of file glwin.h.


The documentation for this struct was generated from the following file: