[JAVA3D] setNorminalViewingTransform() doubt

2003-03-29 Thread Zack FC
Hi,How to manually set the eye position? I want to make the z position fear a bit. I try to put some value inside and it display a error message: setNominalViewingTransform() in com.sun.j3d.utils.universe.ViewingPlatform cannot be applied to (double,double,double) Please help... Faithfully,ZackDo y

[JAVA3D] Java3d performance charactersitics

2003-03-29 Thread David Roberts
Title: Message Hi all,   I've been benchmarking java3d to see if its suitable for a project on your average pc, and I'm trying to understand the results.   4 Scenarios under 1.3.1beta OGL:   1 - Create 8 texture mapped spheres of step 128 and give jvm 100% cpu - result is 72fps. 2 - Create

[JAVA3D] Memory Problem

2003-03-29 Thread Isaac Brobbey
      Hi Hrotelle,     Unreferenced Objects are Garbage Collected Automatically Memory is freed for Later Reuse Garbage Collection runs in a Low Priority Thread, either synchronously or asynchronously The finalize () Method is Inherited from Object and can be Overridden to Liberat

Re: [JAVA3D] Memory Problem

2003-03-29 Thread hterrolle
Hi Issac,   I develop an application. And i just find out that it take a lot of place. I want to reduce the mmemory place of it. Fisrt if i can reduce code by importing only the right class and second how to get back the memory place when i remove object.   thanks   PS: let me know what kind