Re: [JAVA3D] Execution culling

2001-10-22 Thread Kelvin Chung
Hi Denis, Delivered-To: [EMAIL PROTECTED] MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Virus-Scanned: by AMaViS perl-11 Date: Mon, 22 Oct 2001 11:05:12 +0200 From: Denis Troller <[EMAIL PROTECT

[JAVA3D] Applet for win2000

2001-10-22 Thread Guang Bin Liu
Hi all: I can run Java3D application and Applet well on Win 98/Me, but I can not run J3D applet on Win 2000 (J3D application runs well on Win 2000), why? Any remedy? In addition, I setup the nVidia stereo driver to my Win98. I can view the example stereo images with stereo glasses, but not J3D

Re: [JAVA3D] Execution culling

2001-10-22 Thread Kelvin Chung
Hi Denis, >Delivered-To: [EMAIL PROTECTED] >MIME-Version: 1.0 >X-Priority: 3 >X-MSMail-Priority: Normal >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 >X-Virus-Scanned: by AMaViS perl-11 >Date: Mon, 22 Oct 2001 11:05:12 +0200 >From: Denis Troller <[EMAIL PROTECTED]> >Subject: [JAVA3D]

[JAVA3D] Java 3D FAQ Weekly Posting (22 Oct 2001)

2001-10-22 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday October 22 2001 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If t

Re: [JAVA3D] Geometry Info class

2001-10-22 Thread Paul Pantera
For the TRIANGLE_STRIP_ARRAY primitive you must set the stripCounts with GeometryInfo.setStripCounts(). The stripCounts array is an array of integers that indicate how many vertices are to be used for each strip. For example, an array of {5, 4, 6} indicates that there are three strips of length

[JAVA3D] Help!!

2001-10-22 Thread Gianni Riccio
Hi all,   where can i find the applet3D with the source code?   Thanks!!   Gianni

[JAVA3D] Can Java3D run on real-time JVM's?

2001-10-22 Thread Carl Hostrander
Hi all! With implementations of the Java Real-Time specification being implemented, I am seeking information on whether Java3D can run in those JVM's. Does anyone have information? Carl Hostrander Computer Scientist Computer Sciences Corporation

Re: [JAVA3D] newsgroup

2001-10-22 Thread Dan Petersen
> Delivered-To: [EMAIL PROTECTED] > MIME-Version: 1.0 > Date: Mon, 22 Oct 2001 11:47:37 +0200 > From: Jürgen Vansteelant <[EMAIL PROTECTED]> > Subject: [JAVA3D] newsgroup > To: [EMAIL PROTECTED] > > Hello, > > would it not be more interesting to start a newsgroup for java3d instead of > working

Re: [JAVA3D] newsgroup

2001-10-22 Thread Pillai Anand
There is a java3d newsgroup in usenet. There are also a few groups in Yahoo! groups (formally egroups) but the membership and activity there is much less when compared to this list. Rgds Anand --- Jason Taylor <[EMAIL PROTECTED]> wrote: > There already is a java3d newsgroup, this list however do

Re: [JAVA3D] newsgroup

2001-10-22 Thread Jason Taylor
There already is a java3d newsgroup, this list however does tend to be more informatively active then the newsgroup. Jason. [EMAIL PROTECTED] - Tel: +44 (0)24 765 22299 Room 108 - IT Services - University of Warwick

[JAVA3D] newsgroup

2001-10-22 Thread Jürgen Vansteelant
Hello, would it not be more interesting to start a newsgroup for java3d instead of working with emails? Or is that not possible? DISCLAIMER The contents of this e-mail are intended for the named addressee only. It contains information which may be confidential and which may also be

[JAVA3D] Execution culling

2001-10-22 Thread Denis Troller
I'm wondering if the state of a switch node influences the executed behaviors. If, for example, you place a behavior in each sub-branch of a LOD switch, does the LOD influence the execution of the behaviors ? As I'm trying to set up a LOD for an animation, it might be useful to know that sor