Search found 10 matches

by SnowWindSaveYou
Thu Mar 16, 2023 7:10 pm
Forum: Windows Discussion Forum
Topic: how to break the mouse scroll input?
Replies: 3
Views: 1023

Re: how to break the mouse scroll input?

Turn off rotations for your app it's spaceMouse activity, turn off rotation for my app doesn't work for it, the problem can be happened even i didn't integrate sdk. "spaceMouse rotation is enabled" means that if i press enable rotation button on spaceMouse and enable rotate setting in dri...
by SnowWindSaveYou
Thu Mar 16, 2023 1:44 am
Forum: Windows Discussion Forum
Topic: how to break the mouse scroll input?
Replies: 3
Views: 1023

how to break the mouse scroll input?

I found that when spaceMouse rotation is enabled,
it will sends mouse scroll input to the system,
and then it messes up my other interactions on mouse scroll,
how can i break it ?
by SnowWindSaveYou
Wed Jan 12, 2022 3:55 am
Forum: Developer's Forum for Windows
Topic: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?
Replies: 9
Views: 44462

Re: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?

but the problem is even i fixing the getViewMatrix value, the result of setViewMatrix still not fixed, Try returning an error from the setViewMatrix call (not sure if this feasible from a web program). What you want is having the driver re-querying your program for the matrix (which you will then r...
by SnowWindSaveYou
Wed Jan 12, 2022 1:34 am
Forum: Developer's Forum for Windows
Topic: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?
Replies: 9
Views: 44462

Re: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?

so i can't simply get the rotate angle and move direction of space mouse from this sdk? You might be able to do so by fixing a camera matrix (always returning the identity matrix, say) and extracting the Euler angles (or axis-angle vector) from it but we don't have code to demo that approach. thank...
by SnowWindSaveYou
Tue Jan 11, 2022 7:11 am
Forum: Developer's Forum for Windows
Topic: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?
Replies: 9
Views: 44462

Re: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?

is there a simpler way to use it rather than manage a 3d space? Perhaps the Gamepad API is something you can use. We developed the 3DconnexionJS framework to ensure the user experience in a web program matched what we have on the desktop but if you're looking for something simpler, then the Gamepad...
by SnowWindSaveYou
Tue Jan 11, 2022 4:38 am
Forum: Developer's Forum for Windows
Topic: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?
Replies: 9
Views: 44462

Re: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?

Is there a way for us to run your program to analyse what is up with that? thank you for reply, i just fixed it by a process of elimination... just a simple grammar problem of js with no error message ,this cost my a day to find it :cry: ... //this.getViewMatrix = myViewPort.getViewMatrix; // chang...
by SnowWindSaveYou
Tue Jan 11, 2022 4:11 am
Forum: Developer's Forum for Windows
Topic: what‘s the possible problem of log stop at 'self:read', 'view.frustum'?
Replies: 9
Views: 44462

what‘s the possible problem of log stop at 'self:read', 'view.frustum'?

hi, i'm trying to integrate it in js, but the problem is that every times after i refresh page and first time move the space mouse, the debug log stop at get frustum, and after this log, i can't get any evens reply from sdk by move mouse. focus on VM178 3dconnexion.min.js:13 update3dmouse 3615011761...
by SnowWindSaveYou
Mon Jan 10, 2022 1:44 am
Forum: Developer's Forum for Windows
Topic: Web app support
Replies: 6
Views: 39352

Re: Web app support

Code: Select all

devScripts.js:6523 TypeError: Cannot read properties of undefined (reading 'connect')
    at XMLHttpRequest.xmlhttp.onreadystatechange (3dconnexion.js:236)
already include autobahn in script tag, can you provide a example of use this sdk in nodejs?
by SnowWindSaveYou
Mon Jan 10, 2022 12:55 am
Forum: Developer's Forum for Windows
Topic: Web app support
Replies: 6
Views: 39352

Re: Web app support

did you solve it? same problem
by SnowWindSaveYou
Sun Jan 09, 2022 8:46 pm
Forum: Developer's Forum for Windows
Topic: dose it has npm package?
Replies: 0
Views: 35263

dose it has npm package?

only find static js files in sdk