Pan not working

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
a.kostov
Posts: 3
Joined: Thu Feb 24, 2022 2:26 am

Pan not working

Post by a.kostov »

Greetings,

I'm currently integrating 3D Connexion controllers into Chaos Vantage using your new SDK.
The problem I'm currently experiencing is that the Panning isn't working. Other camera translations are ok. (Rotation, Zoom)
When I disable all the axis and leave just the Forward/Backward, Left/Right ones (picture attached) the GetCameraMatrix method gets called
but doesn't call back SetCameraMatrix at all.
Note: This is valid for all Navigation Modes

Is the panning implicitly dependent on something to work?

I'd be happy if you give me some pointers/tips on how to handle this.

Best Regards,

Alexander Kostov
Attachments
settings.png
settings.png (19.25 KiB) Viewed 12594 times
ngomes
Moderator
Moderator
Posts: 3321
Joined: Mon Nov 27, 2006 7:22 am
Contact:

Re: Pan not working

Post by ngomes »

a.kostov wrote: Thu Feb 24, 2022 2:47 am The problem I'm currently experiencing is that the Panning isn't working.
This can happen -- by design -- if you're setting the view as non-rotatable (see section 3.4.2.8 on page 12 of the "navlib.pdf" document) or if you have defined a "construction plane" (section 3.4.2.2).
Nuno Gomes
Post Reply