Re: [JAVA3D] setVpcToEc versus lookAt ?

2001-11-15 Thread Dipl. Ing. Paul Szawlowski
Thomas Gilbert Giusepe schrieb: > Hi there, > > How seriuos is the following J3D Bug Id 4451050: > http://developer.java.sun.com/developer/bugParade/bugs/4451050.html > > I have also strange affairs when I try to use the setVpcToEc.. e.g., my > virtualUniverse_viewBoundSphere is automatically re

[JAVA3D] How can I render to fixed eye

2001-11-15 Thread Guang Bin Liu
Hi Friends: The attached two files render red/green drifting gratings to left/right eyes separately. I need to obtain a stable rendering: each eye only views it's allocated image all the time (e.g., left eye view red grating only). However, in this program each eye can NOT CONTINUOUSLY view an a

Re: [JAVA3D] Okay I have to ask

2001-11-15 Thread John Nelson
Title: Okay I have to ask It uses an Nvidia card so I would imagine that OpenGL is supported (if not the primary rendering mode).   Just speculating.   -- John -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Yazel, David J.Sent:

Re: [JAVA3D] Okay I have to ask

2001-11-15 Thread John Nelson
Title: Okay I have to ask I would imagine that this is because not everyone has OpenGL complient hardware.   -- John -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Pierce, Gregory (TBS)Sent: Thursday, November 15, 2001 2:53 PMTo:

[JAVA3D] j3d on mac os x: what exactly is the holdup?

2001-11-15 Thread Brian Eppert
I've been impressed with the nearly full suite of java tools and apis (even webstart) that are available for the mac. What is causing the delay in release of java 3d for this platform? I contacted Apple through their developer's website and got the response listed below, suggesting a move to GL4J

Re: [JAVA3D] Okay I have to ask

2001-11-15 Thread Doug Twilleager
The main reason for developing a DirectX version of Java 3D is to support the hardware available as best we can. There are still graphics cards out there that do a much better job on their DirectX drivers than their OpenGL drivers. This gives Java 3D application writers the chance to decide whic

Re: [JAVA3D] Okay I have to ask

2001-11-15 Thread John Wright
Another total guess would be that OpenGL was poorly supported on Windows PCs not long ago. Less than two years ago it was nearly impossible to get a laptop with 3D acceleration and decent OpenGL support. - John Wright Starfire Research > "Yazel, David J." wrote: > > I would guess X-Box? I for

[JAVA3D] Okay I have to ask

2001-11-15 Thread Pierce, Gregory (TBS)
Title: Okay I have to ask I don't want to start a flame war or anything like that, but I was sitting here working on some code and the question just came to me - why is Sun devoting resources to develop a Direct3D bridge/adapter for Java3D? Give than OpenGL runs everywhere, I'm curious as to w

[JAVA3D] Texturing all the faces of a cube with WRAP mode, how can i do this?

2001-11-15 Thread marco
Hi, when i put a texture to a cube using Texture.WRAP with both plane S and T i get all the lateral faces with the texture repeated in the whole area ( how expected ). This doesn't happen for the other two faces (the texture is clamped)...how could i tell Java3D to repeat the texture in the uppe

Re: [JAVA3D] AccessDeniedException while loading a 3ds file from an URL (using ncsa Portfolio)

2001-11-15 Thread marco
Hi there, I have resolved the trouble: i have changed the loader. Now i use Loader3DS... this is an example of how it works: /BEGIN import java.applet.Applet;//perhaps not all of these are needed! import java.awt.event.*; import javax.swing.*; import java.awt.*; import com.sun.j3d.u

Re: [JAVA3D] java.security.AccessControlException

2001-11-15 Thread Daniel Moscoso
Try with GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration(). Hope this helps Dani -- help please, why the following code i an applet sometimes causes java.security.AccessControlException: protected GraphicsConfigTemplate3D tmpl = new GraphicsConfig

[JAVA3D] Error description - Native code?

2001-11-15 Thread Zak Nixon
I am running my applications on some machines, and this error comes up on only a few of them. C Can someone describe what is going on? I am not reffering to any other code other than my own.   Thank you., Zak     - An unexpected exception has been detected in native code outside the VM.Un

