de.grogra.gpuflux.scene.shading.channel
Class FluxChannelMap
java.lang.Object
de.grogra.gpuflux.scene.FluxObject
de.grogra.gpuflux.scene.shading.channel.FluxChannelMap
- Direct Known Subclasses:
- FluxBlend, FluxHDRImageMap, FluxImageMap, FluxRGB, FluxSpectralChannel
public abstract class FluxChannelMap
- extends FluxObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHANNEL_BLEND
protected static final int CHANNEL_BLEND
- See Also:
- Constant Field Values
CHANNEL_HDRIMAGE_MAP
protected static final int CHANNEL_HDRIMAGE_MAP
- See Also:
- Constant Field Values
CHANNEL_IMAGE_MAP
protected static final int CHANNEL_IMAGE_MAP
- See Also:
- Constant Field Values
CHANNEL_RGB
protected static final int CHANNEL_RGB
- See Also:
- Constant Field Values
CHANNEL_SPECTRAL
protected static final int CHANNEL_SPECTRAL
- See Also:
- Constant Field Values
CHANNEL_UVTRANSFORMATION
protected static final int CHANNEL_UVTRANSFORMATION
- See Also:
- Constant Field Values
FluxChannelMap
public FluxChannelMap()
serialize
public void serialize(ComputeByteBuffer out,
int type)
throws java.io.IOException
- Throws:
java.io.IOException
setUVTransformation
public void setUVTransformation(Matrix3f m)