[JAVA3D] using behavior class

2002-07-18 Thread bh ahn
hi   I tried to make user interctive program using behavior class   First I used WakeupOnAWTEvent for key interactive, but 3D object in J1ava3D did not move (animate) smoothly   So I tried to use WakeupOnElapsedFrames for smooth movement, but it did not process various key intera

[JAVA3D] user interactive 3D avatar animation

2002-05-14 Thread bh ahn
hi all   I would try to make a progarm that is user interactive 3D avatar animaion.   first,  In interactive part  I would use Behavior class.  For detail, I would use Behavior class with WakeUpAWTEvent to catch key pressed event   That key pressed event is specific key like, 'A'

[JAVA3D] wakeupCriterion

2002-05-05 Thread bh ahn
hi all   I have tried to make program using Behavior class.   In this program, I used WakeupOnElapsedFrames to effect smoothing movement.   But I try to process keyevent, that used WakeupOnAWTEvent to wakeup behavior.   How to code using WakeupOnElapsedFrames and WakeupOnAWTEven

[JAVA3D] About key event processing

2002-05-01 Thread bh ahn
hi all   I've tried to make a java3d program with key behavior.   When arbitrary key pressed, 3D object rotate 5 degree.   So, I used the Robot class, this is a role to generate key event, to make 10-time key event(press).   But the 3D object directly rotated from 0 degree to

[JAVA3D] How to chage rotational axis using rotX, rotY, rotX..

2002-04-06 Thread bh ahn
hi all   I tried to rotate object using rotX, rotY, rotZ in Transform3D class.   But, the axis of rotation is fixed, so I can't rotate arbitrary axis.   How to chage rotational axis?   Please , advise for me.   thanks   bh

[JAVA3D] animation interaction

2002-04-01 Thread bh ahn
hi all   I would try to make program which is animated with interaction.   For example, first make animation using Interpolator class and then insert interaction using Behavior class.   Is this possible thing?   what can i do for this?   thanks

[JAVA3D] RotPosPathInterpolator

2002-03-28 Thread bh ahn
hi   I have tried to display object using RotPosPathInterpolator, but I can't program interactive(eg. key interactive).   I have intended to coding program which is a keyinteractive.   For example, press 'A' key, then rotate and translate with RotPosPathInterpolator.   My pro

[JAVA3D] RotPosPathInterpolator

2002-03-27 Thread bh ahn
hi   I have tried to display object using RotPosPathInterpolator, but I can't program interactive(eg. key interactive).   I have intended to coding program which is a keyinteractive.   For example, press 'A' key, then rotate and translate with RotPosPathInterpolator.   My progr

[JAVA3D] Behavior, KeyEvent, and RotPosPathInterpolator

2002-03-17 Thread bh ahn
neGraph, press 'b' key, then MyrotPosPathInterpolator2 and display),  so there are many problems.     MyBehavior class can't process MyrotPosPathInterpolator in processStimulus method.     What shall i do for this, give me some advice.   thanks   bh ahn. MyAni.java Description: java/

[JAVA3D] To use processStimulus in RotPosPathInterpolator class

2002-03-12 Thread bh ahn
hi   I shoul use processStimulus in RotPosPathInterpolator class, but I don't know how to use processStimulus   in RotPosPathInterpolator class.   Who can give me examples about processStimulus in RotPosPathInterpolator class   thanks