Uses of Interface
de.grogra.imp3d.Polygonizable
Packages that use Polygonizable
Package
Description
-
Uses of Polygonizable in de.grogra.blocks
Classes in de.grogra.blocks that implement Polygonizable -
Uses of Polygonizable in de.grogra.gl
Methods in de.grogra.gl with parameters of type PolygonizableModifier and TypeMethodDescriptionvoid
GLDisplay.drawPolygons
(Polygonizable pz, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d t) -
Uses of Polygonizable in de.grogra.glsl
Methods in de.grogra.glsl with parameters of type PolygonizableModifier and TypeMethodDescriptionvoid
GLDisplay.drawPolygons
(Polygonizable pz, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d t) void
GLSLDisplay.drawPolygons
(Polygonizable pz, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d t) void
GLSLDisplay.drawPolygons
(Polygonizable pz, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d t, int defaultCulledSide, boolean cullingEnabled, boolean normalMode) Draw a polygonizable Object.void
GLSLVolumeBuilder.drawPolygons
(Polygonizable polygons, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d t) -
Uses of Polygonizable in de.grogra.gpuflux.scene.volume
Methods in de.grogra.gpuflux.scene.volume with parameters of type PolygonizableModifier and TypeMethodDescriptionvoid
FluxVolumeBuilder.drawPolygons
(Polygonizable polygons, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d t) -
Uses of Polygonizable in de.grogra.imp3d
Methods in de.grogra.imp3d with parameters of type PolygonizableModifier and TypeMethodDescriptionVolumeBuilderBase.buildPolygons
(Polygonizable pz, Object obj, boolean asNode, Matrix4d t) void
RenderState.drawPolygons
(Polygonizable polygons, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d t) void
VolumeBuilder.drawPolygons
(Polygonizable pz, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d t) void
WireframeCanvas.drawPolygons
(Polygonizable pz, Object obj, boolean asNode, Shader sh, int highlight, boolean asWireframe, Matrix4d t) PolygonizationCache.get
(Object object, boolean asNode, Polygonizable p) Returns thePolygonArray
of aPolygonizable
in the given object context. -
Uses of Polygonizable in de.grogra.imp3d.objects
Classes in de.grogra.imp3d.objects that implement PolygonizableModifier and TypeClassDescriptionclass
class
class
class
class
AMeshNode
is used to represent a polygonal mesh defined by an instance ofPolygons
within the graph.class
class
class
class
-
Uses of Polygonizable in de.grogra.mesh.renderer
Classes in de.grogra.mesh.renderer that implement PolygonizableModifier and TypeClassDescriptionclass
A collection to display a graph of polygonizable object into meshes.Methods in de.grogra.mesh.renderer with parameters of type PolygonizableModifier and TypeMethodDescriptionvoid
VertexCollector.drawPolygons
(Polygonizable polygons, Object obj, boolean asNode, Shader s, int highlight, boolean asWireframe, Matrix4d m) -
Uses of Polygonizable in de.grogra.mesh.renderer.handler
Classes in de.grogra.mesh.renderer.handler that implement PolygonizableModifier and TypeClassDescriptionclass
A class that behave similarly to CollectionMesh but that isn't a node. -
Uses of Polygonizable in de.grogra.pointcloud.objects.impl
Classes in de.grogra.pointcloud.objects.impl that implement Polygonizable -
Uses of Polygonizable in uk.ac.soton.grophysics
Classes in uk.ac.soton.grophysics that implement Polygonizable