[JAVA3D] How I can set the axis_translation on PositionInterpolator?

2001-09-06 Thread Casanova Robert
How is the form of the Transform3D to use in PositionInterpolator(Alpha,TransformGroup,Transform3D,strat,stop)? I want to move on Y axis. Regards * Robert Casanova Carpintero (2309-2000-704) === To unsubscribe, send e

[JAVA3D] Any idea about how to animate a Sphere down?

2001-09-05 Thread Casanova Robert
I need any idea about how to animate a Sphere to go down with an Alpha object or something like this. I know how to work with Java 3D but I don't know how to animate the objects... Thanks in advance. * Robert Casanova Carpintero (2309-2000-704)

[JAVA3D] How to do simple falling ball animation

2001-09-04 Thread Casanova Robert
Hi everyone! I need a little help to move a little ball falling down to impact on the floor. What I need to use in the scene to move the ball down? Thanks in advance. Robert. * Robert Casanova Carpintero (2309-2000-704)

[JAVA3D] how I can animate an object verticaly?

2001-08-20 Thread Casanova Robert
I tried with PositionInterpolator but it only moves my object on X-axis. I used an Alpha object and after PositionInterpolator but It only moves on X-axis... thanks. === To unsubscribe, send email to [EMAIL PROTECTED] and i

[JAVA3D] can I use multiple BoundingSphere to detect collision?

2001-08-17 Thread Casanova Robert
I need to detect multiple collisions in the same object, can I use multiple BoundingSphere to detect a colision? and how I'll know wich BoundingSphere is on collision? I'll need more that one WakeUp events? Robert === To uns

Re: [JAVA3D] How execute an example in JBuilder 4 ?

2001-08-17 Thread Casanova Robert
You can do 2 things : - the first, say to the aplication which one of your classes have the main method. - the other is make click over the class with the right button of mice and select run. But you have to be sure that the aplication is ok... Robert 17/08/2001 4:11:00, Luis Fabio Magalhães <

Re: [JAVA3D] how to solve the "java.lang.OutOfMemoryError"

2001-08-16 Thread Casanova Robert
THANK YOU!! I'm searching this parameter as fool, and I never found. Thanks a lot! It works fine! 16/08/2001 14:18:35, Joachim Diepstraten <[EMAIL PROTECTED]> wrote: >Hi Robert > >> I receive this message, somebody know how to solve? >> >> java.lang.OutOfMemoryError <> >> >> I have 256Mb

[JAVA3D] Can I create new instances of objects in execution time?

2001-08-16 Thread Casanova Robert
While my program it's running, can I create new objects? like new spheres or whatever? imagine, that there are source of water and the drops are going down, but if the first don't arrive to end don't create the next. that's posible? Robert ==

[JAVA3D] how to solve the "java.lang.OutOfMemoryError"

2001-08-16 Thread Casanova Robert
I receive this message, somebody know how to solve? java.lang.OutOfMemoryError <> I have 256Mb of RAM and 382Mb of Virtual Memory I'm running on a 1GHz Pentium 3. how I can increase this limit, there are any option? Robert

Re: [JAVA3D] Basic Doubt

2001-08-08 Thread Casanova Robert
it depends basicaly wich one will have better performance on your machine. Your video card have a specific hardware to run this kind of code, and if you know which specific hardware have your video card it will be the decision. Normally the typical (non profesional cards) work fine with both, but

[JAVA3D] How I can change the point of view

2001-08-07 Thread Casanova Robert
I need to develop a program with great dimensions like 1000x1000x1000 and the typical point of view don't allow me to see what's happening. Somebody know how I can see everything far? thanks. === To unsubscribe, send email

Re: [JAVA3D] Hi everyone! I need some help

2001-07-26 Thread Casanova Robert
pecification, Second Edition >Ready-to-Run Java 3D, with plug-and-play code >3D User Interfaces with Java 3D > >More information: http://www.java.sun.com/products/java-media/3D/collateral/ > > >- Original Message - >From: "Casanova Robert" <[EMAIL PROTECTE

[JAVA3D] Hi everyone! I need some help

2001-07-26 Thread Casanova Robert
Hi people! I'm trying to make a little program in J3D but I started today seeing the API... and it's hard, really hard. Somebody can sayme any tutorial? I need something to follow. I know how program, but I don't know how I have to develop in J3D. Robert Casanova. =