summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 1) Fix to Issue 411 : Add Primitive flag to reverse Y for tex coordsChien Yang2007-04-237-713/+603
| | | | | | | 2) Remove dead code. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@163 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed issue 478: Memory leak in TransparencySortControllerKevin Rushforth2007-04-171-13/+7
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@161 9497e636-51bd-65ba-982d-a4982e1767a5
* JCanvas3D changes needed to support j3d-core changes for issue 347 -- don't ↵Kevin Rushforth2007-04-111-12/+21
| | | | | | wait for off-screen rendering until canvas.addNotify has been called git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@160 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed issue 474: Update javadoc for TextureLoader for ImageExceptionKevin Rushforth2007-04-031-11/+53
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@158 9497e636-51bd-65ba-982d-a4982e1767a5
* Make @since tag consistantpaulby2007-03-211-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@157 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix bug 468, implement close()paulby2007-03-212-1/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@156 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed a getPrimitiveTexCoords() bug submitted by Shawn.Chien Yang2007-03-021-6/+12
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@155 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix issue 453, add support of SceneGraphObject name fieldpaulby2007-03-012-1/+24
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@154 9497e636-51bd-65ba-982d-a4982e1767a5
* Implement RFE 449.paulby2007-02-262-1/+71
| | | | | | | | | | | | | Provide a mechanism for developers to have complete control over how their subclasses of Java 3D SceneGraphObjects are saved and loaded. Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@153 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix a java doc. bug.Chien Yang2007-02-153-6/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@152 9497e636-51bd-65ba-982d-a4982e1767a5
* Update copyright to 2007Kevin Rushforth2007-02-09368-368/+368
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@150 9497e636-51bd-65ba-982d-a4982e1767a5
* Implement RFE 438paulby2007-01-291-0/+23
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@149 9497e636-51bd-65ba-982d-a4982e1767a5
* Implement RFE 438, add constructor that takes LocaleFactory along with Canvas3Dpaulby2007-01-261-0/+26
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@148 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix issue 437 (NPE)paulby2007-01-231-1/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@147 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed Issue 433 : JCanvas3D crashed when using jogl pipe.Chien Yang2007-01-071-1/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@146 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed Issue 427 : Method with constructor name: ObjectFileMaterialChien Yang2007-01-051-9/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@145 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed issue 424 : JOALMixer requires the default Viewer's ↵Chien Yang2006-12-181-0/+8
| | | | | | setUserHeadToVworldEnable setting to true git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@144 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed issue 395: JCanvas3D / JOGL: Program freezesKevin Rushforth2006-12-011-2/+6
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@142 9497e636-51bd-65ba-982d-a4982e1767a5
* bug id 383: JCanvas3D's offscreen Canvas3D is inverted.pepe2006-11-281-1/+1
| | | | | | | | Changed the buffer to be yDown, (yUp to false in constructor). Nevertheless, that might not be the fastest solution. Corrected rapidly in order to have a functionning JCanvas3D, but that might need further experimentations with Yup but inverted image blitting. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@141 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed Issue 392 : Texture loading regression for optimized RGB PNG filesChien Yang2006-11-231-2/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@140 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed Issue : 393 - 1.5.0-beta2 : TextureLoader regression on ↵Chien Yang2006-11-221-5/+0
| | | | | | BufferedImage.TYPE_BYTE_INDEXED. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@139 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue 131Kevin Rushforth2006-11-071-56/+18
| | | | | | | Cleanup the wait/notify code to make it more robust. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@137 9497e636-51bd-65ba-982d-a4982e1767a5
* Minor mods for issue 131:Kevin Rushforth2006-11-062-49/+74
| | | | | | | | | | 1. Added two new public constructors that don't require a GraphicsConfigTemplate3D, which should be the common case 2. Fixed typo in field name: RESIZE_IMMEDIATLY ==> RESIZE_IMMEDIATELY 3. Fixed javadoc comments 4. Added "@since Java 3D 1.5" tags git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@136 9497e636-51bd-65ba-982d-a4982e1767a5
* Completed fix to Issue 344, handle case where imageType is of TYPE_CUSTOM.Chien Yang2006-11-061-10/+50
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@135 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed Issue 344 : Too much time to load image as TextureChien Yang2006-11-031-19/+182
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@134 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed Issue 360 : SceneGraphStreamWriter.writeBranchGraph throws exceptionChien Yang2006-11-021-2/+27
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@133 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number: 131Kevin Rushforth2006-10-311-2/+930
| | | | | | | | | | | Obtained from: pepe Submitted by: kcr Reviewed by: kcr Initial implementation of JCanvas3D class. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@132 9497e636-51bd-65ba-982d-a4982e1767a5
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-2951-855/+10767
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@129 9497e636-51bd-65ba-982d-a4982e1767a5
* Updated Copyright date to 2006Kevin Rushforth2006-01-05351-351/+351
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@92 9497e636-51bd-65ba-982d-a4982e1767a5
* 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
* 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-18339-339/+339
| | | | 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
* 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