Uses of Interface
org.jzy3d.plot3d.primitives.IGLBindedResource
-
-
Uses of IGLBindedResource in org.jzy3d.plot3d.primitives
Classes in org.jzy3d.plot3d.primitives that implement IGLBindedResource Modifier and Type Class Description class
CoplanarityManager
This pseudo-drawable will handle drawing outlines (such as polygon border), contour line (lying exactly ON a polygon), or text which position is ON a polygon) that may be coplanar or partially hidden by a collection of polygons. -
Uses of IGLBindedResource in org.jzy3d.plot3d.primitives.vbo
Classes in org.jzy3d.plot3d.primitives.vbo that implement IGLBindedResource Modifier and Type Class Description class
ShaderMeshDrawableVBO
class
ShaderWaterfallDrawableVBO
-
Uses of IGLBindedResource in org.jzy3d.plot3d.primitives.vbo.drawable
Classes in org.jzy3d.plot3d.primitives.vbo.drawable that implement IGLBindedResource Modifier and Type Class Description class
BarVBO
class
DrawableVBO
ADrawableVBO
is able to efficiently draw a large collection of geometries.class
DrawableVBO2
ADrawableVBO2
is able to efficiently draw a large collection of geometries.class
PolygonVBO
class
ScatterVBO
class
SphereVBO
Warning!class
TriangleStripVBO
class
TriangleVBO
-
Uses of IGLBindedResource in org.jzy3d.plot3d.primitives.volume
Classes in org.jzy3d.plot3d.primitives.volume that implement IGLBindedResource Modifier and Type Class Description class
CubeVBO
class
Texture3D
class
Volume
https://developer.nvidia.com/gpugems/gpugems/part-vi-beyond-triangles/chapter-39-volume-rendering-techniques https://www.codeproject.com/Articles/352270/Getting-Started-with-Volume-Rendering-using-OpenGL https://community.khronos.org/t/volume-rendering-with-3d-textures/73681 -
Uses of IGLBindedResource in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene that return types with arguments of type IGLBindedResource Modifier and Type Method Description List<IGLBindedResource>
Graph. getAllGLBindedResources()
-
Uses of IGLBindedResource in org.jzy3d.plot3d.rendering.textures
Classes in org.jzy3d.plot3d.rendering.textures that implement IGLBindedResource Modifier and Type Class Description class
BufferedImageTexture
class
SharedTexture
-