cmbruns / pyopenvr

Unofficial python bindings for Valve's OpenVR virtual reality SDK
BSD 3-Clause "New" or "Revised" License
251 stars 40 forks source link

How do I move the object in the objmesh sample code? #80

Open zurgeg opened 4 years ago

zurgeg commented 4 years ago

I'm working on a game and using the objmesh to import an obj file into my game. I am using it to implement some basic hand presence and it would be helpful if I could move the object around. Does anyone know how this can be achieved? Thanks in advance.