|
OpenEnroth cf228e9
|
#include <BSPModel.h>
Public Attributes | |
| int | index = 0 |
| int32_t | field_40 = 0 |
| Vec3f | position {} |
| BBoxi | boundingBox = {0, 0, 0, 0, 0, 0} |
| Vec3f | boundingCenter {} |
| float | boundingRadius = 0 |
| std::vector< Vec3f > | vertices |
| std::vector< ODMFace > | faces |
| std::vector< BSPNode > | nodes |
| BBoxi BSPModel::boundingBox = {0, 0, 0, 0, 0, 0} |
| Vec3f BSPModel::boundingCenter {} |
| float BSPModel::boundingRadius = 0 |
| std::vector<ODMFace> BSPModel::faces |
| int32_t BSPModel::field_40 = 0 |
| int BSPModel::index = 0 |
| std::vector<BSPNode> BSPModel::nodes |
| Vec3f BSPModel::position {} |
| std::vector<Vec3f> BSPModel::vertices |