aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph
Commit message (Expand)AuthorAgeFilesLines
* Graph: Cleanup Loop & OutlineShape, more compact methodsSven Göthel2024-02-151-21/+18
* VectorUtil: Bring back specialized testSeg2segIntersection() w/ build-in Floa...Sven Göthel2024-02-141-3/+3
* Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to...Sven Göthel2024-02-143-49/+79
* VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinearSven Göthel2024-02-141-3/+3
* Bug 1501: Apply intersection tests for non-convex shapes to reject new CCW a...Sven Göthel2024-02-133-26/+123
* VectorUtil: Consolidate names, remove unused float prevision variants (if any)Sven Göthel2024-02-132-40/+7
* Bug 1501: Graph RenderState add debug-bits, i.e. DEBUG_LINESTRIP used in VBOR...Sven Göthel2024-02-131-0/+15
* Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH...Sven Göthel2024-02-132-24/+24
* Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h...Sven Göthel2024-02-122-9/+10
* Graph: Outline[Shape]: Add print()Sven Göthel2024-02-112-0/+26
* Graph Font: Pull up static functionSven Göthel2024-02-041-16/+16
* Use new com.jogamp.common.util.StringUtil (GlueGen)Sven Göthel2024-02-041-11/+0
* Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon...Sven Göthel2024-02-032-0/+47
* OutlineShape: Earmark coloring task when triangulating ..Sven Göthel2024-02-021-0/+10
* Remove Clonable and clone() in favor of explicit determined copy() and copy-c...Sven Göthel2024-02-024-22/+22
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-011-31/+4
* Bug 1488: Complete/Fix producing the 64-bit shaderKey: Use long values in bit...Sven Göthel2024-01-251-36/+28
* Graph: Drop non-existing 'JAVA' font from FontFactorySven Göthel2024-01-251-7/+1
* Bug 1488 - Graph RegionRenderer: Use a more deterministic 64-bit shaderKey: [...Sven Göthel2024-01-221-31/+62
* Bug 1488 - Graph RegionRenderer: Ensure shaderPrograms1 path is disabled usin...Sven Göthel2024-01-221-6/+8
* Bug 1488 - Graph RegionRenderer Shader Mapping: Revert to IntObjectHashMap an...Sven Göthel2024-01-221-64/+182
* Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...Sven Göthel2024-01-202-27/+37
* Frustum: Revise code and its Plane definition to support Cube->Frustum as wel...Sven Göthel2024-01-191-1/+1
* Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...Sven Göthel2024-01-165-52/+89
* Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin...Sven Göthel2024-01-153-20/+34
* Bump (c) -2024 for edited files + LICENSE.txtSven Göthel2024-01-145-7/+7
* Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...Sven Göthel2024-01-145-93/+179
* Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / ConsiderationSven Göthel2024-01-092-0/+5
* Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...Sven Göthel2024-01-093-11/+37
* Graph Region: Edit API doc for AA_RENDERING_MASKSven Gothel2023-12-181-1/+1
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-302-1/+38
* Graph Font: API doc: Fix typos 'Return ' .. to 'Returns `.Sven Gothel2023-09-241-17/+20
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-243-24/+78
* Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...Sven Gothel2023-09-241-0/+6
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-2018-2302/+62
* Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ...Sven Gothel2023-09-162-3/+6
* FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ...Sven Gothel2023-09-042-6/+6
* FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI...Sven Gothel2023-09-032-2/+2
* GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [...Sven Gothel2023-09-031-1/+12
* PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP...Sven Gothel2023-09-021-3/+15
* Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin...Sven Gothel2023-09-011-13/+17
* Graph Font + Glyph: More robust detetection and API definition of non-contour...Sven Gothel2023-08-283-8/+42
* Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re...Sven Gothel2023-08-281-1/+1
* Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-chann...Sven Gothel2023-08-121-6/+12
* Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either...Sven Gothel2023-08-021-3/+24
* Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-cha...Sven Gothel2023-08-021-1/+1
* Graph RegionRenderer.destroy(): Detach RenderState from GL instanceSven Gothel2023-08-021-0/+1
* Graph: Simplify RegionRenderer API by exposing common RenderState methods (an...Sven Gothel2023-08-021-16/+34
* Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture...Sven Gothel2023-08-011-0/+3
* Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ...Sven Gothel2023-08-011-5/+3