22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GraphUI Clipping Demo: Adding a simple Shape within a clipping Group all driven by a Scene More... 12 months ago
GraphUI Clipping Demo: Adding a simple Shape within a clipping Group all driven by a Scene More... 12 months ago
GraphUI Enhance Clipping: Drop 'cullingScale' param, a simple intersection-test against 'clipBox' to discard whole shapes if completely outside is enough. More... 12 months ago
GraphUI Enhance Clipping: Drop 'cullingScale' param, a simple intersection-test against 'clipBox' to discard whole shapes if completely outside is enough. More... 12 months ago
GraphUI GLButton: Filter out Region.AA_RENDERING_MASK in ctor, as GLEventListener renders into FBO at correct resolution. More... 12 months ago
GraphUI GLButton: Filter out Region.AA_RENDERING_MASK in ctor, as GLEventListener renders into FBO at correct resolution. More... 12 months ago
Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRenderer's RenderState usually rarely set from top of user API, reducing complexity. More... 12 months ago
Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRenderer's RenderState usually rarely set from top of user API, reducing complexity. More... 12 months ago
GraphUI RangedGroup.validateImpl(): Simplify updating contentPosZero More... 12 months ago
GraphUI RangedGroup.validateImpl(): Simplify updating contentPosZero More... 12 months ago
GraphUI Enhance Clipping: Drop pixel clipping if `clip-box >= clip-box*cullingScale` (Group). RangedGroup: Pass through `clipCullingScale` to cull fully outside shapes; Apply in FontView01 Demo.. More... 12 months ago
GraphUI Enhance Clipping: Drop pixel clipping if `clip-box >= clip-box*cullingScale` (Group). RangedGroup: Pass through `clipCullingScale` to cull fully outside shapes; Apply in FontView01 Demo.. More... 12 months ago
GraphUI Group Clipping setClip{OnBox->OnBounds}(): Add Vec3f cullingScale factor for the clip-box to discard rendering completely..; Add Group.setClipBBox(..) More... 12 months ago
GraphUI Group Clipping setClip{OnBox->OnBounds}(): Add Vec3f cullingScale factor for the clip-box to discard rendering completely..; Add Group.setClipBBox(..) More... 12 months ago
AABBox: Add intersects(AABBox), contains(AABBox), scale(float, float, float) and scale2(float, float, float) More... 12 months ago
AABBox: Add intersects(AABBox), contains(AABBox), scale(float, float, float) and scale2(float, float, float) More... 12 months ago
AABBox: Rename private fields low -> bl and hight -> tr for readability; Unroll getRayIntersection()'s 'find candidate planes' More... 12 months ago
AABBox: Rename private fields low -> bl and hight -> tr for readability; Unroll getRayIntersection()'s 'find candidate planes' More... 12 months ago
GraphUI Demo FontView01: Remove using jogamp.graph.curve.opengl.VBORegion2PVBAAES2 perf-counter hooks (not committed) More... 12 months ago
GraphUI Demo FontView01: Remove using jogamp.graph.curve.opengl.VBORegion2PVBAAES2 perf-counter hooks (not committed) More... 12 months ago
GraphUI: Added RangedGroup Widget, displaying a clipped content Group with optional horizontal and/or vertical RangeSlider; FontView01 now uses RangedGroup scrolling GlyphGrid smooth per-pixel More... 12 months ago
GraphUI: Added RangedGroup Widget, displaying a clipped content Group with optional horizontal and/or vertical RangeSlider; FontView01 now uses RangedGroup scrolling GlyphGrid smooth per-pixel More... 12 months ago
GraphUI Demos CommandlineOptions: Add ctor w/ graphAAQuality and graphAASamples More... 12 months ago
GraphUI Demos CommandlineOptions: Add ctor w/ graphAAQuality and graphAASamples More... 12 months ago
GraphUI Shape: Add receiveKeyEvents() and receiveMouseEvents() allowing a Shape to receive forwarded events from another Shape; Added receive*Events() specialisation for RangeSlider More... 12 months ago
GraphUI Shape: Add receiveKeyEvents() and receiveMouseEvents() allowing a Shape to receive forwarded events from another Shape; Added receive*Events() specialisation for RangeSlider More... 12 months ago
GraphUI RangeSlider: [add,remove]{->Slider}Listener() More... 12 months ago
GraphUI RangeSlider: [add,remove]{->Slider}Listener() More... 12 months ago
Graph Text Tests: TestTextRendererNEWT20, TestTextRendererNEWT21: Reduce sampleSet 3 -> 1 and fontSet 11 -> 7 to avoid footprint for default tests. More... 12 months ago
Graph Text Tests: TestTextRendererNEWT20, TestTextRendererNEWT21: Reduce sampleSet 3 -> 1 and fontSet 11 -> 7 to avoid footprint for default tests. More... 12 months ago