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

FMatrix3 and FMatrix4 are initialized using memcpy #283

Open
adriengivry opened this issue Dec 7, 2023 · 0 comments
Open

FMatrix3 and FMatrix4 are initialized using memcpy #283

adriengivry opened this issue Dec 7, 2023 · 0 comments
Labels
Feature New feature to the engine Optimization Optimization related stuff

Comments

@adriengivry
Copy link
Owner

Problem this feature should fix
memcpy is currently used to initialize FMatrix3 and FMatrix4. This is rather slow and should be avoided.

Expected solution
Find a better way to initialize the matrix with identity values.

@adriengivry adriengivry added Feature New feature to the engine Optimization Optimization related stuff labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature to the engine Optimization Optimization related stuff
Projects
None yet
Development

No branches or pull requests

1 participant