de.grogra.gpuflux.scene.BVH
Class BVHBuilderMiddle

java.lang.Object
  extended by de.grogra.gpuflux.scene.BVH.BVHBuilderMiddle
All Implemented Interfaces:
BVHBuilder

public class BVHBuilderMiddle
extends java.lang.Object
implements BVHBuilder


Constructor Summary
BVHBuilderMiddle()
           
 
Method Summary
 BVHTree construct(java.util.Vector<? extends FluxVolume> volumes)
           
 java.lang.String getLog()
           
 int getMaxAxis(BoundingBox3d bb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BVHBuilderMiddle

public BVHBuilderMiddle()
Method Detail

construct

public BVHTree construct(java.util.Vector<? extends FluxVolume> volumes)
Specified by:
construct in interface BVHBuilder

getLog

public java.lang.String getLog()
Specified by:
getLog in interface BVHBuilder

getMaxAxis

public int getMaxAxis(BoundingBox3d bb)