Uses of Interface
com.badlogic.gdx.graphics.g3d.utils.ShaderProvider
-
Packages that use ShaderProvider Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.utils -
-
Uses of ShaderProvider in com.badlogic.gdx.graphics.g3d
Fields in com.badlogic.gdx.graphics.g3d declared as ShaderProvider Modifier and Type Field Description protected ShaderProviderModelBatch. shaderProvidertheShaderProvider, providesShaderinstances for RenderablesMethods in com.badlogic.gdx.graphics.g3d that return ShaderProvider Modifier and Type Method Description ShaderProviderModelBatch. getShaderProvider()Constructors in com.badlogic.gdx.graphics.g3d with parameters of type ShaderProvider Constructor Description ModelBatch(RenderContext context, ShaderProvider shaderProvider)Construct a ModelBatch, using this constructor makes you responsible for calling context.begin() and context.end() yourself.ModelBatch(RenderContext context, ShaderProvider shaderProvider, RenderableSorter sorter)Construct a ModelBatch, using this constructor makes you responsible for calling context.begin() and context.end() yourself.ModelBatch(ShaderProvider shaderProvider)Construct a ModelBatchModelBatch(ShaderProvider shaderProvider, RenderableSorter sorter)Construct a ModelBatch -
Uses of ShaderProvider in com.badlogic.gdx.graphics.g3d.utils
Classes in com.badlogic.gdx.graphics.g3d.utils that implement ShaderProvider Modifier and Type Class Description classBaseShaderProviderclassDefaultShaderProviderclassDepthShaderProvider
-