Package com.aspose.threed
Interface IRenderQueue
-
public interface IRenderQueue
Entity renderer uses this queue to manage render tasks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(RenderQueueGroupId groupId, IPipeline pipeline, java.lang.Object renderableResource, int subEntity)
Add render task to the render queue.
-
-
-
Method Detail
-
add
void add(RenderQueueGroupId groupId, IPipeline pipeline, java.lang.Object renderableResource, int subEntity)
Add render task to the render queue.- Parameters:
groupId
- Which group of the queue the render task will be inpipeline
- The pipeline instance used for this render taskrenderableResource
- Custom object that will be sent toEntityRenderer
subEntity
- The index of sub entities, useful when the entity is consisting of more than one sub renderable components.
-
-