|
3D Repo Bouncer
1.4
|
Public Member Functions | |
| repo_partitioning_tree_t (const repo::PartitioningTreeType &type, const float &pValue, std::shared_ptr< repo_partitioning_tree_t > left, std::shared_ptr< repo_partitioning_tree_t > right) | |
| repo_partitioning_tree_t (const std::vector< repo_mesh_entry_t > &meshes) | |
Public Attributes | |
| repo::PartitioningTreeType | type |
| std::vector< repo_mesh_entry_t > | meshes |
| float | pValue |
| std::shared_ptr< repo_partitioning_tree_t > | left |
| std::shared_ptr< repo_partitioning_tree_t > | right |
1.8.9.1