|
RtWorldImportAspectPartitionEvaluator evaluates the uniformity of the partition with respect to the sector it is subdividing. It returns a measure of the aspect over the size of the sector in the dimension of the partition; where a high value is poor and a low value good. Thus a partition that would slice an already thin sector along its shortest dimension would result in a high value.
|
|
RtWorldImportBalancedPartitionEvaluator returns the balance of the partition in terms of polygons on either side, in the inclusive range 0..1, where 0 is perfectly balanced, and 1 is totally unbalanced.
|
|
RtWorldImportExtentPartitionEvaluator returns the size of the (negative) size of the sector in the dimension of the partition.
|
|
RtWorldImportFuzzyBalancedPartitionEvaluator is a hybrid evaluator; it returns a value based on balance, splits, and materials
|
|
RtWorldImportHintBBoxPartitionEvaluator tests whether the partition cuts through any shield bounding box hints, and returns a proportional value.
|
|
RtWorldImportMaterialBalancedPartitionEvaluator returns the (positive) difference between the number of materials left and those on the right of the partition.
|
|
RtWorldImportMaterialCutsPartitionEvaluator returns the number of materials split by the partition.
|
|
RtWorldImportMaterialSeparatorPartitionEvaluator evaluates the balance of materials on either side of the candidate partition.
|
|
RtWorldImportOccluderPartitionEvaluator returns the area covered (of coplanar polygons.)
|
|
RtWorldImportPotentialSplitPartitionEvaluator returns the number of polygons that are split by the partition, not considering overlapping sectors.
|
|
RtWorldImportVolumeBalancedPartitionEvaluator returns the balance of the partition in terms of space on either side, in the inclusive range 0..1, where 0 is perfectly balanced, and 1 is totally unbalanced.
|
|
RtWorldImportWeightedDisjointOccluderPartitionEvaluator returns the weighted value of the partition as a disjoint occluder - i.e. in a scene that is not highly occluded, such as an outdoor scene, it evaluates a partition by a number of criteria, including actual occlusion, number of splits, balance, and volume balance, which reflects the better values for use with PVS. This requires the area of the sector in the dimension of the partitioner, and this is passed as userData. If the partition is a peripheral one, or if it occludes next to nothing, rtWORLDIMPORTINVALIDPARTITION is returned.
|
|
RtWorldImportWeightedOccluderPartitionEvaluator returns the weighted value of the partition as an occluder - this is mapped to the range [-1..0] where -1 represents an occluder that completely covers the geometry, and 0 where is covers nothing. This requires the area of the sector in the dimension of the partitioner, and this is passed as userData. If the partition is a peripheral one, rtWORLDIMPORTINVALIDPARTITION is returned.
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |