What is the best way to create a log of the world states in C++ for playback later?

Post Reply
naegling77
Posts: 2
Joined: Thu Mar 03, 2022 7:41 pm

What is the best way to create a log of the world states in C++ for playback later?

Post by naegling77 »

Hi,

I am using Bullet in C++, and I want to know what is the best way that I can log the states in the simulation for playback later.

I saw the https://github.com/bulletphysics/bullet ... ngUtil.cpp, but I don't understand how that can be used.
Post Reply