Uses of Class
de.grogra.glsl.material.channel.GLSLChannelMap
Packages that use GLSLChannelMap
Package
Description
-
Uses of GLSLChannelMap in de.grogra.glsl.material
Subclasses of GLSLChannelMap in de.grogra.glsl.materialModifier and TypeClassDescriptionclassclassclassMethods in de.grogra.glsl.material that return GLSLChannelMapModifier and TypeMethodDescriptionMaterialConfiguration.getDefaultInputChannel()SkyMaterialConfiguration.getDefaultInputChannel()SkyReflectionMaterialConfiguration.getDefaultInputChannel()Methods in de.grogra.glsl.material with parameters of type GLSLChannelMapModifier and TypeMethodDescriptionGLSLDefaultInput.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLSphereTracedInput.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLSphereTracedInputParallel.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) -
Uses of GLSLChannelMap in de.grogra.glsl.material.channel
Subclasses of GLSLChannelMap in de.grogra.glsl.material.channelModifier and TypeClassDescriptionclassImplementation of AffineUVTransformation.classclassTrigger class.classclassclassImplementation of the surface-shader: Checker.classclassclassImplementation of GraytoneclassImplementation for ImageMap.classclassclassclassImplementation of Shader: RGBColorclassclassImplementation of ChannelMaps implementing surface-shader: SyntheticTexture.classImplementation of Shader: VolumeTurbulence.classImplementation of Shader: VolumeCheckerclassBase class for all volume shaders.classImplementation of Shader: VolumeTurbulence.classclassMethods in de.grogra.glsl.material.channel that return GLSLChannelMapModifier and TypeMethodDescriptionChannelCollection.getGLSLObject(ChannelMap inp) static GLSLChannelMapGLSLChannelMap.getGLSLObject(ChannelMap inp) Methods in de.grogra.glsl.material.channel with parameters of type GLSLChannelMapModifier and TypeMethodDescriptionGLSLAffineUVTransformation.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLBumpMap.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLChannelBlend.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) abstract ResultGLSLChannelMap.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) This should be used instead of the other oneGLSLChecker.generate(ChannelMap channelMap, MaterialConfiguration config, GLSLChannelMap inputChannelMap, int channel) GLSLGraytone.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLImageMap.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLRGBColor.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLSurfaceMap.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) GLSLSyntheticTexture.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLTurbulence.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLVolumeChecker.generate(ChannelMap data, MaterialConfiguration sc, GLSLChannelMap inputChannnel, int requestedChannel) GLSLVolumeFunction.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLXYZTransformation.generate(ChannelMap inp, MaterialConfiguration sc, GLSLChannelMap inpChan, int channel) abstract ResultGLSLSurfaceMap.generateImpl(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) static ResultGLSLChannelMap.generateResult(ChannelMap inp, MaterialConfiguration sc, GLSLChannelMap inpChan, int requestedChannel) static ResultGLSLChannelMap.generateResult(ChannelMap inp, MaterialConfiguration sc, GLSLChannelMap inpChan, int requestedChannel, ChannelMap defaultInp) static ResultGLSLChannelMap.generateResultWithChannelDefault(ChannelMap inp, MaterialConfiguration sc, GLSLChannelMap inpChan, int requestedChannel) GLSLGradient.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLGranite.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLJulia.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLLeopard.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLMandel.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) abstract ResultGLSLVolumeFunction.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLVolumeTurbulence.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLWood.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) -
Uses of GLSLChannelMap in de.grogra.glsl.renderable
Subclasses of GLSLChannelMap in de.grogra.glsl.renderableMethods in de.grogra.glsl.renderable that return GLSLChannelMapMethods in de.grogra.glsl.renderable with parameters of type GLSLChannelMapModifier and TypeMethodDescriptionGLSLPlaneInput.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel)