Hi everybody,
I have created a simple modeller using Java3D. I use the
MouseBehavior to translate, rotate my objects on 4 canvases.
The problem is that I can't disable them so that I have only one
active behavior at a time... Therefore my objects move altogether,
instead of the current one.
I use the command setEnable to activate/deactivate their behavior,
but the fact is that they always act as if they were "enabled".
setEnable(true) = setEnable(false)
Does anybody have the same problem ? Is it a bug ?
Any comments or suggestions would be greatly appreciated.
Thanks
Ben
-------------------------------------------------
Benoit VIGIER
BSc (Hons) Computer Studies Year 3
North East Wales Institute of Higher Education
University of Wales Associate College
E-Mail : [EMAIL PROTECTED]
-------------------------------------------------
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/