Uses of Interface
org.jzy3d.plot3d.primitives.IGLRenderer
Packages that use IGLRenderer
Package
Description
-
Uses of IGLRenderer in Unnamed Package
Classes in Unnamed Package that implement IGLRenderer -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives
Classes in org.jzy3d.plot3d.primitives that implement IGLRendererModifier and TypeClassDescriptionclassclassclassA scatter plot supporting a Listas input. classclassACompileableCompositeallows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.classclassclassclassclassclassclassclassThis 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.classclassA cube defined by aBoundingBox3dclassA cube rendered with OpenGL GLUT.classclassclassclassclassclassRenders an image at the specified 3d position.classclassclassclassColor works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.classCreates an interpolated line to make a smooth 3d curve based on control points.classclassA Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.classA composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.classA Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.classSupports additional settingsclassclassA collection of coordinates rendered as dots.classA scatter plot supporting a colormap for shading each dot color and alpha.classA scatter plot supporting a Listas input. classExperimental 3d object.classclassASimplePolygonmakes 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);classAllows rendering a sphere.classclassA polygon made of two triangles with no wireframe on their adjacent side.classclassATubemay be used to render cylinders or pyramids, according to its input parameters.classA drawable Waterfall using Matlab styleclassAnWireframeableis aDrawablethat has a wireframe mode for display, i.e. almost all objects exceptPoint. -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.contour
Classes in org.jzy3d.plot3d.primitives.contour that implement IGLRendererModifier and TypeClassDescriptionclass -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.enlightables
Classes in org.jzy3d.plot3d.primitives.enlightables that implement IGLRendererModifier and TypeClassDescriptionclassclassclassclassclassA Sphere allows rendering a sphere. -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.graphs
Classes in org.jzy3d.plot3d.primitives.graphs that implement IGLRendererModifier and TypeClassDescriptionclassAn implementation based onPickableobjects 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
Classes in org.jzy3d.plot3d.primitives.graphs.impl that implement IGLRenderer -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.parameq
Classes in org.jzy3d.plot3d.primitives.parameq that implement IGLRenderer -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.pickable
Subinterfaces of IGLRenderer in org.jzy3d.plot3d.primitives.pickableClasses in org.jzy3d.plot3d.primitives.pickable that implement IGLRendererModifier and TypeClassDescriptionclassclassclassclass -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.selectable
Classes in org.jzy3d.plot3d.primitives.selectable that implement IGLRendererModifier and TypeClassDescriptionclassA Scatter that supports an "highlighted status" to change selected point colorclass -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.textured
Classes in org.jzy3d.plot3d.primitives.textured that implement IGLRendererModifier and TypeClassDescriptionclassANativeDrawableImagecan 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.classclassclass -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.vbo
Classes in org.jzy3d.plot3d.primitives.vbo that implement IGLRenderer -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.vbo.drawable
Classes in org.jzy3d.plot3d.primitives.vbo.drawable that implement IGLRendererModifier and TypeClassDescriptionclassclassADrawableVBOis able to efficiently draw a large collection of geometries.classADrawableVBO2is able to efficiently draw a large collection of geometries.classclassclassWarning!classclass -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.volume
Classes in org.jzy3d.plot3d.primitives.volume that implement IGLRendererModifier and TypeClassDescriptionclassclassclasshttps://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
Classes in org.jzy3d.plot3d.primitives.volume.textured that implement IGLRenderer -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.ddp
Methods in org.jzy3d.plot3d.rendering.ddp that return IGLRendererModifier and TypeMethodDescriptionstatic IGLRendererDepthPeelingRenderer3d.getDepthPeelingContentRenderer(View view) -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.ddp.algorithms
Methods in org.jzy3d.plot3d.rendering.ddp.algorithms that return IGLRendererModifier and TypeMethodDescriptionAbstractDepthPeelingAlgorithm.getTasksToRender()IDepthPeelingAlgorithm.getTasksToRender()Methods in org.jzy3d.plot3d.rendering.ddp.algorithms with parameters of type IGLRendererModifier and TypeMethodDescriptionvoidAbstractDepthPeelingAlgorithm.setTasksToRender(IGLRenderer tasksToRender) voidIDepthPeelingAlgorithm.setTasksToRender(IGLRenderer tasksToRender) -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.view.annotation
Classes in org.jzy3d.plot3d.rendering.view.annotation that implement IGLRendererModifier and TypeClassDescriptionclassDraws the barycenter of anGeometryand a line each point and the barycenter.classDraws the distance of every scene graph drawable object to camera eye.classRecord the camera position at regular interval and draws the path based on these point accumulation. -
Uses of IGLRenderer in org.jzy3d.plot3d.text.drawable
Classes in org.jzy3d.plot3d.text.drawable that implement IGLRendererModifier and TypeClassDescriptionclassclassDeprecated.classclassADrawableTextWrapperwraps any text rendered by anITextRendererinto anDrawable, meaning it can be injected in the scene graph, and be transformed. -
Uses of IGLRenderer in org.jzy3d.plot3d.text.drawable.cells
Classes in org.jzy3d.plot3d.text.drawable.cells that implement IGLRenderer