Ikpil

Results 98 comments of Ikpil

Or could the following code be helpful? I haven’t tried it myself, so it might not be accurate. - https://github.com/ikpil/UniRecast/issues/6

![image](https://github.com/user-attachments/assets/a83e0d83-4f84-4b4b-8935-3e8da7b81c07) In the sample, it works fine. Could it be a bug? If it is a bug, what should I focus on to fix it?

If I understand correctly, the following code for Copy(), Load(), and Save() should be helpful: - DynamicUpdateSampleTool.Copy(), Load(), Save() - There is code for importing a tile mesh into a...

https://github.com/erincatto/box2d/blob/3a4f0da8374af61293a03021c9a0b3ebcfe67948/samples/sample_collision.cpp#L222 ```cpp if ( ImGui::Checkbox( "draw simplex", &m_drawSimplex ) ) { m_simplexIndex = 0; } if ( m_drawSimplex ) { ImGui::SliderInt( "index", &m_simplexIndex, 0, m_simplexCount - 1 ); m_simplexIndex =...

93850af - [upstream] 1bf2ff4 - Changed bmin/bmax from float[] to RcVec2f for improved memory efficiency and readability ![image](https://github.com/user-attachments/assets/e619682a-0cae-4431-a3fb-69ac722f834d)

![image](https://github.com/user-attachments/assets/b1fda0d7-5199-42ca-ac18-379e56b93397)

I'm sorry for the delayed response; I'm not a full-time open source developer, so I appreciate your patience. Could you try uninstalling and then reinstalling the UniRecast package? It should...