Hi,
I want to zoom using setScreenScale but the shape is fixed in size although I change
the scale. The only thing that happens is that the shape is moving in and out of the
clipping pane.
I called the setScreenScalePolicy() method of the view with the View.SCALE_EXPLICIT
policy before I set
Hi Elisabeth,
put a TransformGroup over the scene in your scene graph and modify the
scaling in the
Transform3D of the transform group. this will scale all the objects in the
scene uniformly resulting in the effect you'd like to have (i guess).
cheers,
Karsten
> -Original Message-
> Fro
I would like to use setScreenScale instead of using a scale transformgroup.
Are there some attributes that should be changed in the View object to fix the zoom?
Best regards
Elisabeth Thorsen
On Fri, 3 Jan 2003 10:58:07 +0100, Karsten Fries <[EMAIL PROTECTED]> wrote:
>Hi Elisabeth,
>
>put a Tran
As far I know, the greatest impact in performance in Java3D is the video
card, not the JVM.
You have near equal fps when you run your java3D apps using HotSpot JVM or
the not optimized-interpreted-only Classic JVM. And sometimes the Classic
runs faster (!), becouse it doesnot loose time in useless
Hi,
I just wondered if a new Java3d version will be released soon?
Best regards
Elisabeth Thorsen
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For gen
Hi,
I have a problem with a program using the Java 3D api. Several time (not
every time) it produces the following error:
java.lang.NullPointerException
at javax.media.j3d.SoundScheduler.activate(SoundScheduler.java:702)
at
javax.media.j3d.MasterControl.viewActivate(MasterControl.ja
Can anyone explain why
TransformGroup.setTransform(Transform3D) method calls might block?
I have a live, uncompiled scenegraph, I read the
TransformGroup Transform3D, perform multiple transforms on the Transform3D and
then call TransformGroup.setTransform() to apply the changes.
I find that
I've been google'ing for a while now and having a little difficulty.
What I'm trying to do is annotate 3D geometry. It works fine
except that the alpha is not working properly.
These are the steps that I follow,
String sID = String.valueOf( ID );
BufferedImage bi = new
BufferedImage
Hi Dave,
this topic has been discussed on this list several times ago.
You could have a look at some code from j3d.org (class
RasterTextLabel).
To answer your third question:
Set a transparent background on your Graphics2D object and provide
your Shape3D object with an appropriate appearance.
..
Jeremy Pitten wrote:
Can anyone explain why TransformGroup.setTransform(Transform3D) method
calls might block?
I have a live, uncompiled scenegraph, I read the TransformGroup
Transform3D, perform multiple transforms on the Transform3D and then
call TransformGroup.setTransform() to apply the chang
Elisabeth Thorsen wrote:
I just wondered if a new Java3d version will be released soon?
RSN :)
Last time I chatted with Kelvin (just before Christmas) he said they
were hoping a beta would be out early Jan. I suspect the Sun crowd
wouldn't be back from holidays yet, so you might not get any of
Justin,
This is what I'm seeing as having changed in the last week. (I'm playing
with this some.) Does this look about right?
http://j3d.org/faq/capturing.html#jpeg
http://j3d.org/faq/manipulating.html#setMinimumFrameCycle
http://j3d.org/faq/manipulating.html#quaternions
http://j3d.org/faq/manipu
Simeon H.K. Fitch wrote:
This is what I'm seeing as having changed in the last week. (I'm playing
with this some.) Does this look about right?
Looks right. You might want to tweak the heuristics a bit because a
couple only changed a bit of the header (the question) or formatting. A
couple I rem
Hello All,
We're pleased to announce the availability of Java 3D 1.3.1 beta at:
http://developer.java.sun.com/developer/earlyAccess/java3D/index.html
We would like to thank you all for your support and feedback.
Thanks,
Chien Yang
Java 3D Team
Sun Microsystems
> Date: Fri, 3 Jan 2003 02:26:53 -0700
> From: Elisabeth Thorsen <[EMAIL PROTECTED]>
>
> I want to zoom using setScreenScale but the shape is fixed in size although I
> change the scale. The only thing that happens is that the shape is moving in
> and out of the clipping pane. I called the setScre
Hi,
I just downloaded Java3D 1.3.1 Beta OpenGL verson for Windows
and it seems that the file is corrupted! It crashes windows 2000!
Hope it can be fixed soon!
Regards,
Scott Y. Hong
===
To unsubscribe, send email to [EMAI
Scott Y. Hong wrote:
Hi,
I just downloaded Java3D 1.3.1 Beta OpenGL verson for Windows
and it seems that the file is corrupted! It crashes windows 2000!
OpenGL JRE version works fine for me (WinXP). If Windows2000 go down
because of some file, I would rather suspect that Windows might be a cau
What you say is true, but what the benchmark tests is SIN, COS, an other
math functions that are implemented in native code. Aparently, Sun has
switched to a much slower math library (much stricter?) for 1.4. It
would seem that any Java3D program that used these types of functions
would suffer li
I'm running it on Windows 2000 SP3. Downloaded the 1.3.1 beta (OpenGL).
Installed it. Ran it...no problems here. Seems to work fine.
Mike
Scott Y. Hong wrote:
Hi,
I just downloaded Java3D 1.3.1 Beta OpenGL verson for Windows
and it seems that the file is corrupted! It crashes windows 2000
19 matches
Mail list logo