I am still very new to J3d, so this is probably a really simple/stupid
question, but why can't I get my mouse behavior to work?

my code is essentially:

 SimpleUniverse myUniverse = new SimpleUniverse(myCanvas3D);
 BranchGroup contentBranchGroup = constructContentBranch();
 myUniverse.addBranchGraph(contentBranchGroup);
 myUniverse.addBranchGraph(constructDXFBranch());
 MouseZoom mz = new
MouseZoom(myUniverse.getViewingPlatform().getViewPlatformTransform());


Have I forgotten to activate the behavior?

===
Matthew Carpenter
BACS, CNI, CNE, CNA
[EMAIL PROTECTED]
Enterprise Information Systems
*Network Consulting, Integration & Support
*Web Development and E-Commerce
*Custom Application Development
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to