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

Import Big Float Library #164

Closed Behemyth closed 6 years ago

Behemyth commented 6 years ago

Instead of a series of floating point transformations to which a scene graph is composed, the object needs to be added to the radix trie in a friendly format. For this to happen a large number library is needed to represent the transformation between the world space and the object space centered around the origin. These transforms will be discarded once consumed by the trie.

Behemyth commented 6 years ago

No imported library matched the needs. Created one instead.