ObjectArrayList<T> leafNodes
ObjectArrayList<T> contiguousNodes
QuantizedBvhNodes quantizedLeafNodes
QuantizedBvhNodes quantizedContiguousNodes
int curNodeIndex
boolean useQuantization
Vector3f bvhAabbMin
Vector3f bvhAabbMax
Vector3f bvhQuantization
TraversalMode traversalMode
ObjectArrayList<T> SubtreeHeaders
int subtreeHeaderCount
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
IOException