jrouwe / JoltPhysics.js

Port of JoltPhysics to JavaScript using emscripten
MIT License
270 stars 21 forks source link

added GetPointOnRay #155

Closed DennisSmolek closed 6 months ago

DennisSmolek commented 6 months ago

As mentioned in #154 this property is critical for shapecasts. I copied the format from Raycast. The types generated correctly, I'll test them here in a minute.

jrouwe commented 6 months ago

Thanks!