Re: [JAVA3D] data import /vrml-tools ?

2001-11-15 Thread Giles
Gernot Veith wrote: >hi there, > >I'm looking for a suitable way to import some complex data from a CAD program. >Currently I use vrml because of the nice :-) parser available here. But, >most CAD tools have a rather bad vrml export, so I must edit the exported >data. Currently I take CosmoWorlds

[JAVA3D] setVpcToEc versus lookAt ?

2001-11-15 Thread Thomas Gilbert Giusepe
Hi there, How seriuos is the following J3D Bug Id 4451050: http://developer.java.sun.com/developer/bugParade/bugs/4451050.html I have also strange affairs when I try to use the setVpcToEc.. e.g., my virtualUniverse_viewBoundSphere is automatically reduced to 90% or so. All that I would need is

Re: [JAVA3D] setup: compatibility mode for setVpcToEc ?

2001-11-15 Thread Thomas Gilbert Giusepe
Hi there, I have it..the setup is: view.setCompatibilityModeEnable(true); view.setVpcToEc(vworldPositionT3d); >From: Thomas Gilbert Giusepe <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [JAVA3D] setup: compatibility mode for s

[JAVA3D] java.security.AccessControlException

2001-11-15 Thread thanh nguyen
help please, why the following code i an applet sometimes causes java.security.AccessControlException: protected GraphicsConfigTemplate3D tmpl = new GraphicsConfigTemplate3D(); protected GraphicsEnvironment graphicsEnv = GraphicsEnvironment.getLocalGraphicsEnvironment(); protect

Re: [JAVA3D] applet size: width and hight

2001-11-15 Thread evolutie
just add the % sign. good luck with your applet evo - Original Message - From: "thanh nguyen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 2:52 PM Subject: Re: [JAVA3D] applet size: width and hight > hi evolutie, > Thanks, but how to set width and hi

[JAVA3D] setup: compatibility mode for setVpcToEc ?

2001-11-15 Thread Thomas Gilbert Giusepe
Hi there, I am trying to use the method setVpcToEc as follow: view.setVpcToEc(vworldPositionT3d); And the debbuger get to me the following message: RestrictedAccessException: Cannot set VpcToEc when compatibility mode is disabled Some hints!? Thnx in advance,§:0). thomas

Re: [JAVA3D] applet size: width and hight

2001-11-15 Thread thanh nguyen
hi evolutie, Thanks, but how to set width and hight to be 100% i use a line like this in a html file: how to change it? Thanks -Thanh >make the width en height 100% > >- Original Message - >From: "thanh nguyen" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, November 15,

Re: [JAVA3D] applet size: width and hight

2001-11-15 Thread evolutie
make the width en height 100% - Original Message - From: "thanh nguyen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 2:23 PM Subject: [JAVA3D] applet size: width and hight > hi, > is that possible to set the width and hight of an applet to be equal to th

Re: [JAVA3D] j3d.org code repository

2001-11-15 Thread Christoph Wille
Hi Justin, thanx for your hint. However I still cannot get any connection that stays open (see below). Do I have to make any more settings on WINCvs that the conntection remains open? Can you give me one more hint please? Thanx a lot Chris NEW CVSROOT: [EMAIL PROTECTED]:/home/cvs/j3d/cvsroot (

[JAVA3D] applet size: width and hight

2001-11-15 Thread thanh nguyen
hi, is that possible to set the width and hight of an applet to be equal to the size of the browser that is used to run that applet? thanks, -Thanh Skaff deg gratis epost-adresse og hjemmeside på http://home.no/ du også

[JAVA3D] Transforming a texture

2001-11-15 Thread Arvid Svensson
Hi all, I'd like to target the Rotation-/Position- and Scale interpolators to a TextureAttribute's Transform3D instead of a TransformGroup. Is this possible in the current Java3D API or do you guys have any nice (free) implementations lying around?   Regards, Arvid  

[JAVA3D] data import /vrml-tools ?

2001-11-15 Thread Gernot Veith
hi there, I'm looking for a suitable way to import some complex data from a CAD program. Currently I use vrml because of the nice :-) parser available here. But, most CAD tools have a rather bad vrml export, so I must edit the exported data. Currently I take CosmoWorlds. Unfortunately, it isn't s