Frame vertex 182 and 183 are two vertexes in the Q1 player model's non-weapon hand when he is using the axe.
Frame vertex 182 is where I'd like to do an attachment test (make him hold a bag or something, hehe).
I'm lacking imagination but any ideas on ...
1) how I can get the X, Y, Z values of vertex 182 and 183 from inside the engine for a current player frame.
I could then calculate the angles using the two points and theoretically render the gun at that location.
I may be able to mentally walk through this myself, but my 3D math skills are weak and slow and the Q1 model format's weirdnesses have so far frustrated me.
I'm thinking that should this work out that a fairly reasonable workaround standard might emerge (QC builtin) to allow more flexibility.
The Feral mod hardcoded all that stuff in the QC, which I don't see as necessary if you can just track vertexes or triangle positions and calculate angles.