de.grogra.gpuflux.scene.BVH
Class ThreadedBVHBuilderMiddle

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

public class ThreadedBVHBuilderMiddle
extends java.lang.Object
implements BVHBuilder


Constructor Summary
ThreadedBVHBuilderMiddle()
           
 
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

ThreadedBVHBuilderMiddle

public ThreadedBVHBuilderMiddle()
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)