krzysztofarendt / building3d

Towards 3D building modeling and simulation
MIT License
20 stars 2 forks source link

Remove `vel_buf` from returned objects in the simulation loop #89

Closed krzysztofarendt closed 3 weeks ago

krzysztofarendt commented 1 month ago

The velocity buffer is not needed for anything. It only consumes the memory.

Movies can be rendered using the position and energy buffers. Hits buffer will be used for auralization (impulse response estimation).

Velocity buffer? Not needed...