Commit ce863d10 authored by cutealien's avatar cutealien

Update test drawVertexPrimitives

- new media for OpenGL-drawVPL_h. This test is about finding out if things changed, and this result has been like it is now at least since 1.8
- required match can be reduce for this test, as minor aliasing artifacts always are different between cards and don't matter here.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5090 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 6110f43d
...@@ -85,7 +85,7 @@ bool testWithDriver(video::E_DRIVER_TYPE driverType) ...@@ -85,7 +85,7 @@ bool testWithDriver(video::E_DRIVER_TYPE driverType)
// we use character enumeration as we have more than 9 types // we use character enumeration as we have more than 9 types
name.append(Type-scene::EPT_POINTS+'a'); name.append(Type-scene::EPT_POINTS+'a');
name.append(".png"); name.append(".png");
result &= takeScreenshotAndCompareAgainstReference(driver, name.c_str()); result &= takeScreenshotAndCompareAgainstReference(driver, name.c_str(), 97.f);
} }
device->closeDevice(); device->closeDevice();
......
tests/media/OpenGL-drawVPL_h.png

12.3 KB | W: | H:

tests/media/OpenGL-drawVPL_h.png

13.5 KB | W: | H:

tests/media/OpenGL-drawVPL_h.png
tests/media/OpenGL-drawVPL_h.png
tests/media/OpenGL-drawVPL_h.png
tests/media/OpenGL-drawVPL_h.png
  • 2-up
  • Swipe
  • Onion skin
Tests finished. 1 test of 1 passed. Tests finished. 1 test of 1 passed.
Compiled as RELEASE Compiled as DEBUG
Test suite pass at GMT Tue Apr 29 15:50:15 2014 Test suite pass at GMT Sat Apr 11 16:04:54 2015
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment