GLBaseParameters Struct Reference

#include <glbaseparameters.h>

List of all members.


Detailed Description

A struct containing all the basic OpenGL parameters pertaining the lighting, quality, material and other properties.

Definition at line 33 of file glbaseparameters.h.

Public Attributes

GLfloat lightPositionX
 X-position of the light.
GLfloat lightPositionY
 Y-position of the light.
GLfloat lightPositionZ
 Z-position of the light.
unsigned int lightColor
 The color of the light.
GLfloat materialSpecular
 The specular property of all materials.
GLfloat materialShininess
 The shininess of all materials.
unsigned int backgroundColor
 The background color.
bool antialias
 Antialiasing property.
bool smoothShading
 Smoothshading property.
bool depthCue
 Depthcueing property.
bool perspectiveProjection
 Perspective vs orthogonal projection.


Member Data Documentation

GLfloat GLBaseParameters::lightPositionX
 

X-position of the light.

Definition at line 37 of file glbaseparameters.h.

GLfloat GLBaseParameters::lightPositionY
 

Y-position of the light.

Definition at line 38 of file glbaseparameters.h.

GLfloat GLBaseParameters::lightPositionZ
 

Z-position of the light.

Definition at line 39 of file glbaseparameters.h.

unsigned int GLBaseParameters::lightColor
 

The color of the light.

Definition at line 42 of file glbaseparameters.h.

GLfloat GLBaseParameters::materialSpecular
 

The specular property of all materials.

Definition at line 43 of file glbaseparameters.h.

GLfloat GLBaseParameters::materialShininess
 

The shininess of all materials.

Definition at line 44 of file glbaseparameters.h.

unsigned int GLBaseParameters::backgroundColor
 

The background color.

Definition at line 46 of file glbaseparameters.h.

bool GLBaseParameters::antialias
 

Antialiasing property.

Definition at line 47 of file glbaseparameters.h.

bool GLBaseParameters::smoothShading
 

Smoothshading property.

Definition at line 48 of file glbaseparameters.h.

bool GLBaseParameters::depthCue
 

Depthcueing property.

Definition at line 49 of file glbaseparameters.h.

bool GLBaseParameters::perspectiveProjection
 

Perspective vs orthogonal projection.

Definition at line 50 of file glbaseparameters.h.


Generated on Fri May 19 14:31:57 2006 for Brabosphere by  doxygen 1.4.6-NO