Uses of Class
org.jzy3d.plot3d.primitives.vbo.drawable.loaders.VBOBufferLoader
-
Packages that use VBOBufferLoader Package Description org.jzy3d.plot3d.primitives.vbo.drawable.loaders -
-
Uses of VBOBufferLoader in org.jzy3d.plot3d.primitives.vbo.drawable.loaders
Subclasses of VBOBufferLoader in org.jzy3d.plot3d.primitives.vbo.drawable.loaders Modifier and Type Class Description class
VBOBufferLoaderForArrays
A utility class to build buffers to feed aDrawableVBO2
.class
VBOBufferLoaderForPolygons
A utility class to build buffers to feed aDrawableVBO2
.class
VBOBufferLoaderForPolygonsPrimitiveRestart
===================== WIP / Not working yet ===================== Limitations of primitive restart are discussed here : https://community.khronos.org/t/using-glprimitiverestartindex-to-declare-multiple-geometries-in-the-same-vbo/107810/13 A utility class to build buffers to feed aDrawableVBO2
using Primitive restart.
-