[JAVA3D] About Method of java.lang.Math

2000-11-28 Thread Brian Youngseog Lee
Hello :) Developing 3d application, I should calculate many thing. Therefore I'm wondering if Method of java.lang.Math - such as sin(), cos(), sqrt() - is fast enough. In additional, Is JVM cooperating with coprocessor? Please tell me about it~ Thanx :) ==

[JAVA3D] Java3D in a VM created by JNI method

2000-11-28 Thread Yuri Nikishkov
Hi all, We are trying to run Java3D in a VM created by JNI method from C application. We call static method on a Java class through JNI that creates Java3D objects. The very first call of Java3D mUniverse = new VirtualUniverse(); fails in a wierd way. VM immediately returns to C application pri

Re: [JAVA3D] multiple view question

2000-11-28 Thread Chien Yang
Wim, With your new requirement, View.setVisibilityPolicy(int policy) and RenderingAttributes.setVisible(boolean) can't help much. Good luck. - Chien. > MIME-Version: 1.0 > Content-Disposition: inline > Content-Transfer-Encoding: 8bit > X-MIME-Autoconverted: from quoted-printable to 8bit

Re: [JAVA3D] Java3D in Stereo

2000-11-28 Thread Kelvin Chung
Hi Nenad, This bug 4379849 - D3D: stereo not work is fixed in the next v1.2.1beta2 DirectX release. Note that DirectX only support stereo in fullscreen mode. Thanks. - Kelvin Java 3D Team Sun Microsystems Inc. >MIME-Version: 1.0 >Content-Disposition: inline >Content-Transfer

[JAVA3D] test message...

2000-11-28 Thread Mark Beckman
I'm have trouble posting to the list... please ignore this message... __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

[JAVA3D] 3D-acelerator

2000-11-28 Thread Joachim Schoder
Hello, I need a 3D-accelerator only for J3D and it also should run under Linux. Can you suggest me a good (and perhaps cheap) one? Joachim "Madsheep" Schoder -- [EMAIL PROTECTED] [EMAIL PROTECTED] Never ever stop thinking. Sent through G

[JAVA3D] Shape3D from random number of points

2000-11-28 Thread Mark Beckman
Hi folks, I have a system feeding me profile information. The profile information essentially consists of points in 3d space (the top outline of the object). I can create the "sides" shape by using Coordinates, CoordinateIndex, and an IndexedQuadArray. My problem is with the "top" shape( and l

Re: [JAVA3D] OffScreenRendering linux

2000-11-28 Thread Juergen Kreileder
> "Oliver" == Oliver Radfelder <[EMAIL PROTECTED]> writes: Oliver> I am currently trying to work with OffScreenRendering Oliver> under Linux. Unfortunately neither the OffScreenTest in Oliver> java3d/demo nor the SimpleOffScreenTest from this list Oliver> works. The applicatio

Re: [JAVA3D] Seamless tiling textures

2000-11-28 Thread J. Lee Dixon
I give a hearty "thumbs-up" to Infinity Textures. It does have a great texture generator, and you can blindly make seamless textures. I like the price too: $35 USD. That's definitely in my budget. ;) -Lee -Original Message- From: Yazel, David J. [mailto:[EMAIL PROTECTED]] Sent: Monda

Re: [JAVA3D] [Java3D] Polygon triangulation with holes.

2000-11-28 Thread Dvorak, Daniel J.
GeometryInfo supports circles, but you have to order the points correctly. Check the archives, this subject has been touched before, and someone explained the ordering with a little diagram. Daniel > -Original Message- > From: Jean-Marie Dautelle > [mailto:[EMAIL PROTECTED]] > Sent: Mond

[JAVA3D] Applying lightmodel to lines

2000-11-28 Thread Karsten Fries
Hi there, i thought it would be easy, but i just did't get it running. I want to apply the light model to my lines as well, so that they get shaded and one gets a proper perception of depth and distance. But i simply wasn't able to do it on one evening. Has anybody a fragment of code that would

Re: [JAVA3D] multiple view question

2000-11-28 Thread Wim Snoep
Chien, Thanks for your help, this partly solves my problem. I want to be able to create for example a drawing of a complete house including doors, walls, lights and windows. In view1, all the walls (no windows, doors, lights) of the house are visible. In view2 all the lights and doors are visi

[JAVA3D] Java3D in Stereo

2000-11-28 Thread Nenad Latinovic
Hi everybody, did anybody got Java3D on a standard PC with the Asus V6800 Graphicscard to work in stereomode? It doesn't matter whether Java3D OpenGL or Direct3D. My situation is, that I have to stick to Java3D 1.1.3 because that is the version which SGI supports on the IRIX-Platform and I have th

[JAVA3D] OffScreenRendering linux

2000-11-28 Thread Oliver Radfelder
Hi I am currently trying to work with OffScreenRendering under Linux. Unfortunately neither the OffScreenTest in java3d/demo nor the SimpleOffScreenTest from this list works. The application crashes with an unexpected exception in native code right after waitForOffScreenRendering() has been invok