log

age author description
Mon, 16 Dec 2019 10:23:46 +0200 Matti Hamalainen Use -mconsole for windows gldragon binaries.
Mon, 16 Dec 2019 07:53:58 +0200 Matti Hamalainen Fix file description.
Mon, 16 Dec 2019 07:51:05 +0200 Matti Hamalainen Refactor PLY file parsing from dmscene.* to dmply.* and some helper functions into dmutil.h
Mon, 16 Dec 2019 06:51:40 +0200 Matti Hamalainen Cleanups.
Mon, 16 Dec 2019 06:46:46 +0200 Matti Hamalainen Remove OpenGL fs/vs shader ids from DMModel, as they are not needed.
Sun, 15 Dec 2019 23:16:29 +0200 Matti Hamalainen Remove -w and -h options and replace them with -s <width>x<height>.
Sun, 15 Dec 2019 22:28:48 +0200 Matti Hamalainen Remove unnecessary variable initialization.
Sun, 15 Dec 2019 02:54:39 +0200 Matti Hamalainen Add 'ftime' uniform for shaders, which is time in milliseconds from start of rendering loop.
Sun, 15 Dec 2019 02:53:49 +0200 Matti Hamalainen Move option settings from globals to main().
Sat, 14 Dec 2019 20:13:32 +0200 Matti Hamalainen Move more of the SDL and GL setup code to the renderer class.
Sat, 14 Dec 2019 16:39:20 +0200 Matti Hamalainen Move the OpenGL rendering, setup etc. into a separate module/class, perhaps
Sat, 14 Dec 2019 14:08:51 +0200 Matti Hamalainen Rename dmmodel.* to dmscene.*
Thu, 12 Dec 2019 17:51:53 +0200 Matti Hamalainen Use delete[] instead of delete for new[]'d memory.
Thu, 12 Dec 2019 17:51:33 +0200 Matti Hamalainen Typofix in error message.
Mon, 09 Dec 2019 12:09:04 +0200 Matti Hamalainen Print out the full argument, not trimmed option when complaining about an unknown option argument.