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
27 stars 1 forks source link

Add TraceResult:Incident #76

Closed yogwoggf closed 2 years ago

yogwoggf commented 2 years ago

Fixes #75

PR Type (tick all that are applicable)

Tested Targets (only applicable for changes to the binary module, delete otherwise)

Checklist

Description Allows Lua to get the incident direction (-wo), aka what they passed in as the direction

Derpius commented 2 years ago

This does break Lua-Module compatibility cause you’re adding a new function to the API