Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | j3dcore: remove test for direct nio buffers, they are standard functionality | Harvey Harrison | 2013-02-28 | 1 | -15/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: change Object[] to J3DBuffer[] as we know this is the actual type | Harvey Harrison | 2013-02-28 | 3 | -18/+12 |
| | | | | | | remove some unused variables while we're here. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unused vars and unneeded casts | Harvey Harrison | 2013-02-28 | 1 | -6/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove leftover from when OffscreenLayer was added to Canvas3d | Harvey Harrison | 2013-02-28 | 1 | -1/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate getAllScopes method for FogRetained to return ↵ | Harvey Harrison | 2013-02-23 | 3 | -23/+20 |
| | | | | | | Enumeration<Group> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unused local variables and unneeded casts in FogRetained | Harvey Harrison | 2013-02-23 | 1 | -15/+3 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate getScopes methods to return Enumeration<Group> | Harvey Harrison | 2013-02-23 | 2 | -23/+23 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unused local variables in LightRetained | Harvey Harrison | 2013-02-23 | 1 | -7/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of LightRetained | Harvey Harrison | 2013-02-23 | 1 | -6/+6 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add a hash mixing helper for the Java3D way of mixing double values | Harvey Harrison | 2013-02-23 | 5 | -27/+63 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: small list annotation for offscreen messages | Harvey Harrison | 2013-02-19 | 1 | -4/+3 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove a null check, canvas cannot be null here | Harvey Harrison | 2013-02-18 | 1 | -3/+1 |
| | | | | | | We would have NullPointerExceptioned already Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to -pre61.6.0-pre6 | Harvey Harrison | 2013-02-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: make setting boolean properties less chatty | Harvey Harrison | 2013-02-18 | 1 | -1/+2 |
| | | | | | | Onyly write a message to stderr if debug is set. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some commented out and superceded code in JoglPipeline | Harvey Harrison | 2013-02-18 | 1 | -108/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: restore the explicit profile for each GL constant | Harvey Harrison | 2013-02-18 | 1 | -32/+18 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: changes from August Lammersdorf | August Lammersdorf | 2013-02-18 | 2 | -268/+782 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quoting August: 1. Mac OS X 10.7+ / Oracle JRE 7+ - new Pipeline method 'resizeOffscreenLayerSurface' - Renderer detects Canvas3D's size changes and performs offscreen layer resizing - Still required : fix of Mac/Oracle JRE/JOGL's x/y-positioning and z-ordering issues (see post above) - classes: Canvas3D, JoglPipeline, NoopPipeline, Pipeline, Renderer 2. Offscreen rendering - deprecated pbuffer replaced with framebuffer object - based on JOGL's FBO implementation GLFBODrawable and FBObject - pbuffer is still available if FBO isn't supported or not desired - double buffering and scene antialiasing support if requested and available - currently fixed number of samples: 4 - classes: Canvas3D, JoglPipeline, Renderer 3. Best configuration - Java 3D compliant GLCapabilitiesChooser introduced : J3DCapsChooser - Workaround if capability chooser isn't called (Mac/JRE 7) - class: JoglPipeline Signed-off-by: August Lammersdorf <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add new Pipeline method resizeOffscreenLayer | Harvey Harrison | 2013-02-17 | 4 | -23/+23 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add members and helpers for future FBOlayer work | Harvey Harrison | 2013-02-17 | 2 | -9/+55 |
| | | | | | | | | Extracted from a patch by August Lammersdorf. [HSH - any mistakes here are mine] Signed-off-by: August Lammersdorf <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: make the antialiasing flag private to Canvas3d | Harvey Harrison | 2013-02-16 | 2 | -5/+11 |
| | | | | | | | Includes fix for resetting the antiAliasing flag from a patch by August Lammersdorf. Signed-off-by: August Lammersdorf <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: fix generation of texture ids | August Lammersdorf | 2013-02-16 | 9 | -93/+29 |
| | | | | | | | | | | - internal texture object name generation replaced with OpenGL 'glGenTextures' - avoids conflict with JOGL's texture object names - new Pipeline method 'generateTexID' implemented [HSH - remove now unused freelist management in MasterControl] Signed-off-by: August Lammersdorf <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update to jogl-rc11 in the build script, only need gluegen-rt, not ↵ | Harvey Harrison | 2013-02-11 | 1 | -2/+2 |
| | | | | | | gluegen Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of lights in GraphicsContext3D | Harvey Harrison | 2013-02-02 | 1 | -9/+8 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unused variables, annotate sounds list in GraphicsContext3D | Harvey Harrison | 2013-02-02 | 1 | -13/+8 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: Annotate list of user sounds in GraphicsContext3D | Harvey Harrison | 2013-02-02 | 1 | -27/+26 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: Annotate list of user lights in GraphicsContext3D | Harvey Harrison | 2013-02-02 | 1 | -26/+25 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate lists in SetLiveState related to OrderedGroupRetained | Harvey Harrison | 2013-01-31 | 2 | -11/+11 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of Scopes in ModelClipRetained | Harvey Harrison | 2013-01-28 | 2 | -39/+39 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove a pile of unneeded casts, mostly to Bounds | Harvey Harrison | 2013-01-28 | 11 | -40/+34 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate Renderbin map, format the management functions | Harvey Harrison | 2013-01-27 | 1 | -41/+35 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unneeded casts to Tuple3d | Harvey Harrison | 2013-01-27 | 2 | -18/+17 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate arguments taking lists of SwitchStates | Harvey Harrison | 2013-01-27 | 2 | -6/+6 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate switchLevels list in SwitchRetained | Harvey Harrison | 2013-01-27 | 1 | -6/+6 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of SwitchStates in SwitchRetained, TargetsInterface | Harvey Harrison | 2013-01-27 | 4 | -43/+39 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcode: sweep up some trivial warning fixes | Harvey Harrison | 2013-01-27 | 13 | -17/+8 |
| | | | | | | | | - unused temp variables - casts that are unnecessary - convert an instanceof that is effectively a null-check Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate dirtyList in RenderBin | Harvey Harrison | 2013-01-27 | 1 | -4/+4 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of RenderAtoms in RenderBin | Harvey Harrison | 2013-01-27 | 2 | -14/+14 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate lists of OrderedBins in RenderBin | Harvey Harrison | 2013-01-27 | 1 | -10/+9 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate textureBinList in RenderBin | Harvey Harrison | 2013-01-27 | 1 | -7/+6 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of Views in Physical body, call remove directly | Harvey Harrison | 2013-01-27 | 1 | -17/+12 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: always call Canvas3D freeDisplayList and freeTexture statically | Harvey Harrison | 2013-01-27 | 4 | -7/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove an unused member variable from TextureBin | Harvey Harrison | 2013-01-27 | 1 | -7/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unused local variable from TextureBin | Harvey Harrison | 2013-01-27 | 1 | -8/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: use correct types in the TextureBin render method to avoid instanceof | Harvey Harrison | 2013-01-27 | 1 | -30/+14 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate addMaps in TextureBin | Harvey Harrison | 2013-01-27 | 2 | -30/+27 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate Maps in TextureBin | Harvey Harrison | 2013-01-27 | 2 | -14/+14 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: push list annotation through some of RenderBin's internal functions | Harvey Harrison | 2013-01-27 | 1 | -12/+11 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate lists of change lightretained,fogretained and ↵ | Harvey Harrison | 2013-01-27 | 1 | -29/+28 |
| | | | | | | modelclipretained Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: use code formatter to cleanup insertNodes/RemoveNodes functions | Harvey Harrison | 2013-01-26 | 1 | -140/+156 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: trivial annotation for list of GeometryAtoms | Harvey Harrison | 2013-01-24 | 1 | -3/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> |