Serialized Form
Package com.bulletphysics.collision.shapes |
serialVersionUID: 1L
quantizedAabbMin
short[] quantizedAabbMin
quantizedAabbMax
short[] quantizedAabbMax
rootNodeIndex
int rootNodeIndex
subtreeSize
int subtreeSize
serialVersionUID: 1L
leafNodes
ObjectArrayList<T> leafNodes
contiguousNodes
ObjectArrayList<T> contiguousNodes
quantizedLeafNodes
QuantizedBvhNodes quantizedLeafNodes
quantizedContiguousNodes
QuantizedBvhNodes quantizedContiguousNodes
curNodeIndex
int curNodeIndex
useQuantization
boolean useQuantization
bvhAabbMin
Vector3f bvhAabbMin
bvhAabbMax
Vector3f bvhAabbMax
bvhQuantization
Vector3f bvhQuantization
traversalMode
TraversalMode traversalMode
SubtreeHeaders
ObjectArrayList<T> SubtreeHeaders
subtreeHeaderCount
int subtreeHeaderCount
serialVersionUID: 1L
aabbMinOrg
Vector3f aabbMinOrg
aabbMaxOrg
Vector3f aabbMaxOrg
escapeIndex
int escapeIndex
subPart
int subPart
triangleIndex
int triangleIndex
serialVersionUID: 1L
buf
int[] buf
size
int size
Package com.bulletphysics.util |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException