[JAVA3D] Left/Right Eye viewing separately

2001-10-31 Thread Guang Bin Liu
Hi Java3D Team: Since in the current version of Java3D it seems impossible to control rendering different images to left/right eyes separately, could you please add this function in the next release of Java3D? Thank you a lot! Guang Bin Liu VTHRC Australia

Re: [JAVA3D] Left/Right Eye viewing separately

2001-10-31 Thread Dipl. Ing. Paul Szawlowski
This is possible right now using immediate and/or mixed mode rendering. Override the renderField method of Canvas3d. regards Paul Guang Bin Liu schrieb: > Hi Java3D Team: > > Since in the current version of Java3D it seems impossible to control > rendering different images to left/right eyes se

[JAVA3D] DirtyLights error ?

2001-10-31 Thread Java Team
I get the following error sometimes when I minimize my application's main frame. the error occurs during a call to a method that includes SpotLight.setEnable() statement. Any feedback. Thanks, java.lang.NullPointerException at javax.media.j3d.RenderBin.updateCanvasForDirtyLights(RenderBin.java

Re: [JAVA3D] Very simple question!!

2001-10-31 Thread Gianni Riccio
Thank you very much for your advice Gianni - Original Message - From: "Pillai Anand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 30, 2001 3:27 PM Subject: Re: [JAVA3D] Very simple question!! > I think this can be done by > > Get your line into an AxisAngle4f.

[JAVA3D] maya or 3dstudio models

2001-10-31 Thread MMB B
I´m learning java3d and need to use maya or 3dstudio models in my project. How can I do it? somebody please help me!! ___ Yahoo! GeoCities Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo

Re: [JAVA3D] maya or 3dstudio models

2001-10-31 Thread Joao Manuel De Oliveira Francisco
Hi there!! You have to use a model loader, I am using NCSA model loaders for 3DS however there are several loaders available. There is a list available at: http://www.ncsa.uiuc.edu/~srp/Java3D/portfolio/ Take care, Joao Francisco *** *

Re: [JAVA3D] maya or 3dstudio models

2001-10-31 Thread Justin Couch
MMB B wrote: > > I´m learning java3d and need to use maya or 3dstudio > models in my project. How can I do it? > somebody please help me!! http://www.j3d.org/utilities/loaders.html -- Justin Couch http://www.vlc.com.au/~justin/ Freelance Java Consultant h

[JAVA3D] utils documentation

2001-10-31 Thread MMB B
I need documantation about com.sun.j3d.utils package, please somebody tell me were I can Find it! ___ Yahoo! GeoCities Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCities. É fácil

[JAVA3D] General Java question

2001-10-31 Thread Zak Nixon
I am building a GUI and i use the function JLabel.setFont(); Whenever I build it, it takes forever to load, but if I dont set the font, it pops right up. Can anyone explain this or tell me where I can find/ask the answer?   -Zak

Re: [JAVA3D] General Java question

2001-10-31 Thread Frank Oellien
Hello, I have also recognized this behavior in my own applet, when I want to create Lables of different sizes. I have ni idea why the system is loading so long. However, the only reasonable way fpr my application was to remove the Font again. Maybe the Font class reads all Fonts available by the

Re: [JAVA3D] utils documentation

2001-10-31 Thread Burrows Anthony
If you download the J3D documentation from the home page, all the basic documentation is there. The actual source code comes with the j3d download if you want that. Tony -Original Message- From: MMB B [mailto:[EMAIL PROTECTED]] Sent: 31 October 2001 13:28 To: [EMAIL PROTECTED] Subject:

[JAVA3D] Java3D Bug

2001-10-31 Thread Frank Oellien
Hello, some days ago I posted here a message about a bug in the current Open-GL windows version of Java3D (Text2D class leads to a total crash of my application). Does somebody an email adress where I can report the bug? With regards Frank Oellien ==

[JAVA3D] Device Not Functioning Error

2001-10-31 Thread Joe Boccanfuso
Hello, I was just wondering if anyone has seen the following exception... java.lang.UnsatisfiedLinkError: C:\Program Files\JavaSoft\JRE\1.3.1\bin\J3D.dll: A device attached to the system is not functioning I have seen the UnsatisfiedLinkError before and I know it (typically) occurs when Java 3D

Re: [JAVA3D] Java3D Bug

2001-10-31 Thread Justin Couch
Frank Oellien wrote: > some days ago I posted here a message about a bug in the current Open-GL > windows version of Java3D (Text2D class leads to a total crash of my > application). > Does somebody an email adress where I can report the bug? [EMAIL PROTECTED] or go to the JDC bug parade and en

[JAVA3D] Some doubts about J3D ????

2001-10-31 Thread Luis Fabio Magalhães
I read a Book that list some steps to use the API Java3D, they were: 1 - Create a Canvas 3D; 2 - Create a Simple Universe with the canvas 3d created; 3 - customize the universe; 4 - Create a ContentBranch; 5 - Compile ContentBranchGraph; 6 - Insert the Graph in a Locale of the Simple Universe. M