java.lang.Object
de.grogra.glsl.material.channel.GLSLChannelMap
de.grogra.glsl.material.channel.GLSLChannelMapNode
de.grogra.glsl.material.channel.GLSLSurfaceMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) This should be used instead of the other oneabstract ResultgenerateImpl(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) Methods inherited from class de.grogra.glsl.material.channel.GLSLChannelMap
generateResult, generateResult, generateResultWithChannelDefault, getGLSLObject, getMaxResultType, initMap, mayDiscard
-
Constructor Details
-
GLSLSurfaceMap
public GLSLSurfaceMap()
-
-
Method Details
-
generateImpl
public abstract Result generateImpl(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) -
generate
public Result generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) Description copied from class:GLSLChannelMapThis should be used instead of the other one- Specified by:
generatein classGLSLChannelMap- Parameters:
inp-cs-inpChan-Channel-- Returns:
-
instanceFor
- Specified by:
instanceForin classGLSLChannelMap
-