How to test a 3D rendering engine?

Posted by YoYo on Game Development See other posts from Game Development or by YoYo
Published on 2013-11-13T12:45:58Z Indexed on 2013/11/13 16:19 UTC
Read the original article Hit count: 578

Filed under:
|

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

© Game Development or respective owner

Related posts about 3d

Related posts about testing