How to test a 3D rendering engine?
- by YoYo
Me and some friends developing simple 3D rendering engine as practice for the university.
We used Ogre 3d as prototype and now we are developing it from base
The engine is wrapped up in simple game that asks the user to select shape (circle, triangle, square...), color and dimensions and renders the image to the screen. It also enables to move and rotate the shape on screen using mouse.
We would like to test automate the view rendering.
I could not find any test framework for this issue and I would like to know how 3D test is done in non manual matter