Uses of Interface
com.aspose.threed.IIndexBuffer
-
-
Uses of IIndexBuffer in com.aspose.threed
Methods in com.aspose.threed that return IIndexBuffer Modifier and Type Method Description abstract IIndexBuffer
RenderFactory. createIndexBuffer()
Create anIIndexBuffer
instance to store polygon's face information.IIndexBuffer
ManualEntity. getIndexBuffer()
Gets the index buffer, this can be null.Methods in com.aspose.threed with parameters of type IIndexBuffer Modifier and Type Method Description void
Renderer. drawIndexed(DrawOperation drawOperation, IVertexBuffer vertexBuffer, IIndexBuffer indexBuffer)
Draw indexed geometry.abstract void
Renderer. drawIndexed(DrawOperation drawOperation, IVertexBuffer vertexBuffer, IIndexBuffer indexBuffer, int count)
Draw indexed geometry.void
ManualEntity. setIndexBuffer(IIndexBuffer value)
Gets the index buffer, this can be null.Constructors in com.aspose.threed with parameters of type IIndexBuffer 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, IIndexBuffer indexBuffer, DrawOperation drawOperation)
Constructor ofManualEntity
-