NEED BAD - NO ROTAIONS ON ZOOM COMBO

If you have questions or comments concerning any non-support related 3Dconnexion topic, please use this forum.

Moderator: Moderators

Post Reply
ree4000
Posts: 2
Joined: Sun Nov 09, 2014 11:27 am

NEED BAD - NO ROTAIONS ON ZOOM COMBO

Post by ree4000 »

NEED TO TURN OFF ROTATIONS FOR WHILE ZOOM BUT ONLY FOR AN INSTANT , LIKE ZOOM WITH KNOB WHILE HOLDING F1 OR SOMETHING. THIS WAY DONT HAVE TO TOGGLE OFF AND ON ALL THE TIME THE ROTATIONS
Hypersonic
Posts: 265
Joined: Mon Jul 12, 2010 5:58 pm

Re: NEED BAD - NO ROTAIONS ON ZOOM COMBO

Post by Hypersonic »

If would be cool if the XML files had some scripting logic ability (pre and/or post processing.) For your example (assuming I'm interpreting your meaning correctly):

Code: Select all

<Script>
	if (key1 == 1) {Rx=0;Ry=0;Rz=0;}
</Script>
key1 being a button and 1 meaning pressed (instead of the f1 key) and Rx,Ry,Rz being the rotational axis.
Post Reply