Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Frame Object #231

Closed Behemyth closed 5 years ago

Behemyth commented 6 years ago

The frame object will hold the organizational state for all the data of a specific frame number. All the data required by a frame to render will be owned by it or at least have references. For serialization purposes, referenced data should be able to get pull at any time.