Uses of Interface
org.scilab.forge.scirenderer.buffers.IndicesBuffer
Packages that use IndicesBuffer
Package
Description
-
Uses of IndicesBuffer in org.scilab.forge.scirenderer.buffers
Methods in org.scilab.forge.scirenderer.buffers that return IndicesBuffer -
Uses of IndicesBuffer in org.scilab.forge.scirenderer.implementation.g2d.buffers
Classes in org.scilab.forge.scirenderer.implementation.g2d.buffers that implement IndicesBufferMethods in org.scilab.forge.scirenderer.implementation.g2d.buffers that return IndicesBuffer -
Uses of IndicesBuffer in org.scilab.forge.scirenderer.implementation.jogl.buffers
Classes in org.scilab.forge.scirenderer.implementation.jogl.buffers that implement IndicesBufferMethods in org.scilab.forge.scirenderer.implementation.jogl.buffers that return IndicesBufferMethods in org.scilab.forge.scirenderer.implementation.jogl.buffers with parameters of type IndicesBufferModifier and TypeMethodDescriptionint
JoGLBuffersManager.bindIndicesBuffer
(com.jogamp.opengl.GL2 gl, IndicesBuffer buffer) Bind the given buffer as indices buffer. -
Uses of IndicesBuffer in org.scilab.forge.scirenderer.shapes.geometry
Methods in org.scilab.forge.scirenderer.shapes.geometry that return IndicesBufferModifier and TypeMethodDescriptionfinal IndicesBuffer
DefaultGeometry.getIndices()
Geometry.getIndices()
Return the indices if any.final IndicesBuffer
DefaultGeometry.getWireIndices()
Geometry.getWireIndices()
Return the wire indices.Methods in org.scilab.forge.scirenderer.shapes.geometry with parameters of type IndicesBufferModifier and TypeMethodDescriptionfinal void
DefaultGeometry.setIndices
(IndicesBuffer indicesBuffer) Indices setter.final void
DefaultGeometry.setWireIndices
(IndicesBuffer wireIndices) Wire indices setter.