Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix certain types to be abstract #9

Open
d4v3y5c0n3s opened this issue Sep 9, 2020 · 1 comment
Open

Fix certain types to be abstract #9

d4v3y5c0n3s opened this issue Sep 9, 2020 · 1 comment

Comments

@d4v3y5c0n3s
Copy link
Owner

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.

@d4v3y5c0n3s d4v3y5c0n3s changed the title Fix the types to all be abstract Fix certain types to be abstract May 18, 2021
@d4v3y5c0n3s
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant