Uses of Interface
org.jzy3d.plot3d.primitives.IGLRenderer
Package
Description
-
Uses of IGLRenderer in Unnamed Package
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives
Modifier and TypeClassDescriptionclass
class
class
A scatter plot supporting a Listas input. class
class
ACompileableComposite
allows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.class
class
class
class
class
class
class
class
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.class
class
A cube defined by aBoundingBox3d
class
A cube rendered with OpenGL GLUT.class
class
class
class
class
class
Renders an image at the specified 3d position.class
class
class
class
Color works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.class
Creates an interpolated line to make a smooth 3d curve based on control points.class
class
A Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.class
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.class
A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.class
Supports additional settingsclass
class
A collection of coordinates rendered as dots.class
A scatter plot supporting a colormap for shading each dot color and alpha.class
A scatter plot supporting a Listas input. class
Experimental 3d object.class
class
ASimplePolygon
makes the simplest possible GL rendering with especially no: gl.glPolygonMode(GL2.GL_FRONT_AND_BACK, GL2.GL_FILL); gl.glEnable(GL2.GL_POLYGON_OFFSET_FILL);class
Allows rendering a sphere.class
class
A polygon made of two triangles with no wireframe on their adjacent side.class
class
ATube
may be used to render cylinders or pyramids, according to its input parameters.class
A drawable Waterfall using Matlab styleclass
AnWireframeable
is aDrawable
that has a wireframe mode for display, i.e. almost all objects exceptPoint
. -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.contour
Modifier and TypeClassDescriptionclass
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.enlightables
Modifier and TypeClassDescriptionclass
class
class
class
class
A Sphere allows rendering a sphere. -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.graphs
Modifier and TypeClassDescriptionclass
An implementation based onPickable
objects should register mapping between vertex model and vertex representation through invalid input: '{@link PickSupport.registerPickableObject(IPickable pickable, V v)'} Registration should be done by overriding setGraphModel. -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.graphs.impl
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.parameq
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.pickable
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.selectable
Modifier and TypeClassDescriptionclass
A Scatter that supports an "highlighted status" to change selected point colorclass
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.textured
Modifier and TypeClassDescriptionclass
ANativeDrawableImage
can only mount its texture while the GL2 thread is current, so the best is to let draw() automount texture file the first time the resource is required.class
class
class
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.vbo
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.vbo.drawable
Modifier and TypeClassDescriptionclass
class
ADrawableVBO
is able to efficiently draw a large collection of geometries.class
ADrawableVBO2
is able to efficiently draw a large collection of geometries.class
class
class
Warning!class
class
-
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.volume
Modifier and TypeClassDescriptionclass
class
class
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 IGLRenderer in org.jzy3d.plot3d.primitives.volume.textured
-
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.ddp
Modifier and TypeMethodDescriptionstatic IGLRenderer
DepthPeelingRenderer3d.getDepthPeelingContentRenderer
(View view) -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.ddp.algorithms
Modifier and TypeMethodDescriptionAbstractDepthPeelingAlgorithm.getTasksToRender()
IDepthPeelingAlgorithm.getTasksToRender()
Modifier and TypeMethodDescriptionvoid
AbstractDepthPeelingAlgorithm.setTasksToRender
(IGLRenderer tasksToRender) void
IDepthPeelingAlgorithm.setTasksToRender
(IGLRenderer tasksToRender) -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.view.annotation
Modifier and TypeClassDescriptionclass
Draws the barycenter of anGeometry
and a line each point and the barycenter.class
Draws the distance of every scene graph drawable object to camera eye.class
Record the camera position at regular interval and draws the path based on these point accumulation. -
Uses of IGLRenderer in org.jzy3d.plot3d.text.drawable
Modifier and TypeClassDescriptionclass
class
Deprecated.class
class
ADrawableTextWrapper
wraps any text rendered by anITextRenderer
into anDrawable
, meaning it can be injected in the scene graph, and be transformed. -
Uses of IGLRenderer in org.jzy3d.plot3d.text.drawable.cells