Overture
Version 25
|
#include <mogl.h>
Public Attributes | |
int | win_number |
GUITypes::real * | rotationCenter |
int * | axesOriginOption_ |
GUITypes::real * | backGround |
GUITypes::real * | foreGround |
char | backGroundName [100] |
char | foreGroundName [100] |
int * | lighting_ |
int * | lightIsOn |
GLfloat * | ambient [numberOfLights] |
GLfloat * | diffuse [numberOfLights] |
GLfloat * | specular [numberOfLights] |
GLfloat * | position [numberOfLights] |
GLfloat * | globalAmbient |
GLfloat * | materialAmbient |
GLfloat * | materialDiffuse |
GLfloat * | materialSpecular |
GLfloat * | materialShininess_ |
GLfloat * | materialScaleFactor_ |
GUITypes::real * | lineScaleFactor_ |
GUITypes::real * | fractionOfScreen_ |
GLfloat* ViewCharacteristics::ambient[numberOfLights] |
Referenced by GL_GraphicsInterface::constructor().
int* ViewCharacteristics::axesOriginOption_ |
Referenced by GL_GraphicsInterface::constructor().
GUITypes::real* ViewCharacteristics::backGround |
Referenced by GL_GraphicsInterface::constructor().
char ViewCharacteristics::backGroundName[100] |
GLfloat* ViewCharacteristics::diffuse[numberOfLights] |
Referenced by GL_GraphicsInterface::constructor().
GUITypes::real * ViewCharacteristics::foreGround |
Referenced by GL_GraphicsInterface::constructor().
char ViewCharacteristics::foreGroundName[100] |
GUITypes::real* ViewCharacteristics::fractionOfScreen_ |
Referenced by GL_GraphicsInterface::constructor().
GLfloat* ViewCharacteristics::globalAmbient |
Referenced by GL_GraphicsInterface::constructor().
int* ViewCharacteristics::lighting_ |
Referenced by GL_GraphicsInterface::constructor().
int* ViewCharacteristics::lightIsOn |
Referenced by GL_GraphicsInterface::constructor().
GUITypes::real* ViewCharacteristics::lineScaleFactor_ |
Referenced by GL_GraphicsInterface::constructor().
GLfloat* ViewCharacteristics::materialAmbient |
Referenced by GL_GraphicsInterface::constructor().
GLfloat* ViewCharacteristics::materialDiffuse |
Referenced by GL_GraphicsInterface::constructor().
GLfloat* ViewCharacteristics::materialScaleFactor_ |
Referenced by GL_GraphicsInterface::constructor().
GLfloat* ViewCharacteristics::materialShininess_ |
Referenced by GL_GraphicsInterface::constructor().
GLfloat* ViewCharacteristics::materialSpecular |
Referenced by GL_GraphicsInterface::constructor().
GLfloat* ViewCharacteristics::position[numberOfLights] |
Referenced by GL_GraphicsInterface::constructor().
GUITypes::real* ViewCharacteristics::rotationCenter |
Referenced by GL_GraphicsInterface::constructor().
GLfloat* ViewCharacteristics::specular[numberOfLights] |
Referenced by GL_GraphicsInterface::constructor().
int ViewCharacteristics::win_number |
Referenced by backgroundCallback(), foregroundCallback(), makeGraphicsWindow(), and viewCharacteristicsDialog().