aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* j3dcore: further list annotations in RenderBinHarvey Harrison2012-01-071-28/+26
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate a few more lists in RenderBinHarvey Harrison2012-01-071-11/+10
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate OrderedCollection lists in OrderedBinHarvey Harrison2012-01-072-21/+21
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove unnecessary casts and accesses that should be static in ↵Harvey Harrison2012-01-041-10/+8
| | | | | | RenderBin Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: add type annotations to RenderBin.updateCheckListHarvey Harrison2012-01-041-11/+8
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove a bunch of trivially unused variables in RenderBinHarvey Harrison2012-01-041-57/+13
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: add type annotations to RenderBin.sBinUpdateList and .tbUpdateListHarvey Harrison2012-01-041-13/+13
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: add type annotations to RenderBin.rmUpdateList and.aBinUpdateListHarvey Harrison2012-01-041-15/+12
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: add type annotations to RenderBin.lightMessageListHarvey Harrison2012-01-041-5/+5
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: add type annotations to RenderBin.renderAtomsHarvey Harrison2012-01-041-19/+13
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove trailing whitespace and organize imports in win32 specific codeHarvey Harrison2012-01-042-24/+24
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: use eclipse organize imports cleanup toolHarvey Harrison2011-12-31210-376/+646
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove trailing whitespace from all filesHarvey Harrison2011-12-31348-12214/+12214
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: cherry-pick fix for issue 636 from svn-trunkKen Mc Neill2011-12-291-0/+18
| | | | | | | [original message] issue 636 fixed by mcneillk git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@954 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 640 - setDepthTestFunction do not work with the D3D rendererAlessandro Borges2010-01-221-0/+1
| | | | | | | | Submitted by: lamer77 Reviewed by: aces git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@948 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 634 - GeometryArrayRetained : dirty flag isn't set in ↵Alessandro Borges2009-10-301-0/+1
| | | | | | | | | | | | | setNormal(..) Submitted by: interactivemesh Reviewed by: aces GeometryArrayRetained : dirty flag isn't set in setNormal(..) 'dirtyFlag |= NORMAL_CHANGED;' is missing in GeometryArrayRetained.setNormal(int index, float normal[]) git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@947 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 633 - ShaderAttributeSetRetained : remove(..) doesn't remove ↵Alessandro Borges2009-10-301-3/+3
| | | | | | | | | | a ShaderAttribute Submitted by: interactivemesh Reviewed by: aces git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@946 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 632 - PointAttributesRetained : setPointAntialiasingEnable ↵Alessandro Borges2009-10-271-1/+1
| | | | | | | | | | | doesn't change the state Obtained from: isse db Submitted by: interactivemesh Reviewed by: Aces git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@945 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 629 - D3D must use software vertex processing on Intel video ↵Alessandro Borges2009-09-133-64/+74
| | | | | | | | | | | | | cards Submitted by: Aces Despiste newer Intel video cards has specs for creating devices using hardware vertex processing (HWVP), as Hardware TnL and shaders +2.x, Intel recomends using Software Vertex Processing (SWVP). Now D3D pipeline uses SWVP as default for Intel Video cards git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@944 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 620 - ROTATE_NONE is not considered in OrientedShape3DAlessandro Borges2009-06-191-1/+1
| | | | | | | | | | | | | | | | | Obtained from: dev1.6 branch Submitted by: ylliac forum member Reviewed by: Aces Fixed as suggested by ylliac: if(mode == ROTATE_ABOUT_AXIS){ //rotation about axis }else if(mode == ROTATE_ABOUT_POINT{ //rotation about point } git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@943 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 609Alessandro Borges2009-02-241-3/+3
| | | | | | | | | | | Obtained from: Submitted by: InteractiveMesh Reviewed by: Aces Issue : Transparency fails under Color4b, works under Color4f There was a typo error, where operator AND '&' was replaced by '*' git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@941 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 607Alessandro Borges2009-02-241-320/+321
| | | | | | | | | Submitted by: Lamer77 Reviewed by: Aces Issue : Fixes state bleed from TexCoordGeneration onto Raster git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@940 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 602Alessandro Borges2009-02-241-270/+270
| | | | | | | | Submitted by: Aces Issue : BoundingBox(Bounds[]) calculates wrong BoundingBox if first element is empty git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@939 ba19aa83-45c5-6ac9-afd3-db810772062c
* Copy fix for 592 from trunkpaulby2008-08-132-13/+18
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@935 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed 591: ArrayIndexOutOfBoundsException in NnuIdManagerKevin Rushforth2008-08-131-23/+33
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@930 ba19aa83-45c5-6ac9-afd3-db810772062c
* Merge changes between root-1_6 and rel-1_5_2-fcs into the dev-1_6 branchKevin Rushforth2008-06-301-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@926 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update version to 1.6Kevin Rushforth2008-06-182-3/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@910 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Fixed issue 543 (see below)Kevin Rushforth2008-05-222-4/+28
| | | | | | | | | | | | | | | 2. Added release notes for 1.5.2-beta2 release Issue number: 543 Obtained from: pepe Submitted by: kcr Reviewed by: kcr Fixed issue 543: J3DClock does not adjust to clock skew Use "-Dj3d.adjustClockSkew=true" to enable clock skew adjustment git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@899 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 583: A disposed Graphics2D remains in Canvas3D after removal and ↵Kevin Rushforth2008-05-152-1/+11
| | | | | | | | | | | | addtion Issue number: 583 Obtained from: paasiala Submitted by: kcr Reviewed by: kcr git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@898 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 578Alessandro Borges2008-04-041-1/+5
| | | | | | | | | | | Submitted by: Aces Reviewed by: Kevin Fix Issue #578 - "Fail to Reset() D3D device with 0 dimension" . D3D do not handle device with zero dimension. This fix reset the invalid window size to 1x1 window. It allows recovery of 3D components after a resize, drag or other operation which may set it as zero dimension. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@896 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update source code for GPLv2 licenseKevin Rushforth2008-02-28472-1174/+9571
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@892 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 569: ImageComponent.ALLOW_IMAGE_READ is falseKevin Rushforth2008-02-191-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@890 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #560 - Use D3DCREATE_FPU_PRESERVE flag on D3D pipelineAlessandro Borges2008-02-151-14/+36
| | | | | | | | Submitted by: aces Reviewed by: Chien git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@889 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 561Kevin Rushforth2008-02-122-4/+31
| | | | | | | | | | | Obtained from: paasiala Submitted by: kcr Reviewed by: kcr Fixed issue 561: Decrease memory footprint of BoundingBox git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@888 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed a harmless typo in MasterControl.Chien Yang2008-02-121-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@887 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 562: Error occurs when Canvas3D removed from ViewKevin Rushforth2008-01-311-4/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@886 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 563Chien Yang2008-01-311-0/+2
| | | | | | | | | | Obtained from: mcneillk Submitted by: mcneillk Reviewed by: jada Fix to fix 563 - Background cloneNode() fails with Background geometry git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@885 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-31/+33
| | | | | | | | Submitted by: Aces Comments : added two D3dErrorMessage strings git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@884 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-30/+85
| | | | | | | | | Submitted by: Aces Comments : Fix crash on unknow devices, increase vendor list, added Windows Server 2008/Vista strings, Vendor #0 is assigned as RDP - Remote Desktop git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@883 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-9/+10
| | | | | | | | Submitted by: Aces Comments : fix debug output git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@882 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-15/+51
| | | | | | | | | Submitted by: Aces Comments : Better error and warning messages, changed exit() call to warning messages, more debug output. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@881 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-0/+2
| | | | | | | | Submitted by: Aces Comments : define two D3dErrorMessage id git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@880 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 544Chien Yang2007-12-124-135/+182
| | | | | | | | | | | | Obtained from: mcneillk Submitted by: mcneillk Reviewed by: jada 1) Integated suggested enhancement. 2) Formated code in modified methods to improve code readability. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@879 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 548Alessandro Borges2007-12-064-1354/+1583
| | | | | | | | Submitted by: aces Fix issue 548 - Disable GeomLock.getLock() / unLock() calls on non-live geometry git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@878 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 555Chien Yang2007-12-051-4/+7
| | | | | | | | | | | Obtained from: dutchiedave Submitted by: dutchiedave Reviewed by: jada Fix to issue 555 - Muting a PointSound causes a ClassCastException git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@877 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix to Issue 514 : NPE in Wonderland : triggered in cached bounds computationChien Yang2007-12-046-11/+21
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@876 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Completed the fix to issue 540.Chien Yang2007-11-281-7/+12
| | | | | | | 2) Minor cleanup. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@875 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue #541 Bound.closest_point() method creates unused Matrix3dAlessandro Borges2007-11-141-56/+56
| | | | | | | Line was moved from line 251 to line 446 git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@872 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix for issue 540, ArrayIndexOutOfBoundsExceptionpaulby2007-11-141-0/+6
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@871 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 534: ClassNotFoundException when running applet if Java 3D ↵Kevin Rushforth2007-10-091-6/+26
| | | | | | installed into JRE git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@870 ba19aa83-45c5-6ac9-afd3-db810772062c