Uses of Class
com.badlogic.gdx.graphics.g3d.utils.RenderContext
-
Packages that use RenderContext Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.graphics.g3d.shaders -
-
Uses of RenderContext in com.badlogic.gdx.graphics.g3d
Fields in com.badlogic.gdx.graphics.g3d declared as RenderContext Modifier and Type Field Description protected RenderContextModelBatch. contexttheRenderContextMethods in com.badlogic.gdx.graphics.g3d that return RenderContext Modifier and Type Method Description RenderContextModelBatch. getRenderContext()Methods in com.badlogic.gdx.graphics.g3d with parameters of type RenderContext Modifier and Type Method Description voidShader. begin(Camera camera, RenderContext context)Initializes the context for exclusive rendering by this shader.Constructors in com.badlogic.gdx.graphics.g3d with parameters of type RenderContext Constructor Description ModelBatch(RenderContext context)Construct a ModelBatch, using this constructor makes you responsible for calling context.begin() and context.end() yourself.ModelBatch(RenderContext context, RenderableSorter sorter)Construct a ModelBatch, using this constructor makes you responsible for calling context.begin() and context.end() yourself.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. -
Uses of RenderContext in com.badlogic.gdx.graphics.g3d.particles
Methods in com.badlogic.gdx.graphics.g3d.particles with parameters of type RenderContext Modifier and Type Method Description voidParticleShader. begin(Camera camera, RenderContext context) -
Uses of RenderContext in com.badlogic.gdx.graphics.g3d.shaders
Fields in com.badlogic.gdx.graphics.g3d.shaders declared as RenderContext Modifier and Type Field Description RenderContextBaseShader. contextMethods in com.badlogic.gdx.graphics.g3d.shaders with parameters of type RenderContext Modifier and Type Method Description voidBaseShader. begin(Camera camera, RenderContext context)voidDefaultShader. begin(Camera camera, RenderContext context)voidDepthShader. begin(Camera camera, RenderContext context)
-