Search found 6 matches

by JoelWilliamson
Tue Nov 21, 2023 10:14 am
Forum: Developer's Forum for Windows
Topic: Navlib stops calling into user code
Replies: 3
Views: 13345

Re: Navlib stops calling into user code

I found the sample projects included with the SDK and used those as a starting point. I'm not sure what was different from my first attempt, but it's working now,
by JoelWilliamson
Tue Aug 29, 2023 8:40 am
Forum: Developer's Forum for Windows
Topic: Navlib stops calling into user code
Replies: 3
Views: 13345

Re: Navlib stops calling into user code

I was projecting the camera direction a fixed direction ahead.

Is there a minimal set of operations that need to be implemented just to get basic movement working? If I just want to translate/rotate the camera along each of its axes without worrying about any parts in the scene, what do I need to do?
by JoelWilliamson
Thu Aug 03, 2023 2:19 pm
Forum: Developer's Forum for Windows
Topic: Navlib stops calling into user code
Replies: 3
Views: 13345

Navlib stops calling into user code

I am working on integrating the 3DxWare SDK into my C# application. When I first move the mouse after application start, I receive a few calls into the INavigation3D implementation, but there is no call to SetCameraPosition and no calls for further mouse moves. I assume I'm returning a wrong value t...
by JoelWilliamson
Thu Aug 03, 2023 2:09 pm
Forum: Developer's Forum for Windows
Topic: Navlib logging configuration?
Replies: 4
Views: 14773

Re: Navlib logging configuration?

17:04:16.552: Dumping accessors property "coordinateSystem" fnGet=true fnPut=false param=0x0 property "active" fnGet=false fnPut=false param=0x0 ... property "events.keyRelease" fnGet=false fnPut=true param=0x0 property "settings" fnGet=false fnPut=false para...
by JoelWilliamson
Thu Aug 03, 2023 12:49 pm
Forum: Developer's Forum for Windows
Topic: Navlib logging configuration?
Replies: 4
Views: 14773

Re: Navlib logging configuration?

Thanks. I'll give that a try.
by JoelWilliamson
Thu Aug 03, 2023 8:47 am
Forum: Developer's Forum for Windows
Topic: Navlib logging configuration?
Replies: 4
Views: 14773

Navlib logging configuration?

In the SDK docs (navlib.pdf), it says
Copy the navlib.xml configuration file to %appdata%\3Dconnexion\3Dxware\Cfg to enable logging.
I can't find a navlib.xml file in either the SDK package or in the folder in appdata. Where is it supposed to be?