Uses of Interface
com.badlogic.gdx.graphics.g3d.Shader
-
-
Uses of Shader in com.badlogic.gdx.graphics.g3d
Fields in com.badlogic.gdx.graphics.g3d declared as Shader Modifier and Type Field Description ShaderRenderable. shaderTheShaderto be used to render this Renderable using aModelBatch, may be null.Methods in com.badlogic.gdx.graphics.g3d with parameters of type Shader Modifier and Type Method Description intShader. compareTo(Shader other)Compare this shader against the other, used for sorting, light weight shaders are rendered first.voidModelBatch. render(RenderableProvider renderableProvider, Environment environment, Shader shader)CallsRenderableProvider.getRenderables(Array, Pool)and adds all returnedRenderableinstances to the current batch to be rendered.voidModelBatch. render(RenderableProvider renderableProvider, Shader shader)CallsRenderableProvider.getRenderables(Array, Pool)and adds all returnedRenderableinstances to the current batch to be rendered.<T extends RenderableProvider>
voidModelBatch. render(java.lang.Iterable<T> renderableProviders, Environment environment, Shader shader)CallsRenderableProvider.getRenderables(Array, Pool)and adds all returnedRenderableinstances to the current batch to be rendered.<T extends RenderableProvider>
voidModelBatch. render(java.lang.Iterable<T> renderableProviders, Shader shader)CallsRenderableProvider.getRenderables(Array, Pool)and adds all returnedRenderableinstances to the current batch to be rendered. -
Uses of Shader in com.badlogic.gdx.graphics.g3d.particles
Classes in com.badlogic.gdx.graphics.g3d.particles that implement Shader Modifier and Type Class Description classParticleShaderThis is a custom shader to render the particles.Methods in com.badlogic.gdx.graphics.g3d.particles with parameters of type Shader Modifier and Type Method Description intParticleShader. compareTo(Shader other) -
Uses of Shader in com.badlogic.gdx.graphics.g3d.particles.batches
Methods in com.badlogic.gdx.graphics.g3d.particles.batches that return Shader Modifier and Type Method Description protected ShaderBillboardParticleBatch. getShader(Renderable renderable) -
Uses of Shader in com.badlogic.gdx.graphics.g3d.shaders
Classes in com.badlogic.gdx.graphics.g3d.shaders that implement Shader Modifier and Type Class Description classBaseShaderclassDefaultShaderclassDepthShaderMethods in com.badlogic.gdx.graphics.g3d.shaders with parameters of type Shader Modifier and Type Method Description intDefaultShader. compareTo(Shader other) -
Uses of Shader in com.badlogic.gdx.graphics.g3d.utils
Fields in com.badlogic.gdx.graphics.g3d.utils with type parameters of type Shader Modifier and Type Field Description protected Array<Shader>BaseShaderProvider. shadersMethods in com.badlogic.gdx.graphics.g3d.utils that return Shader Modifier and Type Method Description protected abstract ShaderBaseShaderProvider. createShader(Renderable renderable)protected ShaderDefaultShaderProvider. createShader(Renderable renderable)protected ShaderDepthShaderProvider. createShader(Renderable renderable)ShaderBaseShaderProvider. getShader(Renderable renderable)ShaderShaderProvider. getShader(Renderable renderable)Returns aShaderfor the givenRenderable.
-