Derpius / VisTrace

Garry's Mod binary module for tracing meshes at high speed on the CPU (and much more)
https://derpius.github.io/VisTrace
MIT License
28 stars 1 forks source link

[feature] Handle face flexes #46

Open Derpius opened 2 years ago

Derpius commented 2 years ago

Describe the solution you'd like Transform face vertices using a ragdoll's face flex data.
The rigging data needed to apply flexes isn't exposed to GLua, so I'll need to write a model parser

Derpius commented 1 year ago

Requires #81