[JAVA3D] Geforce FX 5900

2003-08-29 Thread Piriyakala Suresh
Hi,Anyone used the FX 5900 ultra from NVidia with java3d programs? How do they perform?Regards, Piriya MSN 8: Get 6 months for $9.95/month. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the

[JAVA3D] D3DERR_DRIVERINTERNALERROR on GeForce FX 5600

2003-08-29 Thread Alan Zander
Hi All,   I just upgraded my video card from an Asylum GeForce FX 5200 128M to an Asylum GeForce FX 5600 256M. I have several Java3D applications that ran fine on the 5200 which are now resulting in the following error on the 5600:   Fail to lock Vertex Buffer - D3DERR_DRIVERINTERNALERR

Re: [JAVA3D] Native DLL exception

2003-08-29 Thread Alessandro Borges
Try to update your video drivers.   Alessandro   - Original Message - From: James Sheridan To: [EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 9:51 PM Subject: [JAVA3D] Native DLL exception Hi All,I have recently been getting the following native exception -

Re: [JAVA3D] io file permission

2003-08-29 Thread Alessandro Borges
I guess you must sign your applet to have some security permission. At java.sun page there are some articles about signinng applets. Another thing you can do is to create a JNLP Web Start application. User can download your application via a html page, and grant permission to your applicati

Re: [JAVA3D] CANCAS3D inside CANVAS3D

2003-08-29 Thread Alessandro Borges
What about a floating Window instance with a Canvas3D inside ??   Alessandro - Original Message - From: hterrolle To: [EMAIL PROTECTED] Sent: Friday, August 29, 2003 6:29 AM Subject: [JAVA3D] CANCAS3D inside CANVAS3D Hi,   I would like to know if it is

Re: [JAVA3D] designing buildings...

2003-08-29 Thread Jason Taylor
The basic method is to start small, create a wall class with size attributes and door and window attributes. Then create a room class that uses wall. When you can draw a complete room on screen all you have to do is repeat it. A school should have fairly uniform layout so would be else to build

Re: [JAVA3D] designing buildings...

2003-08-29 Thread Flavius
Well, what I'm actually doing here is a project in school wher I have to design the whole school in Java 3D. The thing is, you should be able to walk around inside, the outside of teh school doesn't matter that much, even though I'd like it to be there, since you can soemtimes see the outside walls

[JAVA3D] io file permission

2003-08-29 Thread hterrolle
hi,   Sorry to disturb with my problem. But i try to find  solution reading doc and watchiing developer network forum. But it is not clear for me. My objectif is to make my application as a demo. So i need to give read write acces to a local directorie on the web site. So i need answer to th

[JAVA3D] policy file

2003-08-29 Thread hterrolle
hi,   Sorry to disturb with my problem. But i try to find  solution reading doc and watchiing developer network forum. But it is not clear for me. My objectif is to make my application as a demo. So i need to give read write acces to a local directorie on the web site. So i need answer to the

Re: [JAVA3D] Using Java3D to promote Java Technology

2003-08-29 Thread Greg Huang
that's great! - Original Message - From: Alessandro Borges To: [EMAIL PROTECTED] Sent: Friday, August 29, 2003 3:24 AM Subject: Re: [JAVA3D] Using Java3D to promote Java Technology Hi ! Seens a great work! Just some tips about the your applets : * U

[JAVA3D] java.io.filepermission

2003-08-29 Thread hterrolle
hi,   i use FileNode to create Jtree object relation. I find out that tha FileNode CLASS require some privilege lto be executed in Applet. Does some one could give me an idea where to look for to remove this little problem. or give me some information about the io security. I read the Guide

Re: [JAVA3D] What is the URL of java3D interest ARCHIVE

2003-08-29 Thread Nikolai V. Chr.
hterrolle wrote: i i am lookoing for the J3D archives or the J3D weekly posted question. I forgeatthe URL http://archives.java.sun.com/archives/java3d-interest.html -- Nikolai V. Christensen, Computer Engineer, Simulation and Training department IFAD,

Re: [JAVA3D] designing buildings...

2003-08-29 Thread Dirk L. van Krimpen
Yes, indeed. However, it is not really necessary. You could also use CULL_NONE. This gives you automatic insides. But you won't like it to see the same appearance (eg bricks) also on the inside. So, to my experience, you better could create the inside walls and indeed with a certain thickness. I me

Re: [JAVA3D] Java 3D and JOGL

2003-08-29 Thread Bill Hibbard
Hi Michael, Thanks for this statement. There is another vital issue that I hope you are addressing: we really need Java3D on OS X, and in fact wherever Java is. Without that, Java fails to be platform independent for 3-D graphics. Cheers, Bill

[JAVA3D] java.io.filepermission

2003-08-29 Thread hterrolle
hi,   i got this probleme when i try to run my application as Applet. Someone could help me to andrestand what is wrong.   The TEST is a directorie   Thanks   it is the last Bug before i can show  this application to J3D interest group --- TreeTableExample2

[JAVA3D] What is the URL of java3D interest ARCHIVE

2003-08-29 Thread hterrolle
hi,   i i am lookoing for the J3D archives or the J3D weekly posted question. I forgeatthe URL   Thanks     Herve === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-IN

[JAVA3D] CANCAS3D inside CANVAS3D

2003-08-29 Thread hterrolle
Hi,   I would like to know if it is possible to display an Canvas3D inside another Canvas3D. I think this could be possible using Double buffering but i do not know.   If some one did it already. I woul be interested by how i did.   Thanks         herve

Re: [JAVA3D] designing buildings...

2003-08-29 Thread Richard Smith - Systems Engineer - Melbourne
One technique, unfortunately not very widely available, is to use photogrammetry to create 3D models from multiple photos of physical objects. Physical buildings and architectural ruins have both been tackled via photogrammetry. It'd be interesting to see the development of open-source photogramme

Re: [JAVA3D] Support for Java3D

2003-08-29 Thread William Denniss
Doug, I think Sun is to be commended for the dev.java.net effort - it seems very coordinated. JOGL certainly has the best of both worlds. It's a community driven open source project, run by people who appear to be highly competent programmers. Good luck with your efforts with Java3D. Bill, Ma

Re: [JAVA3D] Java 3D and JOGL

2003-08-29 Thread Nikolai V. Chr.
Michael Schulman wrote: Our plans are to maintain Java 3D should any serious bugs or issues appear. So you do not regard the bugs that are there right as serious? Pratically the whole sound system is full of show-stopper bugs. Bugs such as 4751162, 4680280, 4908425 and 4874837 would you not regar