| Commit message (Expand) | Author | Age | Files | Lines |
* | GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ... | Sven Gothel | 2023-03-31 | 1 | -1073/+0 |
* | GraphUI: Fix debug-box and allow API access in Shape (off, thickness fraction... | Sven Gothel | 2023-03-30 | 1 | -4/+22 |
* | GraphUI Scene: Add screenshot(..) method for convenience | Sven Gothel | 2023-03-30 | 1 | -4/+37 |
* | GraphUI Scene: Added API doc args | Sven Gothel | 2023-03-28 | 1 | -6/+6 |
* | GraphUI: Decouple GraphShape from Shape, i.e. allow future Shape w/o Graph/GL... | Sven Gothel | 2023-03-28 | 1 | -3/+9 |
* | GraphUI Scene: getStatusText(..) drop unset values, be more semantic sensitiv... | Sven Gothel | 2023-03-22 | 1 | -5/+19 |
* | GraphUI Scene: Add removeShape*(GL2ES2..) variant w/ their destruction for co... | Sven Gothel | 2023-03-22 | 1 | -4/+18 |
* | GraphUI Scene: Add optional frustum culling (default: disabled) | Sven Gothel | 2023-03-22 | 1 | -13/+23 |
* | GraphUI: Fix Scene.PMVMatrixSetup impl: Setup modelview before using setPlanB... | Sven Gothel | 2023-03-21 | 1 | -2/+4 |
* | GraphUI Scene: Move reshape() below init from in-between display() impls | Sven Gothel | 2023-03-21 | 1 | -19/+19 |
* | Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ... | Sven Gothel | 2023-03-21 | 1 | -9/+1 |
* | GraphUI Scene: Add getDefaultVertexFactory(), fix getRenderState() API doc (c... | Sven Gothel | 2023-03-20 | 1 | -2/+6 |
* | GraphUI Scene: Add [add|remove]Shapes(Collection) .. for convenience | Sven Gothel | 2023-03-20 | 1 | -0/+7 |
* | GraphUI Scene: Move GLEventListener implementations reshape() and dispose() t... | Sven Gothel | 2023-03-20 | 1 | -48/+48 |
* | GraphUI Default Scene.PMVMatrixSetup: Scale (back) projection to have normali... | Sven Gothel | 2023-03-20 | 1 | -12/+38 |
* | GraphUI Scene: Be quiet | Sven Gothel | 2023-03-20 | 1 | -2/+0 |
* | GraphUI Shape win<->obj/shape mapping: Return actual int[] or float[] result ... | Sven Gothel | 2023-03-19 | 1 | -8/+9 |
* | Add Scene.PMVMatrixSetup for programmable PMVMatrix setup in Scene replacing ... | Sven Gothel | 2023-03-19 | 1 | -230/+227 |
* | Graph Scene: RegionRenderer is owned and never null | Sven Gothel | 2023-03-19 | 1 | -18/+6 |
* | Graph Scene: Customize clearColor + clearMask used @ display(..), i.e. either... | Sven Gothel | 2023-03-19 | 1 | -3/+35 |
* | Graph: Scene: Add experimental pickShapeGL(..), i.e. glSelect (Not working co... | Sven Gothel | 2023-03-19 | 1 | -10/+117 |
* | Graph: Make RenderState a composition of RegionRenderer, which also creates a... | Sven Gothel | 2023-03-15 | 1 | -2/+1 |
* | GraphUI: Scene/Shape: Decouple PMVMatrix operations (picking, obj<->win) by u... | Sven Gothel | 2023-03-15 | 1 | -72/+59 |
* | Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra... | Sven Gothel | 2023-03-14 | 1 | -54/+120 |
* | GraphUI: Scene: Add simplified ctor w/ user defined zNear, zFar and sceneDist... | Sven Gothel | 2023-03-14 | 1 | -49/+185 |
* | GraphUI: Cleanup 1-pointer zoom, add generic PinchToZoom-Gesture for 2-pointe... | Sven Gothel | 2023-03-13 | 1 | -14/+14 |
* | GraphUI: Shape: Add build-in resize w/ 1-pointer-click and drag in 1/4th bott... | Sven Gothel | 2023-03-11 | 1 | -2/+2 |
* | GraphUI: Promote API to JOGL via graphui.jar or within any jogl-all*.jar (WIP) | Sven Gothel | 2023-03-10 | 1 | -0/+636 |