[JAVA3D] Looking for Andrew Moulden / Calpane

2004-02-25 Thread Philipp Reiß
Hello out there, I#m looking for Andrew Moulden, the author of the program CalHTMLPane (Calpane). His email-adress isn't working any longer, but I have seen that he wrote in this list some time ago. Does anyone know how to contact him? I like his program and would like to discuss some topics. Thank

[JAVA3D] FRAPS

2004-02-25 Thread Paul Brown
Hi, I noticed a reference to the FRAPS (http://www.fraps.com/) program in another thread discussing frames per second: http://archives.java.sun.com/cgi-bin/wa?A2=ind0402&L=java3d-interest&F=&S=&P=22535 I am interested in using it for video capture of my Java3D application. Unfortunately, I cannot

Re: [JAVA3D] how normals work???...really a Transparency problem

2004-02-25 Thread Kevin
Well, I finally tracked down the problem. I was setting the Transparency attributes like this: //should be opaque ta.setTransparency(0.0f); ta.setTransparencyMode(TransparencyAttributes.NICEST); a.setTransparencyAttributes(ta); However, that still

Re: [JAVA3D] FRAPS

2004-02-25 Thread Chris Ender
Hello Paul, Try to set the OpenGL-window width and height to multiple of 8. or was it 4? or 16? you may overload the resize method. actually i write the canvas as a picture (jpg) on disk every frame during java3d. later i make an video (avi) with all these pictures. well, my application is not real

Re: [JAVA3D] FRAPS

2004-02-25 Thread Paul Brown
Thanks but changing the canvas size doesn't seem to make any difference to FRAPS. I'm afraid it still elongates and rotates my objects. Screen capture with FRAPS seems fine though. Has anyone else tried using FRAPS with Java3D? Go on, give it a go - it's free! I'd like to know if you can get it to

[JAVA3D] There is a problem with a 3ds loader

2004-02-25 Thread Bassam
I think the author of this loader is Richard Hawkes. the problem is what ever I export is loaded, but distorted. Some originaly scaled objects do not appear as such. and the positions are all wrong.   What sould I do?   Bassam ==