Re: Spacemouse and Vectric
I wrote a Spacemouse plugin for CamBam but I don't have a licence for Vectric software and have only used a trial version.
http://www.atelier-des-fougeres.fr/C...paceMouse.html
Re: Spacemouse and Vectric
Hi EddyCurrent
Thanks
That is interesting, I had not thought of doing it as a plugin.
Will have to find out if Vectric can accept plugins in that way, I know you can use gadgets for stuff but I think that is a different thing.
It is annoying as I kind of know what I want but as a programming numpty have no idea how to do it. I suspect a software developer/programmer could rustle it up in an afternoon !
The control my joystick software has the right idea but it seems to work by replacing an already existing command with a spacemouse motion. Its finding the way to input the correct existing function which is proving tricky.
Ollie
edit. Just checked about the gadgets apparently they are programmed in Lua https://gadgets.vectric.com/developerinfo.html whatever that is not sure this method would work as the gadgets are activated as a programme inside the main software so not a universal thing...
Re: Spacemouse and Vectric
You need access to the internal functions of the software, specificalyy the 4x4 transformation matrix that controls the "view".
That way it's possible to, translate, scale and rotate the view.
But I think the obstacle is that Lua, the scripting language, will not be able to access the required 3DConnexion files.
The one I wrote for CamBam uses C#
Maybe your best plan is to use CamBam :encouragement:
Re: Spacemouse and Vectric
This is where it goes over my head.
I tried to download the SDK provided by vectric for writing gadgets but it does not look like its working, I was going to see if there was any mention of the 4x4 transformation matrix in there which would at least give some hope of it working.
Apparently the Spacemouse works in Carveco which is in a lot of ways similar to Vectric stuff also Alibre atom which I am trying on demo as a Fusion alternative( not mad keen on subscriptions ).
Ollie