Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
geometryexporttask.cpp File Reference
#include "geometryexporttask.h"
#include "geometryexportcontext.h"
#include "util.h"
#include "w3dutil.h"
#include "w3dappdata.h"
#include "hiersave.h"
#include "maxworldinfo.h"
#include "meshsave.h"
#include "colboxsave.h"
#include "dazzlesave.h"
#include <bitarray.h>

Go to the source code of this file.

Classes

class  MeshGeometryExportTaskClass
 
class  CollisionBoxGeometryExportTaskClass
 
class  DazzleGeometryExportTaskClass
 
class  NullGeometryExportTaskClass
 
class  AggregateGeometryExportTaskClass
 
class  ProxyExportTaskClass
 

Variables

const int OPTIMIZATION_FACECOUNT_LIMIT = 256
 
const float OPTIMIZATION_COMBINING_DISTANCE = 20.0f
 

Variable Documentation

◆ OPTIMIZATION_COMBINING_DISTANCE

const float OPTIMIZATION_COMBINING_DISTANCE = 20.0f

Definition at line 68 of file geometryexporttask.cpp.

◆ OPTIMIZATION_FACECOUNT_LIMIT

const int OPTIMIZATION_FACECOUNT_LIMIT = 256

Definition at line 67 of file geometryexporttask.cpp.