de.grogra.gpuflux.scene.light
Class FluxParallelLight

java.lang.Object
  extended by de.grogra.gpuflux.scene.FluxObject
      extended by de.grogra.gpuflux.scene.light.FluxLight
          extended by de.grogra.gpuflux.scene.light.FluxParallelLight

public class FluxParallelLight
extends FluxLight


Field Summary
 
Fields inherited from class de.grogra.gpuflux.scene.light.FluxLight
light, LIGHT_AREA, LIGHT_DIRECTIONAL, LIGHT_PHYSICAL, LIGHT_POINT, LIGHT_SKY, LIGHT_SPECTRAL, LIGHT_SPOT
 
Constructor Summary
FluxParallelLight(Parallelogram parallelogram)
           
 
Method Summary
 int getSampleCount()
           
 void serialize(ComputeByteBuffer out)
           
 
Methods inherited from class de.grogra.gpuflux.scene.light.FluxLight
getLight, getTransformation, serializeLightBase, setTransformation
 
Methods inherited from class de.grogra.gpuflux.scene.FluxObject
getOffset, setOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FluxParallelLight

public FluxParallelLight(Parallelogram parallelogram)
Method Detail

getSampleCount

public int getSampleCount()
Overrides:
getSampleCount in class FluxLight

serialize

public void serialize(ComputeByteBuffer out)
               throws java.io.IOException
Specified by:
serialize in class FluxObject
Throws:
java.io.IOException