Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

RtWorldImportParameters Struct Reference
[RtWorldImport]

Collaboration diagram for RtWorldImportParameters:
Collaboration graph

Data Fields

RwReal  worldSectorMaxSize
RwInt32  maxWorldSectorPolygons
RwReal  maxOverlapPercent
RwBool  userSpecifiedBBox
RwBBox  userBBox
RwBool  fixTJunctions
RwInt32  flags
RwInt32  numTexCoordSets
RwBool  terminatorCheck
RwBool  calcNormals
RwBool  conditionGeometry

Detailed Description

Parameters used with RtWorldImportCreateWorld. They are initialized to default values using RtWorldImportParametersInit.

Field Documentation

RwBool calcNormals
 

If TRUE the vertex normals are wiped and recalculated (this might also happen if conditionGeometry is TRUE).

RwBool conditionGeometry
 

If TRUE, any geometry conditioning pipeline that has been set up will be called before sectorization

RwBool fixTJunctions
 

If TRUE then T-junctions are fixed in the geometry. NB: This ONLY fixes T-junctions introduces by the partitioning and not those introduced by the artist.

RwInt32 flags
 

Conversion flags (see RpWorldFlag).

RwReal maxOverlapPercent
 

Total fraction of world sector overlap allowed.

RwInt32 maxWorldSectorPolygons
 

The maximum number of polygons in a world sector.

RwInt32 numTexCoordSets
 

The number of texture coordinate sets to use. If set to zero, then the number is taken from the flags parameter which, for backward compatibility, can include the rpWORLDTEXTURED or rpWORLDTEXTURED2 flags. These specify one or two sets respectively.

RwBool terminatorCheck
 

If TRUE the world will be checked for validity during the build process.

RwBBox userBBox
 

User specified world bounding-box if userSpecifiedBBox is TRUE.

RwBool userSpecifiedBBox
 

If TRUE allows user to specify minimum bounding-box for the world using the userBBox parameter.

RwReal worldSectorMaxSize
 

The maximum world sector size.


Criterion Software © 1993-2003 Criterion Software Limited. All rights reserved. Built Tue Apr 22 12:46:09 2003. Send Feedback
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)