de.grogra.gpuflux.scene.light
Class FluxSpotLight

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.FluxPointLight
              extended by de.grogra.gpuflux.scene.light.FluxSpotLight

public class FluxSpotLight
extends FluxPointLight


Field Summary
 
Fields inherited from class de.grogra.gpuflux.scene.light.FluxLight
LIGHT_AREA, LIGHT_DIRECTIONAL, LIGHT_PHYSICAL, LIGHT_POINT, LIGHT_SKY, LIGHT_SPECTRAL, LIGHT_SPOT
 
Constructor Summary
FluxSpotLight(SpotLight light)
           
 
Method Summary
 void serialize(ComputeByteBuffer out)
           
 
Methods inherited from class de.grogra.gpuflux.scene.light.FluxLight
getLight, getSampleCount, 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

FluxSpotLight

public FluxSpotLight(SpotLight light)
Method Detail

serialize

public void serialize(ComputeByteBuffer out)
               throws java.io.IOException
Overrides:
serialize in class FluxPointLight
Throws:
java.io.IOException