Uses of Class
com.aspose.threed.RenderQueueGroupId
-
-
Uses of RenderQueueGroupId in com.aspose.threed
Methods in com.aspose.threed that return RenderQueueGroupId Modifier and Type Method Description RenderQueueGroupId
ManualEntity. getRenderGroup()
Gets the render group of this object.static RenderQueueGroupId
RenderQueueGroupId. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RenderQueueGroupId[]
RenderQueueGroupId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type RenderQueueGroupId Modifier and Type Method Description protected void
Renderer. renderAll(RenderQueueGroupId groupId)
Render all items in the specified render groupvoid
ManualEntity. setRenderGroup(RenderQueueGroupId value)
Sets the render group of this object.void
Renderer. submitRenderTask(RenderQueueGroupId groupId, int priority, Node node, IRenderable renderableTask)
Submit a render task to the render queueConstructors in com.aspose.threed with parameters of type RenderQueueGroupId Constructor Description ManualEntity(RenderQueueGroupId renderGroup, int priority, RenderState renderState, ShaderProgram shader, IVertexBuffer vertexBuffer, IIndexBuffer indexBuffer, DrawOperation drawOperation)
Constructor ofManualEntity
-