Add testgeometry to draw a non uniform triangle

--use-texture: an option to load icon.bmp as a texture
handle mouse motion: rotate the triangle
This commit is contained in:
Sylvain
2021-04-06 21:49:23 +02:00
committed by Sylvain Becker
parent 53bcb3e0e9
commit bc2173baf9
4 changed files with 310 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ BINPATH = .
TARGETS = testatomic.exe testdisplayinfo.exe testbounds.exe testdraw2.exe &
testdrawchessboard.exe testdropfile.exe testerror.exe testfile.exe &
testfilesystem.exe testgamecontroller.exe testgesture.exe &
testfilesystem.exe testgamecontroller.exe testgeometry.exe testgesture.exe &
testhittesting.exe testhotplug.exe testiconv.exe testime.exe testlocale.exe &
testintersections.exe testjoystick.exe testkeys.exe testloadso.exe &
testlock.exe testmessage.exe testoverlay2.exe testplatform.exe &