Uses of Class
com.aspose.threed.RenderState
-
-
Uses of RenderState in com.aspose.threed
Methods in com.aspose.threed that return RenderState Modifier and Type Method Description abstract RenderState
RenderFactory. createRenderState()
Create aRenderState
object.RenderState
ManualEntity. getRenderState()
Gets the render states used by this object.Methods in com.aspose.threed with parameters of type RenderState Modifier and Type Method Description abstract void
Renderer. bindRenderState(RenderState renderState)
Apply the render stateint
RenderState. compareTo(RenderState other)
Compare the render state with another instancevoid
ManualEntity. setRenderState(RenderState value)
Gets the render states used by this object.Constructors in com.aspose.threed with parameters of type RenderState Constructor Description ManualEntity(RenderQueueGroupId renderGroup, int priority, RenderState renderState, ShaderProgram shader, IVertexBuffer vertexBuffer, IIndexBuffer indexBuffer, DrawOperation drawOperation)
Constructor ofManualEntity
ManualEntity(RenderState renderState, ShaderProgram shader, IVertexBuffer vertexBuffer, DrawOperation drawOperation)
Constructor ofManualEntity
ManualEntity(RenderState renderState, ShaderProgram shader, IVertexBuffer vertexBuffer, IIndexBuffer indexBuffer, DrawOperation drawOperation)
Constructor ofManualEntity
-