IRenderQueue.Add
IRenderQueue.Add method
Add render task to the render queue.
public void Add(RenderQueueGroupId groupId, IPipeline pipeline, object renderableResource,
int subEntity)
| Parameter | Type | Description |
|---|---|---|
| groupId | RenderQueueGroupId | Which group of the queue the render task will be in |
| pipeline | IPipeline | The pipeline instance used for this render task |
| renderableResource | Object | Custom object that will be sent to RenderEntity |
| subEntity | Int32 | The index of sub entities, useful when the entity is consisting of more than one sub renderable components. |
See Also
- enum RenderQueueGroupId
- interface IPipeline
- interface IRenderQueue
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D