Known Issues
These will be fixed in order of severity
- Setup
- error C2065 'cout' undeclared identifier error C2065 'endl' undeclared identifier
- Resolution:
- cout needs to be changed to std::cout and endl needs to be changed to std::endl
- or add the following to your main cpp file or the header file of Epee Engine
- #define cout std::cout
- #define endl std::endl
- .35
- Animations disappear when they rotate or scale.
- .331
- Rotate or scaling of sprockets do not rotate or scale around the center of the sprocket
- Sprockets do not anti-aliasing when rotated or scaled
- If the window's focus is lost (minimize the window) OpenGL? view port is not updated and the engine appears to be stuck on the last rendered frame.