Functions |
|
RtWorldImportGuideKDTree * | RtWorldImportGuideKDCreate (RwBBox *bbox) |
void | RtWorldImportGuideKDDestroy (RtWorldImportGuideKDTree *KD) |
RtWorldImportGuideKDTree * | RtWorldImportGuideKDAddPartition (RtWorldImportGuideKDTree *KD, RwInt32 type, RwReal value) |
void | RtWorldImportGuideKDDeletePartition (RtWorldImportGuideKDTree *KD) |
RtWorldImportGuideKDTree * | RtWorldImportGuideKDWrite (RtWorldImportGuideKDTree *guideKD, const RwChar *filename) |
RtWorldImportGuideKDTree * | RtWorldImportGuideKDRead (const RwChar *filename, const RwBBox *bbox) |
|
RtWorldImportGuideKDAddPartition Modifies a given leaf node, by partitioning it, turning the given node into a non-leaf node, and creating two new leaf-node children
|
|
RtWorldImportGuideKDCreate Creates a single node RtWorldImportGuideKDTree
|
|
RtWorldImportGuideKDDeletePartition Modifies a given node, by destroying its childern, turning the given node into a leaf node.
|
|
RtWorldImportGuideKDDestroy Destroys the RtWorldImportGuideKDTree
|
|
RtWorldImportGuideKDRead Reads in a previously saved KD tree and stores it in a RtWorldImportGuideKDTree. This can subsequently be applied to a world using a guided build.
|
|
RtWorldImportGuideKDWrite Saves the given RtWorldImportGuideKDTree
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |