Search found 2979 matches

by ngomes
Fri Oct 04, 2024 2:41 am
Forum: Windows Discussion Forum
Topic: SpaceNavigator Edgecam
Replies: 6
Views: 4102

Re: SpaceNavigator Edgecam

This looks like something Edgecam is doing, not the device or the driver.

You may want to reach out to the vendor, Hexagon.
by ngomes
Fri Oct 04, 2024 2:37 am
Forum: Windows Discussion Forum
Topic: Maxon Cinema 4D 2025
Replies: 38
Views: 23330

Re: Maxon Cinema 4D 2025

PS The "Check Update" button in the 3DConnection settings driver under Tools on MacOS has never really worked - you're always "Up to date". Nothing critical, but maybe something to put on the ToDo list? There is a delay between the software being made available for download and ...
by ngomes
Thu Oct 03, 2024 10:02 am
Forum: Windows Discussion Forum
Topic: Maxon Cinema 4D 2025
Replies: 38
Views: 23330

Re: Maxon Cinema 4D 2025

Support for Cinema 4D was included in v. 10.9.1 of 3DxWare 10 for Windows released Sep 26.

The software can be downloaded here.
by ngomes
Thu Oct 03, 2024 9:56 am
Forum: MacOS Discussion Forum
Topic: MacOS Sequoia
Replies: 7
Views: 20195

Re: MacOS Sequoia

Earlier today (Oct 3rd), 3Dconnexion published version 10.8.5 of 3DxWare 10 with support for macOS 15 "Sequoia".

The software can be downloaded here.
by ngomes
Tue Sep 24, 2024 4:16 am
Forum: Windows Discussion Forum
Topic: Incredibly poor support experience for SM Enterprise
Replies: 3
Views: 2339

Re: Incredibly poor support experience for SM Enterprise

I'm part of the Software Engineering (dev) team at 3Dconnexion. Although settings are shown on the driver user interface but some may be application controls. By design, the user cannot tell if a setting is controlling the application or the driver. This can be a source of confusion since the user c...
by ngomes
Tue Sep 24, 2024 4:08 am
Forum: Developer's Forum for Windows
Topic: C++ - Custom application commands
Replies: 8
Views: 23056

Re: C++ - Custom application commands

Empty categories are not shown. Try adding at least one CCommand to each CCategory object.
by ngomes
Mon Sep 23, 2024 8:07 am
Forum: Developer's Forum for Windows
Topic: C++ - Custom application commands
Replies: 8
Views: 23056

Re: C++ - Custom application commands

I had a word internally.

If there is only one category, then commands are listed directly under the action set name.

Try adding more categories. You should see them listed.
by ngomes
Mon Sep 23, 2024 6:58 am
Forum: Developer's Forum for Windows
Topic: C++ - Custom application commands
Replies: 8
Views: 23056

Re: C++ - Custom application commands

Valzul wrote: Mon Sep 23, 2024 6:11 am In this case, the command appears on the main menu of my application, but the category does not.
Again, the code seems fine but try removing the space character in the category identifier.

For example, use a underscore character like "Example_category".
by ngomes
Mon Sep 23, 2024 5:18 am
Forum: Developer's Forum for Windows
Topic: C++ - Custom application commands
Replies: 8
Views: 23056

Re: C++ - Custom application commands

What am I doing wrong ? The code seems fine. Did you see the same issue with the "navlib_viewer" sample? Check if there is a driver configuration file for your application in %APPDATA%\3Dconnexion\3DxWare\Cfg If there is, exit your program, delete that configuration and try again. We may ...
by ngomes
Wed Sep 18, 2024 1:31 am
Forum: Developer's Forum for Windows
Topic: Getting the zoom component - C++ / OpenCascade
Replies: 3
Views: 17176

Re: Getting the zoom component - C++ / OpenCascade

You will need to ensure you have the correct orientation. If your program's camera matrix is not in the same coordinate system as the Navigation Library (what direction is up and what is right), then you will not get the expected behaviour. 3Dconnexion has an API Support service. The contacts are in...
by ngomes
Mon Sep 16, 2024 5:56 am
Forum: Windows Discussion Forum
Topic: Space Explorer unter Windows 11
Replies: 2
Views: 3410

Re: Space Explorer unter Windows 11

The last driver that is confirmed to support the SpaceExplorer USB is version 10.6.4, as indicated here . Version 10.6.4 of 3DxWare 10 was released in early 2020 and precedes the availability of Windows 11 (Oct 2021). With that said, you can give 10.6.4 (download it from here ) to check if it works ...
by ngomes
Thu Sep 12, 2024 4:04 am
Forum: Developer's Forum for Windows
Topic: Getting the zoom component - C++ / OpenCascade
Replies: 3
Views: 17176

Re: Getting the zoom component - C++ / OpenCascade

You will need to add more properties. For example, the "perspective" property is necessary to ensure the Navigation Library has the information on how to change the camera position. If "perspective" is false (orthogonal projection), then the "view extents" property is u...
by ngomes
Wed Sep 11, 2024 9:45 am
Forum: Developer's Forum for Windows
Topic: RAW mode
Replies: 2
Views: 16199

Re: RAW mode

There is some discussion on using Raw Input on this Forum but you may want to reach out to our API support team as we have some very old code that can perhaps help you.
by ngomes
Tue Sep 10, 2024 12:09 pm
Forum: Windows Discussion Forum
Topic: Incredibly poor support experience for SM Enterprise
Replies: 3
Views: 2339

Re: Incredibly poor support experience for SM Enterprise

I had a look at one of the videos (attached to an issue internally tracked as TS-484). The video suggests an issue with the application (Geomagic Design X). From your report, the problem also seems to track the application as it is reproducible on multiple systems with different SpaceMouse device mo...
by ngomes
Wed Jul 31, 2024 4:15 am
Forum: Windows Discussion Forum
Topic: 3dxWare 10.9.0 not working with 3ds Max 2023
Replies: 1
Views: 2292

Re: 3dxWare 10.9.0 not working with 3ds Max 2023

We have not update the 3ds Max add-in in v. 10.9.0 (it's the exact same binary file).

We could not reproduce this issue (3ds Max add-in not loading in application version 2023 using v. 10.9.0 of 3DxWare).