XDargu / FrameByFrame

Frame by Frame is a visual debugging and recording tool for 3D applications.
MIT License
5 stars 1 forks source link

Add native support for NavMesh #50

Open XDargu opened 2 years ago

XDargu commented 2 years ago

Add the possibility to send individual triangles to the Recording tool to create a NavMesh, instead of having to send the entire NavMesh every frame.

This can potentially be deprecated if we implement persistent shapes in the future (shapes that are always there, and you can only add more to them).

XDargu commented 2 years ago

A potential implementation has been created in the navmesh branch.

This is not part of the main branch yet due to a few open questions: