Re: [JAVA3D] Animation problem

2002-12-19 Thread Greg Huang
Thank for your help~ I had found found the way to solve this problem. It is to use a Behavior which wakes up by WakeupOnElapsedFrames( 0 ) and I could do something in processStimulus() per frame. Thanks again~   Greg - Original Message - From: Pasi Paasiala To: [EMAIL PROT

Re: [JAVA3D] Axis of Rotation

2002-12-19 Thread Mr greg baboolal
realized had to use two seperate TG's and interpolators to perform the positioning and rotation respectively. --- Mr greg baboolal <[EMAIL PROTECTED]> wrote: > Hi, I wonder if someone can guide me with this. > > I have a ball object which I want to rotate about > it's > x-axis (simulating back-spi

[JAVA3D] Statistics on J3D Performance

2002-12-19 Thread Dave Murphy
Title: Statistics on J3D Performance Hi folks, I’m currently evaluating j3d performance and I would like to learn about your experiences with the j3d. I am particularly interested in identifying bottle necks, particularly in the area of collaborative environments, I/O devices, and networking.

[JAVA3D] Behaviour bounds and collision detection

2002-12-19 Thread Jennifer Mc Gannh
Hi there, I'm having a problem with the execution of a behaviour based on collision detection. Two objects collide in my scene and a switch takes place on one object and writes to a switch for the other object. I have attached a BoundingLeaf to each object. These bounding leaves take parameters fro

[JAVA3D] help needed urgetly

2002-12-19 Thread Ali Murat Tanyer
hi all, i want to access to the parent of a java3d object (which is a TransformGroup) during the run time. i checked the list. it has been advised to use ALLOW_PARENT_READ. But I cannot find the definition of this under any of the classes. how can i access to the parent of a shape3d during the ru

Re: [JAVA3D] getBounds is returning null

2002-12-19 Thread Raghavendra R
Hi Nikolai, Thanks for the suggestion. It works this way, however, i wanted to know whether the change in functionality is due to a bug fix in Java3d 1.3 or due to some other reason? Thanks and regards, Raghav Nikolai V. Chr. wrote: Raghavendra R wrote: Hi, I have a BranchGroup in my applic

[JAVA3D] fog density

2002-12-19 Thread Katharina Lupp
Hello, Actually I got a problem with the fog density in java3d. the fog density is changing in correlation to the size of the rendered image. if i maximize or minimize the picture with the fog, the fog is changing its density. so I like to ask u how I can solve this problem and why there is a depe

Re: [JAVA3D] Roam example code questions

2002-12-19 Thread Desiree Hilbring
Hi Justin, thanks for your reply. In the meantime I managed to locate the landscape inside my 3D-Scene. However, I still have many problems and questions. You suggested that my test data set is fairly small, so I am now trying to work with a larger dataset with the dimensions 156*156. I can load t

Re: [JAVA3D] getBounds is returning null

2002-12-19 Thread Kelvin Chung
Raghavendra R wrote: Hi Nikolai, Thanks for the suggestion. It works this way, however, i wanted to know whether the change in functionality is due to a bug fix in Java3d 1.3 or due to some other reason? Thanks and regards, Raghav It is due to bug fix, if autoBoundsCompute is disabled user ha

Re: [JAVA3D] Statistics on J3D Performance

2002-12-19 Thread Kristof Decloedt
Title: Statistics on J3D Performance Showing/navigating/... models (simple or somewhat bigger) have really good performance (well, you know, especially relative to the 'Java=slow' slogan) Collab. env. is a combination of multiple other metrics. I/O depends somewhat on use of native code or no

Re: [JAVA3D] Statistics on J3D Performance

2002-12-19 Thread Mojtaba
Hello, We've been using Java3D to build Collaborative Virtual Environments for the past 2-3 years. See some of the demos at: http://www.discover.uottawa.ca/demos/ Within our experience with Java3D, we haven't had any problems with regards to Java3D's rendering performance but we do not use very

Re: [JAVA3D] Behaviour bounds and collision detection

2002-12-19 Thread Kelvin Chung
Jennifer Mc Gann wrote: Hi there, I'm having a problem with the execution of a behaviour based on collision detection. Two objects collide in my scene and a switch takes place on one object and writes to a switch for the other object. I have attached a BoundingLeaf to each object. These bounding

[JAVA3D] Anti-Aliasing

2002-12-19 Thread Ted Quon
Hi, I'm trying to make use of my graphics card's hardware anti-aliasing, but when I enable anti-aliasing in my Java 3D application on a Solaris platform, it performs anti-aliasing in software mode - has anyone experienced this problem or know of a bug? I'm running Java 3D 1.3 and JDK 1.4.1. Than

Re: [JAVA3D] Statistics on J3D Performance

2002-12-19 Thread GB Liu
Title: Statistics on J3D Performance Hi:   My experience about stereo rendering encountered some problems, mainly about the graphic cards.  At this moment, Java3D does not support (at least not matching well) many popular graphic cards, such as Matrox, ATI Rage 128.  With GeForce card, it ne

[JAVA3D] Java3D fly install problem

2002-12-19 Thread Jay Kumblekere
Hello All! J3DFly installed fine under all of my previous Java configurations, but it's failing to install under J1.4.1 and J3D 1.3. When I try to run J3DFly.exe, it pops up the Installer splash screen, clears it and then stops. The J3DFly splash screen does not appear. Tasks named JAVAW.EXE, J3DFL

Re: [JAVA3D] help needed urgetly

2002-12-19 Thread Anthony Arobone
Ya right, I can't find no ALLOW_PARENT_READ either. I'm knew to Java3D (first post). Now I'm not the smartest man, but you probably have that TransformGroup object as the child of a BranchGroup right? So why not try setting the BranchGroup ALLOW_CHILDREN_READ capability. Then will TransformGrou