You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some types are not abstract in order to get the engine to a workable state faster. An example in the code currently would be the vertex type in g_engine.dats. Once I finish getting the engine working, then I'll come back to this.
The text was updated successfully, but these errors were encountered:
d4v3y5c0n3s
changed the title
Fix the types to all be abstract
Fix certain types to be abstract
May 18, 2021
I've determined that some types (such as vectors) don't need to be fully abstracted, because their structure will never change. However, I should abstract scalars so that they may be doubles or floats instead of just being hard-coded to floats.
Currently some types are not abstract in order to get the engine to a workable state faster. An example in the code currently would be the vertex type in g_engine.dats. Once I finish getting the engine working, then I'll come back to this.
The text was updated successfully, but these errors were encountered: