|
RtWorldImportDefaultPartitionTerminator is guaranteed to return FALSE until all criteria are met. The criteria are maximums, such as number of vertices, triangles and the size of the sector. This terminator is ALWAYS called, even if a separate terminator is used as well; this terminator overrides any TRUE result if the criteria have not been met.
|
|
RtWorldImportDepthPartitionTerminator returns TRUE when the tree has reached a certain depth.
|
|
RtWorldImportMaximumLegalPartitionTerminator returns TRUE as soon as a sector is legal, i.e. when the number of vertices imposed by the RwUInt16 index in polygons is met
|
|
RtWorldImportNeverPartitionTerminator never returns TRUE. This is useful if the Partition Selector should decide when to terminate. It is therefore essential that the Partition Selector returns with an invalid partition at some point - to avoid the tree reaching its maximum size and capacity.
|
|
RtWorldImportSectorAspectSizePartitionTerminator is the terminator that returns TRUE when the size of the sector is less than or equal to the values provided. Each dimension is treated separately.
|
|
RtWorldImportSectorHeightPartitionTerminator is a hybrid terminator; its base criterion is minimum sector size, but this is a function of the height of the sector - sectors nearer the top of the world are terminated earlier than those near the bottom. The sectors also have a minimum aspect ratio of 2:1:2. This terminator is useful in outdoor scenes.
|
|
RtWorldImportSizePartitionTerminator returns TRUE when the dimensions of the sector fall within the value specified in the user data.
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |