log

age author description
Tue, 14 Jan 2020 03:28:06 +0200 Matti Hamalainen Check for empty target directory in DO_MKDIR Makefile macro.
Tue, 14 Jan 2020 03:03:01 +0200 Matti Hamalainen Build system cleanups.
Sun, 05 Jan 2020 13:03:35 +0200 Matti Hamalainen Bump copyright years.
Fri, 03 Jan 2020 19:23:37 +0200 Matti Hamalainen Add 'cube' scene and model files, and Blender file.
Mon, 30 Dec 2019 06:17:07 +0200 Matti Hamalainen Use OpenGL extension probing on *NIX as well.
Mon, 30 Dec 2019 06:16:11 +0200 Matti Hamalainen Implement pause mode and adjust the frame/FPS calculations accordingly.
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().