Search found 3 matches

by nbays1975
Thu Apr 13, 2017 11:49 am
Forum: Developer's Forum for macOS
Topic: Y and Z axes swapped
Replies: 2
Views: 60903

Y and Z axes swapped

The SDK doc states that ConnexionDeviceState::axis should contain axis data in this order: Tx, Ty, Tz, Rx, Ry, Rz The data returned by "ConnexionDeviceState::axis" appear to swap the Y and Z axes. ConnexionDeviceState::axis[0] contains Tx data (pan left/right) ConnexionDeviceState::axis[1]...
by nbays1975
Tue Apr 11, 2017 8:03 am
Forum: Developer's Forum for macOS
Topic: Application Commands
Replies: 2
Views: 48571

Re: Application Commands

Our application has a 3D viewer built into it. However, that is not it's primary function. We would like to add 3D Mouse support to the application to create a more seamless workflow for our users, many of whom use a 3D Mouse regularly. Our goal is to implement 3D Mouse support in a consistent manne...
by nbays1975
Mon Mar 20, 2017 2:11 pm
Forum: Developer's Forum for macOS
Topic: Application Commands
Replies: 2
Views: 48571

Application Commands

I am attempting to add support for the standard view buttons (Fit, Top View, Left View, etc...). I have axis and button events working but would like to add support for application commands so that the 3DxWare software can be used for mapping the buttons. I am receiving kConnexionCmdHandleAxis and k...