de.grogra.gpuflux.scene.BVH
Class ThreadedBVHBuilderSAH

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

public class ThreadedBVHBuilderSAH
extends java.lang.Object
implements BVHBuilder


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

Constructor Detail

ThreadedBVHBuilderSAH

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