Search found 6 matches

by LittleXC
Fri Apr 15, 2022 12:25 am
Forum: Developer's Forum for Windows
Topic: "lock horizon" locked wrong axis in dev
Replies: 1
Views: 18540

Re: "lock horizon" locked wrong axis in dev

Oh I find that my View's coordinate system is not same as the Driver's.
Just modifed GetCoordianteSystem and I solved my problem. :D
by LittleXC
Thu Apr 14, 2022 2:35 am
Forum: Developer's Forum for Windows
Topic: "lock horizon" locked wrong axis in dev
Replies: 1
Views: 18540

"lock horizon" locked wrong axis in dev

Hello. After I checked "lock horizon" in advanced settings, my view locked Y axis instead of Z axis. What interface or XML setting will affect this setting? Infomation May be needed: 3DxWare 10.7.4.3350 3DxWinCore 17.7.4.18504 GetCoordianteSystem & GetFrontView used default matrix Litt...
by LittleXC
Wed Jan 05, 2022 1:40 am
Forum: Developer's Forum for Windows
Topic: Is there any way to change the operation of the default "View" buttons?
Replies: 6
Views: 40036

Re: Is there any way to change the operation of the default "View" buttons?

Thank you for your help! You're sure it was helpful? I may have misunderstood what you were asking for. [/quote] Sure. I wanted to make my app behave like AutoCAD which will trigger client command after pressing button with driver-default action, but you said that a client program cannot change the...
by LittleXC
Mon Aug 02, 2021 7:36 pm
Forum: Developer's Forum for Windows
Topic: Is there any way to change the operation of the default "View" buttons?
Replies: 6
Views: 40036

Re: Is there any way to change the operation of the default "View" buttons?

ngomes wrote: Mon Aug 02, 2021 6:12 am Have you exported the functions that you want to assigned to the view button? If so, users can assign one of these to the view button.

A client program cannot change the default driver assignments. The defaults are defined in the driver configuration.
Sure I did! Thank you for your help!
by LittleXC
Mon Aug 02, 2021 2:48 am
Forum: Developer's Forum for Windows
Topic: Is there any way to change the operation of the default "View" buttons?
Replies: 6
Views: 40036

Re: Is there any way to change the operation of the default "View" buttons?

Hi LittleXC, Not sure I follow. If you're using the latest SDK, the driver will take care of changing view for whatever button is pressed. This behaviour aims to be forward-compatible with future device types. What are you trying to achieve in your program? The AutoCAD example does not apply since ...
by LittleXC
Mon Jul 26, 2021 8:09 pm
Forum: Developer's Forum for Windows
Topic: Is there any way to change the operation of the default "View" buttons?
Replies: 6
Views: 40036

Is there any way to change the operation of the default "View" buttons?

Hello! I have worked with the SDK for a while in order to support my little application. I just followed the quick guide to make the SpaceMouse Enterprise work. OK, it works. Commands and icon added, no problem in navigation, custom Key binding works, but I can't change the default View Command Set ...