hi
 
I have take a shy at doing a Avatar program using Java3D.
 
So, I faced a problem about Behavior, KeyEvent and RotPosPathInterpolator.
 
I completed a MyBehavior class which operated with KeyEvent (Ex. press 'a' , then object rotatin posive angle, press 'b' key , then rotation negative angle)
 
And I complete a MyrotPosPathInterpolator class which operated without keyEvent.
 
I will make combine two class MyBehavior and MyrotPosPathInterpolator(Ex, press 'a' key, then process MyrotPosPathInterpolator1 and display in SceneGraph, 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.

Attachment: MyAni.java
Description: java/

Reply via email to