aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue 196 : Finish CgShader shader attributes native methodsKevin Rushforth2005-11-237-125/+843
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@466 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue199 : New Picking system only return 1 result per geometry.Chien Yang2005-11-2122-790/+1389
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@465 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue 195 : Finish CgShader vertex attributes native methodsKevin Rushforth2005-11-163-203/+164
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@464 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed a bug in Shader support for immediate mode rendering.Chien Yang2005-11-161-8/+10
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@463 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Implemented Shader support for immediate mode rendering. (issue 182)Chien Yang2005-11-163-169/+246
| | | | | | | 2) Fixed a minor immediate mode bug and cleanup. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@462 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 116 : Handling of picking on OrientatedShape3D needs clarificationChien Yang2005-11-111-0/+4
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@461 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue 67 : Transparency mode update didn't get reflected correctly.Kevin Rushforth2005-11-101-2/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@460 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 167Kevin Rushforth2005-11-091-8/+25
| | | | | | | Fixed Issue 167 : Transform3D reports matrix with NaN to be affine git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@459 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 186 : Using new Pick API with PickSegment often returns nullChien Yang2005-11-091-6/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@458 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed Issue 181 : Performance regression: j3d.optimizeForSpace=false ignored ↵Kevin Rushforth2005-11-091-4/+18
| | | | | | for some geometry git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@457 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Finished inclusion of material from Specification Guide into javadoc ↵Kevin Rushforth2005-11-0145-10/+2732
| | | | | | | | | spec. Added some links to new material. 2. Created a 1.4 ChangeLog git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@456 ba19aa83-45c5-6ac9-afd3-db810772062c
* Removed broken linkKevin Rushforth2005-10-281-6/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@455 ba19aa83-45c5-6ac9-afd3-db810772062c
* Removed spurious @since tags from non-public filesKevin Rushforth2005-10-288-162/+5
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@454 ba19aa83-45c5-6ac9-afd3-db810772062c
* Incorporated another chapter from the specification guide.Kevin Rushforth2005-10-289-7/+266
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@453 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 187 : NPE for new PickFast PickInfo when getting geometries.Chien Yang2005-10-271-0/+8
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@452 ba19aa83-45c5-6ac9-afd3-db810772062c
* More stuff copied from guideKevin Rushforth2005-10-273-0/+284
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@451 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Added package description.Kevin Rushforth2005-10-2616-6/+716
| | | | | | | | | 2. Added introductory material from former specification guide (since that is no longer being maintained). 3. Put copyright notice at bottom of all javadoc pages. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@450 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed 1 of 2 bugs reported in issue186 : Using new Pick API with PickSegment ↵Chien Yang2005-10-261-1/+2
| | | | | | always returns null. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@449 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 184 : Illegal return value if flag NODE is omittedChien Yang2005-10-261-0/+5
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@448 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 183 : NPE if CLOSEST_INTERSECTION_POINT is only flag.Chien Yang2005-10-241-6/+4
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@447 ba19aa83-45c5-6ac9-afd3-db810772062c
* Merged changes from dev-1_4 branch into the main trunk.Kevin Rushforth2005-10-17280-9595/+35205
| | | | | | | NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@445 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated location of javadoc pagesKevin Rushforth2005-07-195-25/+25
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@347 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated linksKevin Rushforth2005-07-121-2/+5
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@334 ba19aa83-45c5-6ac9-afd3-db810772062c
* Rearranged web pages -- all content is now in parent java3d pageKevin Rushforth2005-07-012-198/+34
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@333 ba19aa83-45c5-6ac9-afd3-db810772062c
* web page updates for new blend modes and for stencil buffer.Kevin Rushforth2005-06-172-6/+17
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@322 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update list of completed featuresKevin Rushforth2005-05-311-9/+4
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@297 ba19aa83-45c5-6ac9-afd3-db810772062c
* Web page updates for new functionality.Kevin Rushforth2005-05-122-17/+38
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@266 ba19aa83-45c5-6ac9-afd3-db810772062c
* Sync up with changes to api-changes-1_4.txt from dev-1_4 branchKevin Rushforth2005-04-281-0/+63
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@232 ba19aa83-45c5-6ac9-afd3-db810772062c
* Sync web page with api-changes-1_4.txt from dev-1_4 branchKevin Rushforth2005-04-271-26/+42
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@228 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed broken linkKevin Rushforth2005-04-201-2/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@220 ba19aa83-45c5-6ac9-afd3-db810772062c
* Web page updatesKevin Rushforth2005-04-202-35/+42
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@219 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated proposed new Picking spec.Chien Yang2005-04-091-12/+19
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@211 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added links to the javadoc of new Picking APIs.Chien Yang2005-04-061-62/+59
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@205 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update docs to point to javadocpaulby2005-04-051-16/+7
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@199 ba19aa83-45c5-6ac9-afd3-db810772062c
* HTML updatesKevin Rushforth2005-04-042-2/+22
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@196 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed HTML tablesKevin Rushforth2005-04-041-5/+5
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@193 ba19aa83-45c5-6ac9-afd3-db810772062c
* Improved text style and a fixed a few typos.Chien Yang2005-04-011-74/+81
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@188 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update Proposed Picking API change.Chien Yang2005-04-011-15/+175
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@187 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed broken linksKevin Rushforth2005-04-011-12/+6
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@184 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updates to proposed Java 3D API changesKevin Rushforth2005-04-016-136/+355
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@183 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update API descriptionpaulby2005-03-311-6/+7
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@182 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added Issue 126Kevin Rushforth2005-03-311-0/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@181 ba19aa83-45c5-6ac9-afd3-db810772062c
* More web page updatesKevin Rushforth2005-03-281-15/+32
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@179 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added "ROUGH DRAFT" indicatorKevin Rushforth2005-03-251-1/+0
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@177 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added "ROUGH DRAFT" indicatorKevin Rushforth2005-03-255-0/+16
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@176 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed typoKevin Rushforth2005-03-251-10/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@175 ba19aa83-45c5-6ac9-afd3-db810772062c
* Reorganized 1.4 feature listKevin Rushforth2005-03-258-247/+360
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@174 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bump version number to 1.3.3 so daily or experimental builds aren'tKevin Rushforth2005-03-223-6/+6
| | | | | | | misidentified as 1.3.2 git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@167 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Checked in 1.3.2 Binary Code License (BCL)Kevin Rushforth2005-03-212-16/+186
| | | | | | | 2. Web page updates git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@165 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed typo.Kevin Rushforth2005-03-181-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@164 ba19aa83-45c5-6ac9-afd3-db810772062c