de.grogra.gpuflux.scene.BVH
Class BVHBuilderSAH

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

public class BVHBuilderSAH
extends java.lang.Object
implements BVHBuilder


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

BVHBuilderSAH

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