Re: [JAVA3D] Navigation...

2000-01-04 Thread Eric Arnold
you shouldn't have to change anything... if the person is walking on the street then just use the same model for walking in the building. Eric === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of th

Re: [JAVA3D] java3d1.1.3 and Visual Cafe 4.0

2000-01-04 Thread kwc
Put the jar file specifier in the Classpath for VM and Classpath for Compilter lines in the Virtual Machines tab under Environment Options -Original Message- From: Ted Phillips <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, January 04, 2000 9:19 PM Subject: [J

[JAVA3D] GetNamed

2000-01-04 Thread kwc
hi,   I'm trying to use the getNamedObjects call thats been noted in the mail archive as usable to get references to nodes in a scene.  The particular case is using the vrml97 jar and a HANIM vrml file.   I'm working with a modified version of the Simple example from the VRML examples.  It

[JAVA3D] java3d1.1.3 and Visual Cafe 4.0

2000-01-04 Thread Ted Phillips
I am VERY new to java, java3D, and programming in general, so please excuse a possibly stupid question Fortunately, I am able to install jdk1_2_2-001-win and java3d1_1_3-win-opengl-sdk and successfully run the 3D examples. So far so good ... But, my problem: I got Visual Cafe4.0 over the ho

Re: [JAVA3D] Im cunducting this interview...

2000-01-04 Thread DC
DC wrote: > Hey yall, I was asked to conduct an interview for a PCD(Personal Career > Development) class and have really put myself in a mess; so if U recieve > this email before 12 tonite I would appreciate answers to the questions > included. The interview is directed towards Computer Developer

[JAVA3D] keynavigator

2000-01-04 Thread Nicolas.Allain
hi.      I have create a loader. the next step for me is to move into the virtual world. I have tryed the keynavigator. it work but I would like to personalize it for my need (I just need moving onto a plane and i don't want users getting a fly by pressing a bad

Re: [JAVA3D] trouble with browser !

2000-01-04 Thread Nicolas.Allain
thanks for your answers. I have to tell that the html java3d examples from Sun don't work on my browsers. they cause the same problem of security violation so I test them on other computers and the same problems occure. I use Jdk 1.2 .2 and a recent version of java3d api. I would like to

[JAVA3D] Adding ViewBranchGraph

2000-01-04 Thread Richard Kutzky
Hello everybody. Recently, I experienced some mysterious difficulties while adding view-branchgraphs to the locale object. I've a MyUniverse-class, which handles the hardcore-classes like VirtualUniverse, Locale, View, etc. My intention is to read in some BranchGraphs from other classes and get t

[JAVA3D] Navigation...

2000-01-04 Thread Sivaram Ghorakavi
Guys, How do I make the KeyNavigator work for individual groups on the scene? Assume a City with buildings how do I make the user waklk on the city roads and when he comes near the building the KeyNavigator behavior should allow him to go into the building and walk around the building. I believe

[JAVA3D] OT: Happy New Year.... on a spiritual note

2000-01-04 Thread Casteel, Don
Please forgive the intrusion, I normally don't forward this type of thing, but this one deserved to be forwarded. -Original Message- From: Brady, Kevin Sent: Tuesday, January 04, 2000 2:24 PM To: Dake, Chuck; Burnham, Dale; Casteel, Don; Powers, Steve; Parks, Tim Subject: FW: nice mess

Re: [JAVA3D] RotationPathInterpolator for Animation

2000-01-04 Thread Matthew Gahan
This sounds to me like you are not taking into account that the transform groups have local coord systems and therefore any hierachy will affect the objects down the chain. Your rotations must be relative to the LOCAL coordinate system not the WORLD coordinates. This takes a little getting used to

Re: [JAVA3D] Model Aspect Ratio

2000-01-04 Thread Daniel Selman
Kevin, === Btw, the default values in Java 3D 1.2_beta1 use a physical resolution of 90dpi, or 0.0254/90.0 meters/pixel. === The result of calling: int nHorzRes = ::GetDeviceCaps( ::GetDC( NULL ), LOGPIXELSX ); int nVertRes = ::GetDeviceCaps( ::GetDC( NULL ), LOGPIXELSY ); On Windows 98 return

Re: [JAVA3D] Model Aspect Ratio

2000-01-04 Thread Kevin Rushforth
Doug is correct. This is a known problem with the default physical width and height values. The default has been changed in Java 3D 1.2_beta1. In the mean time, you can work around this problem by setting the physical width and height in your application to the correct aspect ratio, using the S

[JAVA3D] Stereo pairs

2000-01-04 Thread Lacey, Robert
How do you se up a stereo pair for use with CrystalEyes glasses? I've tried separate images and one large image, but cannot prevent parts of both images from appearing in both channels. Thanks. === To unsubscribe, send email

Re: [JAVA3D] VRML

2000-01-04 Thread Joerg Baus
Istvan Racz wrote: > > Hi, > > I have to import a Vrml object and to attach it to a BranchGroup. > How can I do this? Can somebody send me a VRML viewer and explain to > me how to use it? ( It is very urgent ) > Hi Istvan, you can get a vrml viewer and loader from here: http://www.vrml.org/Work

Re: [JAVA3D] [[JAVA3D] Java3D API tutorials and books]

2000-01-04 Thread Dickinson, John
Anyone read the "3D User Interfaces With Java 3D" book yet. I picked up the ready-to-run book and found several errors just in its discussion of 3D rendering and translation matrices. Also I am not a Web developer but rather an application developer with serious computational demands and no desi

Re: [JAVA3D] Performance of Java3D

2000-01-04 Thread Steve Pietrowicz
Check the following: http://www.j3d.org/faq/howto.html#fast Desiree Hilbring wrote: > Hi Everybody, > > Does anyone know, where I can find information about the performance of > Java3D and espeaciall where I can find information how to improve the > performance of my applications, and where ca

Re: [JAVA3D] unsubscribe

2000-01-04 Thread Fred Klingener
- Original Message - From: António Delgado <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 04, 2000 8:09 AM Subject: [JAVA3D] unsubscribe > Por favor!!! tirem-me desta lista > __ > mail.pt, um mail para todos - Gr

[JAVA3D] VRML

2000-01-04 Thread Istvan Racz
Hi, I have to import a Vrml object and to attach it to a BranchGroup. How can I do this? Can somebody send me a VRML viewer and explain to me how to use it? ( It is very urgent ) Thank You in advance ! === To unsubscribe, s

Re: [JAVA3D] Performance of Java3D

2000-01-04 Thread Daniel Selman
Desiree, We have some benchmarks results posted on our web site: http://www.tornadolabs.com/News/news.html We always welcome new submissions. They are not definitive, or all that scientific, but should give you a feel for the relative performance of some of the popular 3D cards. As for perform

[JAVA3D] unsubscribe

2000-01-04 Thread António Delgado
Por favor!!! tirem-me desta lista __ mail.pt, um mail para todos - Gratuito em http://mail.pt/

Re: [JAVA3D] trouble with browser !

2000-01-04 Thread Andy E.
Nicolas.Allain wrote: > I have some problems for viewing my applet in browsers. the > message is : "Applet MyApplet class MyApplet got a security violation: > method verification error" If someone could help > me... thanks. Nicolas. > > > assuming you are using Java 2, it sounds like the a

[JAVA3D] Performance of Java3D

2000-01-04 Thread Desiree Hilbring
Hi Everybody, Does anyone know, where I can find information about the performance of Java3D and espeaciall where I can find information how to improve the performance of my applications, and where can I find informations with wich kind of graphic card, pc it is working well etc? Thanks for any h

Re: [JAVA3D] Where can get JAVA 3D API SOURCE CODE?

2000-01-04 Thread armel
Like a *.zip file with winzip is a solution ! Armel === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and

[JAVA3D] Java3D programmers wanted

2000-01-04 Thread Thomas Bendig
Hi, we are looking for experienced programmers with knowledge of OpenGL and Java/Java3D in the city of berlin. You can get additional information on request. Regards. Thomas. Thomas Bendig [EMAIL PROTECTED] http://www.echtzeit.de =

Re: [JAVA3D] Where can get JAVA 3D API SOURCE CODE?

2000-01-04 Thread MARISA S
Hi i'm trying to get the source code too.. How do u expand the jar file?? Thanks :) -- On Sun, 2 Jan 2000 23:20:29Eric Reiss wrote: >The source files are in a jar file that is included with the API. > >java3d-utils-src.jar > >Where ever you installed the Java3D API you will find the jar fil

[JAVA3D] trouble with browser !

2000-01-04 Thread Nicolas.Allain
    I have some problems for viewing my applet in browsers.   the message is :   "Applet MyApplet class MyApplet got a security violation: method verification error"   If someone could help me...   thanks.   Nicolas.