Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d | |
com.badlogic.gdx.graphics.g3d.shaders |
Modifier and Type | Field and Description |
---|---|
protected RenderContext |
ModelBatch.context
the
RenderContext |
Modifier and Type | Method and Description |
---|---|
void |
Shader.begin(Camera camera,
RenderContext context)
Initializes the context for exclusive rendering by this shader
|
Constructor and Description |
---|
ModelBatch(RenderContext context,
ShaderProvider shaderProvider,
RenderableSorter sorter)
Construct a ModelBatch, using this constructor makes you responsible for calling context.begin() and contact.end() yourself.
|
Modifier and Type | Field and Description |
---|---|
RenderContext |
BaseShader.context |
Modifier and Type | Method and Description |
---|---|
void |
BaseShader.begin(Camera camera,
RenderContext context) |
void |
DefaultShader.begin(Camera camera,
RenderContext context) |
void |
DepthShader.begin(Camera camera,
RenderContext context) |
void |
GLES10Shader.begin(Camera camera,
RenderContext context) |