Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

RpTriStripTunnelData Struct Reference
[RpMesh]


Data Fields

RwReal  quality
RwUInt32  lengthLimit
RpTriStripCostCallBack  costCB
void *  data

Detailed Description

This type represents the data required by the RpTriStripMeshTunnel function to tri-strip a mesh. This data must be the user-supplied data in the RpTriStripData structure passed into RpMeshSetTriStripMethod as the user-supplied data when using RpTriStripMeshTunnel.
See also:
RpMeshGetTriStripMethod , RpMeshSetTriStripMethod , RpBuildMeshGenerateTriStrip , RpTriStripMeshTunnel , RpTriStripDefaultCost

Field Documentation

RpTriStripCostCallBack costCB
 

callback to determine tri-strip cost

void* data
 

data to supply to callbacks

RwUInt32 lengthLimit
 

The maximum tunnel length to use. Values between 10 and 50 tend to be fairly quick but don't always give the best results. Values greater than 50 tend to give good results for final artwork but can take much longer. Large values e.g. 10000 allow the quality to be the limiting factor.

RwReal quality
 

Values between 0.1 and 0.5 tend to be fairly quick but don't always give the best results. Values greater than 0.5 tend to give good results useful for final artwork but can take much longer. Large values e.g. 5 allow the length limit to be the limiting factor instead.


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