Prof-Butts / Hook_XWACockpitLook

X-Wing Alliance mouse hook with support for VR head-tracking
6 stars 1 forks source link

Misc fixes for new positional tracking hook #14

Closed morallo closed 2 years ago

morallo commented 2 years ago

The new hook does not require applying the HeadingMatrix transform to the positional offset in any case (including emulated offsets with Tracking=None and hyperspace).

Make new hooked function Vector3Transform a global function pointer.

Prof-Butts commented 2 years ago

Good job!