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 TypeMethodDescriptionintJoGLBuffersManager.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 IndicesBufferDefaultGeometry.getIndices()Geometry.getIndices()Return the indices if any.final IndicesBufferDefaultGeometry.getWireIndices()Geometry.getWireIndices()Return the wire indices.Methods in org.scilab.forge.scirenderer.shapes.geometry with parameters of type IndicesBufferModifier and TypeMethodDescriptionfinal voidDefaultGeometry.setIndices(IndicesBuffer indicesBuffer) Indices setter.final voidDefaultGeometry.setWireIndices(IndicesBuffer wireIndices) Wire indices setter.