Re: How does one fix a Graphics3D display?
- To: mathgroup at smc.vnet.net
- Subject: [mg113665] Re: How does one fix a Graphics3D display?
- From: Chris Hill <chill at wolfram.com>
- Date: Sat, 6 Nov 2010 05:02:10 -0500 (EST)
At 07:42 AM 11/5/2010, Joe Gwinn wrote: The actual code used is: >DynamicModule[{x=0,y=0,z=0}, >Graphics3D[ >{Dynamic[Text[ToString[{x,y,z}],{0,0,10}]],Sphere[Dynamic[{x,y,z}+={1,1,-1}ControllerState["SpaceNavigator",{"X >Axis","Z Axis","Y >Axis"}]],0.35]},PlotRange->{{-10,+10},{-10,+10},{-10,+10}},Axes->True,Ticks->False,AxesLabel->{"x","y","z"},ViewPoint->Front,ViewVertical->{0,0,1},ViewCenter->{0,0,0},ViewVector->{{0,30,0},{0,-1,0},ControllerLinking->False} >] >] I think you have a typo there. Your ControllerLinking option specification is inside the ViewVector option RHS so it is not being interpreted as a Graphics3D option. Chris Hill Wolfram Research