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

Replace/Remove Vector, Matrix and Quaternion classes #28

Open
kPYKx7Ddw4n1aIKZ opened this issue Jan 2, 2019 · 1 comment
Open

Replace/Remove Vector, Matrix and Quaternion classes #28

kPYKx7Ddw4n1aIKZ opened this issue Jan 2, 2019 · 1 comment

Comments

@kPYKx7Ddw4n1aIKZ
Copy link
Collaborator

There are some custom types implemented for Vector, Matrix and Quaternion.
I don't think that this is necessary because Ogre has some own types for this.
I also believe that they have more features and have been tested much more.
Some custom types aren't used at all and I think that all others can be replaced by Ogre types.

@paroj
Copy link
Member

paroj commented Jan 2, 2019

generally this is true, but the ogre types suffer from OGRECave/ogre#730

however I recently refactored the Vector class which can now fully replace TVector in scape.

OTOH IMatrix4 does not make any sense..

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

2 participants