java.lang.Object
de.grogra.glsl.material.channel.GLSLChannelMap
de.grogra.glsl.material.channel.GLSLChannelMapNode
de.grogra.glsl.material.channel.GLSLVolumeChecker
Implementation of Shader: VolumeChecker
- Author:
- Konni Hartmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(ChannelMap data, MaterialConfiguration sc, GLSLChannelMap inputChannnel, int requestedChannel) This should be used instead of the other oneMethods inherited from class de.grogra.glsl.material.channel.GLSLChannelMap
generateResult, generateResult, generateResultWithChannelDefault, getGLSLObject, getMaxResultType, initMap, mayDiscard
-
Constructor Details
-
GLSLVolumeChecker
public GLSLVolumeChecker()
-
-
Method Details
-
generate
public Result generate(ChannelMap data, MaterialConfiguration sc, GLSLChannelMap inputChannnel, int requestedChannel) Description copied from class:GLSLChannelMapThis should be used instead of the other one- Specified by:
generatein classGLSLChannelMap- Parameters:
data-sc-inputChannnel-requestedChannel-- Returns:
-
instanceFor
- Specified by:
instanceForin classGLSLChannelMap
-