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. To use this function, you need to setup the global import parameters by using RtWorldImportParametersSet.
|
|
|
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
|
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:47:12 2004.
Send Feedback