Search found 5 matches

by solveering
Thu Jan 27, 2022 9:05 am
Forum: Developer's Forum for Windows
Topic: Simple(r) example application?
Replies: 20
Views: 69268

Re: Simple(r) example application?

You can set the frame "timing source" to be either the device (the "SpaceMouse") or the application. Thank you for that: after running a search for the word "timing" I found where this is defined (NavigationModel.cs : public bool Enable{}) ... perhaps this shines a lig...
by solveering
Wed Jan 26, 2022 2:30 pm
Forum: Developer's Forum for Windows
Topic: Simple(r) example application?
Replies: 20
Views: 69268

Re: Simple(r) example application?

Oooo... so, gave this another try and found two issues (partially my fault - partially). My old SpaceMouse (Enterprise) is not being recognized by the latest update. Why? Don't know...would have been nice to be told other than by going to the properties page - but I wanted to use that one for testin...
by solveering
Wed Jan 26, 2022 1:49 pm
Forum: Developer's Forum for Windows
Topic: Simple(r) example application?
Replies: 20
Views: 69268

Re: Simple(r) example application?

Thanks for the reply. That kind of error handling is not what I am used to (yes, using VS2019-Enterprise, loaded the sample OBJ files). Throwing an error is just that, an error. If something is empty/null/nothing and it isn't needed, why throw an error? The IDE stops on each (I know, I can turn that...
by solveering
Wed Jan 26, 2022 7:53 am
Forum: Developer's Forum for Windows
Topic: Simple(r) example application?
Replies: 20
Views: 69268

Re: Simple(r) example application?

Thanks for the reply.
The 3DxTraceNL sample is in C++, that does not really help me as I have not used C++ in about 20yrs..
Any other thoughts on something 'simple' that actually works out of the box (with perhaps slightly older hardware)?

Thanks
by solveering
Tue Jan 25, 2022 7:10 pm
Forum: Developer's Forum for Windows
Topic: Simple(r) example application?
Replies: 20
Views: 69268

Simple(r) example application?

So... I downloaded the sample files and started going through this... and got totally stuck. For one, the sample application (C#) throws errors at pretty much every point that it can once one (Turbine) of the sample files has been opened. The order I get them in is: 1) TDx.SpaceMouse.Navigation3D.No...