atomes 1.3.1
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 233 of file glwin.h.

Field Documentation

◆ based

int based

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

Definition at line 236 of file glwin.h.

◆ color

Fog color

Definition at line 239 of file glwin.h.

◆ density

float density

Fog density

Definition at line 237 of file glwin.h.

◆ depth

float depth[2]

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

Definition at line 238 of file glwin.h.

◆ mode

int mode

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

Definition at line 235 of file glwin.h.


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