@NonnullDefault
Package org.lwjgl.util.par
Contains bindings to the par library.
-
Interface Summary Interface Description ParSLAdvectionCallbackI Instances of this interface may be passed to themesh_from_streamlines
method. -
Class Summary Class Description ParShapes Bindings to par_shapes.h, a single-file, zero-dependency, C99 library that can generate simple shapes and perform basic operations on them.ParShapesMesh Thepar_shapes.h
mesh structure.ParShapesMesh.Buffer An array ofParShapesMesh
structs.ParSLAdvectionCallback Instances of this class may be passed to themesh_from_streamlines
method.ParSLAnnotation Layout for generated vertex attributes.ParSLAnnotation.Buffer An array ofParSLAnnotation
structs.ParSLConfig Immutable configuration for a streamlines context.ParSLConfig.Buffer An array ofParSLConfig
structs.ParSLMesh Triangle mesh generated by the library.ParSLMesh.Buffer An array ofParSLMesh
structs.ParSLPosition The simple two-tuple math type used for mesh and spine vertices.ParSLPosition.Buffer An array ofParSLPosition
structs.ParSLSpineList Client-owned list of line strips that will be tessellated.ParSLSpineList.Buffer An array ofParSLSpineList
structs.ParSLViewport Viewport for streamline seed placement.ParSLViewport.Buffer An array ofParSLViewport
structs.ParStreamlines Bindings to par_streamlines.h, a single-file, zero-dependency, C99 library that can triangulate wide lines and curves.