Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
sphereobj.cpp File Reference
#include "sphereobj.h"
#include "w3d_util.h"
#include "wwdebug.h"
#include "vertmaterial.h"
#include "ww3d.h"
#include "chunkio.h"
#include "rinfo.h"
#include "coltest.h"
#include "bound.h"
#include "inttest.h"
#include "predlod.h"
#include "matrix3.h"
#include "wwmath.h"
#include "assetmgr.h"
#include "wwstring.h"
#include "camera.h"
#include "statistics.h"
#include "dx8wrapper.h"
#include "dx8vertexbuffer.h"
#include "dx8indexbuffer.h"
#include "sortingrenderer.h"
#include "visrasterizer.h"

Go to the source code of this file.

Enumerations

enum  {
  CHUNKID_SPHERE_DEF = 1 , CHUNKID_COLOR_CHANNEL , CHUNKID_ALPHA_CHANNEL , CHUNKID_SCALE_CHANNEL ,
  CHUNKID_VECTOR_CHANNEL
}
 

Variables

SphereMeshClass SphereMeshArray [SPHERE_NUM_LOD]
 
float SphereLODCosts [SPHERE_NUM_LOD+1]
 
SphereLoaderClass _SphereLoader
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CHUNKID_SPHERE_DEF 
CHUNKID_COLOR_CHANNEL 
CHUNKID_ALPHA_CHANNEL 
CHUNKID_SCALE_CHANNEL 
CHUNKID_VECTOR_CHANNEL 

Definition at line 1216 of file sphereobj.cpp.

Variable Documentation

◆ _SphereLoader

SphereLoaderClass _SphereLoader

Definition at line 1343 of file sphereobj.cpp.

◆ SphereLODCosts

float SphereLODCosts[SPHERE_NUM_LOD+1]

Definition at line 97 of file sphereobj.cpp.

◆ SphereMeshArray

SphereMeshClass SphereMeshArray[SPHERE_NUM_LOD]

Definition at line 96 of file sphereobj.cpp.