Uses of Class
org.xjge.graphics.GLCaps
Package | Description |
---|---|
org.xjge.graphics |
Supplies abstractions of OpenGL into various objects and data structures to
be used by other parts of the engine.
|
-
Uses of GLCaps in org.xjge.graphics
Methods in org.xjge.graphics with parameters of type GLCaps Modifier and Type Method Description void
Model. render(GLProgram glProgram, Light[] lights, GLCaps capabilities, int shineValue, int depthTexHandle)
Renders the 3D model.void
Model. renderShadow(GLProgram depthProgram, GLCaps capabiltites)
Used to cast a shadow using the model matrix of each mesh (and texture if necessary) by passing them as uniforms to the depth program.