Add function aabbox3d::getPlanes
Comment spelling fix
Optimize CSceneCollisionManager::getCollisionPoint with better early out
Minor optimization in CTriangleSelector::getTriangles
Add default cases to avoid warning C26818: Switch statement does not cover all cases.
Add default cases to avoid warning C26818: Switch statement does not cover all cases.
Reduce the amount of places where const got removed with c casts
const IVertexBuffer::operator[] now returns a const S3DVertex reference