| Interface | Description |
|---|---|
| ParSLAdvectionCallbackI |
Instances of this interface may be passed to the
mesh_from_streamlines method. |
| 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 |
The
par_shapes.h mesh structure. |
| ParShapesMesh.Buffer |
An array of
ParShapesMesh structs. |
| ParSLAdvectionCallback |
Instances of this class may be passed to the
mesh_from_streamlines method. |
| ParSLAnnotation |
Layout for generated vertex attributes.
|
| ParSLAnnotation.Buffer |
An array of
ParSLAnnotation structs. |
| ParSLConfig |
Immutable configuration for a streamlines context.
|
| ParSLConfig.Buffer |
An array of
ParSLConfig structs. |
| ParSLMesh |
Triangle mesh generated by the library.
|
| ParSLMesh.Buffer |
An array of
ParSLMesh structs. |
| ParSLPosition |
The simple two-tuple math type used for mesh and spine vertices.
|
| ParSLPosition.Buffer |
An array of
ParSLPosition structs. |
| ParSLSpineList |
Client-owned list of line strips that will be tessellated.
|
| ParSLSpineList.Buffer |
An array of
ParSLSpineList structs. |
| ParSLViewport |
Viewport for streamline seed placement.
|
| ParSLViewport.Buffer |
An array of
ParSLViewport structs. |
| ParStreamlines |
Bindings to par_streamlines.h, a single-file, zero-dependency, C99 library
that can triangulate wide lines and curves.
|
Copyright LWJGL. All Rights Reserved. License terms.