Search found 2 matches

by NejedlyJ
Wed Oct 04, 2023 3:00 am
Forum: Developer's Forum for Windows
Topic: C# Inconsistent calls into GetModelExtents
Replies: 2
Views: 12562

Re: C# Inconsistent calls into GetModelExtents

Thank you for your reply. Setting the properties directly will also solve many other minor issues that I'm experiencing.

Best regards,
Jaroslav Nejedlý
by NejedlyJ
Tue Oct 03, 2023 1:32 am
Forum: Developer's Forum for Windows
Topic: C# Inconsistent calls into GetModelExtents
Replies: 2
Views: 12562

C# Inconsistent calls into GetModelExtents

Hello, I'm writing a C# application where users are able to hide parts of the displayed models. This affects the center of a scene which is also the point around which I would like to rotate the view. The SpaceMouse driver queries the information about the scene via the GetModelExtents() method. How...