![]() |
Obi
7.0.5
Unified particle physics for Unity
|
Public Member Functions | |
| BIHNode (int start, int count) | |
Public Attributes | |
| int | firstChild |
| int | start |
| int | count |
| int | axis |
| float | min |
| float | max |
| int Obi.BIHNode.axis |
axis of the split plane (0,1,2 = x,y,z)
| int Obi.BIHNode.count |
amount of elements in this node.
| int Obi.BIHNode.firstChild |
index of the first child node. The second one is right after the first.
| float Obi.BIHNode.max |
maximum split plane
| float Obi.BIHNode.min |
minimum split plane
| int Obi.BIHNode.start |
index of the first element in this node.