summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Issue 207 : Viewer.java throws exception with leading \nKevin Rushforth2005-12-126-30/+29
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@91 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixes for the following two issues:Kevin Rushforth2005-11-092-6/+74
| | | | | | | | | Issue 169 : TextureLoader should throw an exception instead of printing cryptic message to System.err Issue 170 : TextureLoader should throw exception when loading image git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@86 9497e636-51bd-65ba-982d-a4982e1767a5
* Implemented PickIntersection classChien Yang2005-11-031-217/+1179
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@85 9497e636-51bd-65ba-982d-a4982e1767a5
* Added package descriptions for all public packagesKevin Rushforth2005-10-2624-57/+271
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@84 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed a typo in doc.Chien Yang2005-10-251-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@83 9497e636-51bd-65ba-982d-a4982e1767a5
* Merged changes from dev-1_4 branch into the main trunk.Kevin Rushforth2005-10-1718-120/+2577
| | | | | | | 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-utils~svn/trunk@81 9497e636-51bd-65ba-982d-a4982e1767a5
* Updated linksKevin Rushforth2005-07-121-3/+5
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@67 9497e636-51bd-65ba-982d-a4982e1767a5
* Rearranged web pages -- all content is now in parent java3d pageKevin Rushforth2005-07-012-120/+32
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@66 9497e636-51bd-65ba-982d-a4982e1767a5
* Web page updatesKevin Rushforth2005-03-211-5/+5
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@52 9497e636-51bd-65ba-982d-a4982e1767a5
* Remove assert check in processMouseEvent.Chien Yang2005-03-081-9/+8
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@51 9497e636-51bd-65ba-982d-a4982e1767a5
* Bumped Copyright date to 2005Kevin Rushforth2005-02-18343-344/+344
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@43 9497e636-51bd-65ba-982d-a4982e1767a5
* Added transparency level support in object file loader.Chien Yang2005-02-182-5/+13
| | | | | | | Submitted by Frederic(pepe). git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@42 9497e636-51bd-65ba-982d-a4982e1767a5
* Added mouseWheel support submitted by Frederic (pepe).Chien Yang2005-02-182-5/+287
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@41 9497e636-51bd-65ba-982d-a4982e1767a5
* Updated Downloads sectionKevin Rushforth2005-02-111-8/+14
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@40 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix for issue 101. Thanks Alessandro.paulby2005-02-112-1/+14
| | | | | | | | | | Issue number: 101 Obtained from: aces Submitted by: paulby Reviewed by: kcr git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@39 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix bug #95paulby2005-01-064-8/+8
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@38 9497e636-51bd-65ba-982d-a4982e1767a5
* Changed a couple of erroneous throw "InternalError" calls to ↵Kevin Rushforth2004-11-091-4/+4
| | | | | | "RuntimeException" calls. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@31 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix for issue #38, ConfiguredUniverse throws an exception when using Java ↵paulby2004-11-032-1/+65
| | | | | | | | | | | | Web Start Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@29 9497e636-51bd-65ba-982d-a4982e1767a5
* Change default to NO_COMPRESSION for textures.paulby2004-11-021-1/+1
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@28 9497e636-51bd-65ba-982d-a4982e1767a5
* Use System ClassLoader for loading audio engine when j3d.audioengineKevin Rushforth2004-11-011-1/+14
| | | | | | | property is specified git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@27 9497e636-51bd-65ba-982d-a4982e1767a5
* Disabled JavaSoundMixer by default for users of SimpleUniverse. Added aKevin Rushforth2004-10-291-8/+36
| | | | | | | | | | "j3d.audiodevice" property to allow an audio device to be specified. See the following URLs for more details. http://java3d.dev.java.net/issues/show_bug.cgi?id=24 http://www.javadesktop.org/forums/thread.jspa?threadID=6102 git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@26 9497e636-51bd-65ba-982d-a4982e1767a5
* A partial fix to issue 24.Chien Yang2004-10-263-56/+17
| | | | | | | - Rename AudioEngine.java, AudioEngine3D.java and AudioEngine3DL2.java to abstract class. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@25 9497e636-51bd-65ba-982d-a4982e1767a5
* Add comment about classloaderpaulby2004-10-111-0/+8
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@24 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number: 36Kevin Rushforth2004-10-051-0/+116
| | | | | | | | Submitted by: kcr Fixed Issue 36 -- Vector3d hashCode() method distinguishes between -0.0 and 0.0 git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@23 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number:paulby2004-09-171-1/+1
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Change version number to a tag that is modified by ant at build time git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@21 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed use of ClassLoader for webstart releaseKevin Rushforth2004-09-082-4/+4
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@19 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed links (use "java3d.dev.java.net/" not "index.html")Kevin Rushforth2004-08-031-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@18 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number: 13Kevin Rushforth2004-08-031-51/+73
| | | | | | | Fixed Issue 13: J3DTimer fails on Windows XP with P4 3GHz git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@17 9497e636-51bd-65ba-982d-a4982e1767a5
* Web page updatesKevin Rushforth2004-07-302-33/+49
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@16 9497e636-51bd-65ba-982d-a4982e1767a5
* 1. Remove all URLs with e-mail addresses -- replaced with list 'at' ↵Kevin Rushforth2004-07-171-15/+19
| | | | | | | | | project.dev.java.net instead (to reduce probability of spam) 2. Make off-java.net URLs and license URLs pop up in a separate window git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@15 9497e636-51bd-65ba-982d-a4982e1767a5
* Updated web page to reflect the fact that the issues list is now in theKevin Rushforth2004-07-021-36/+52
| | | | | | | parent Java 3D project. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@14 9497e636-51bd-65ba-982d-a4982e1767a5
* Minor update to wording of downloads sectionKevin Rushforth2004-07-021-3/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@13 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed broken linkKevin Rushforth2004-06-251-4/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@12 9497e636-51bd-65ba-982d-a4982e1767a5
* Updated web pagesKevin Rushforth2004-06-251-24/+61
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@11 9497e636-51bd-65ba-982d-a4982e1767a5
* Renamed third party license files so they are clearly identified withKevin Rushforth2004-06-254-2/+2
| | | | | | | the prefix THIRDPARTY-LICENSE- git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@10 9497e636-51bd-65ba-982d-a4982e1767a5
* Minor update to build instructionsKevin Rushforth2004-06-141-10/+7
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@9 9497e636-51bd-65ba-982d-a4982e1767a5
* Author: Chris Campbell <[email protected]>Kevin Rushforth2004-06-101-225/+83
| | | | | | | | Integrator: Kevin Rushforth <[email protected]> Change: Replaced JAI code with javax.imageio.ImageIO for image loading git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@8 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed cut/paste error in build-instructionsKevin Rushforth2004-06-101-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@7 9497e636-51bd-65ba-982d-a4982e1767a5
* Added download/build instructionsKevin Rushforth2004-06-102-5/+44
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@6 9497e636-51bd-65ba-982d-a4982e1767a5
* Initial creation of j3d-core-utils sources in CVS repositoryKevin Rushforth2004-06-09347-0/+101741
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@5 9497e636-51bd-65ba-982d-a4982e1767a5
* More home page updatesKevin Rushforth2004-06-041-14/+19
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@4 9497e636-51bd-65ba-982d-a4982e1767a5
* Created initial home pageKevin Rushforth2004-06-041-6/+58
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@3 9497e636-51bd-65ba-982d-a4982e1767a5
* Initial data for the j3d-core-utils projecthttpd2004-05-131-0/+8
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@2 9497e636-51bd-65ba-982d-a4982e1767a5
* New repository initialized by cvs2svn.cvs2svn2004-05-130-0/+0
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@1 9497e636-51bd-65ba-982d-a4982e1767a5