galacean / engine

A typescript interactive engine, support 2D, 3D, animation, physics, built on WebGL and glTF.
https://www.galacean.com/engine
MIT License
4.29k stars 307 forks source link

Support Collider.ClosestPoint #2442

Open zhuxudong opened 5 days ago

zhuxudong commented 5 days ago

I want get clostestPoint at collider such as https://docs.unity3d.com/ScriptReference/Collider.ClosestPoint.html, and then i can support local mode of post process at #2401