[JAVA3D] MIDI format supported in Java3D 1.2

2000-04-06 Thread Warren Dale
To Vladimir Olenin and the rest of the Java3D Interest list Contary to what I stated in July of last year... MIDI file playback as Background and attenuated Point/Cone Sounds WILL be (at least partially) supported in Java 1.2 FCS. There was enough interest in this being done and it did not requir

[JAVA3D] Is there any way to make my Java3D app run faster? :)

2000-04-06 Thread Pei Jir Yeoh
Hello to all :)I have a java3D application which has more than 70 transformgroups (made upof mostly cylinders and text3D) in it. I have trouble making it run smoothlyon my computer, and almost always, an out-of-memory message will appear evenbefore my application finished loading. I have tr

Re: [JAVA3D] Shape3D with CompressedGeometry

2000-04-06 Thread Mark Hood
> Date: Thu, 6 Apr 2000 09:05:20 +0300 > From: Iyad Hijazi <[EMAIL PROTECTED]> > > Hi, Is using Shape3D with CompressedGeometry suppose to decrease the > memory consumption ? I tried that but did not see and change in memory > size. The CompressedGeometry class has this statement "Using c

Re: [JAVA3D] Another Question about the J3DGraphics2D object...

2000-04-06 Thread Jean Wen Sheu
Rob, Yes, it will be fixed in FCS release. BugId 4328331 is filed for your record. Thanks for reporting the bug. Jean > Date: Wed, 5 Apr 2000 17:17:23 -0400 > From: rbishop <[EMAIL PROTECTED]> > Subject: Re: [JAVA3D] Another Question about the J3DGraphics2D object.

Re: [JAVA3D] Profiling?

2000-04-06 Thread David Hallé
Tim, there is on the JDC site a java tool, called perfAnal, that use the file created by 'java -Xrunprof:yadda-yadda MyApp', and analyse it with graphic display. Check it out! However, I've been trying to use it but the -Xrunprof option gives me errors..don't no why. sincerly, David. Tim Br