Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
scene.cpp File Reference
#include "scene.h"
#include "plane.h"
#include "camera.h"
#include "ww3d.h"
#include "rinfo.h"
#include "chunkio.h"
#include "dx8renderer.h"
#include "dx8wrapper.h"
#include "sortingrenderer.h"
#include "coltest.h"

Go to the source code of this file.

Classes

class  SimpleSceneIterator
 

Enumerations

enum  {
  SCENECLASS_CHUNK_VARIABLES = 0x00042300 , SCENECLASS_VARIABLE_AMBIENTLIGHT = 0x00 , SCENECLASS_VARIABLE_POLYRENDERMODE , SCENECLASS_VARIABLE_FOGCOLOR ,
  SCENECLASS_VARIABLE_FOGENABLED , SCENECLASS_VARIABLE_FOGSTART , SCENECLASS_VARIABLE_FOGEND
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SCENECLASS_CHUNK_VARIABLES 
SCENECLASS_VARIABLE_AMBIENTLIGHT 
SCENECLASS_VARIABLE_POLYRENDERMODE 
SCENECLASS_VARIABLE_FOGCOLOR 
SCENECLASS_VARIABLE_FOGENABLED 
SCENECLASS_VARIABLE_FOGSTART 
SCENECLASS_VARIABLE_FOGEND 

Definition at line 79 of file scene.cpp.