I am brand new to working with Java3D, although I'm failry fluent with Java itself. I'm having a bit of trouble figuring out a problem I'm working on. I have a cone and linearray (from 0,0,0 to some random point not along an axis, i.e. 3, 5, 6). I am essentially trying to draw an arrow by positioning the cone at the end of the line array. I can draw the line fine and I can get the cone moved out to the point at the end of the line but I cannot figure out how to set the center axis of the cone to be the same as the vector used for the linearray so that it points in the direction I want it to. Nor can I figure out how to use multiple rotate commands (rotX, rotY, rotZ) to achieve the desired effect either with the cone either. Any suggestions? The only examples I can find use one of the rotX, rotY, or rotZ commands and never in conjunction.
Thanks in advance, -Joey =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".