comparison gldragon.cpp @ 102:2b22a89dd811

Add program information and copyright blurb in help.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Oct 2022 05:01:45 +0300
parents a3486ce56148
children 6520f00c68e4
comparison
equal deleted inserted replaced
101:a3486ce56148 102:2b22a89dd811
222 } 222 }
223 223
224 if (optShowHelp) 224 if (optShowHelp)
225 { 225 {
226 printf( 226 printf(
227 "GLDragon - OpenGL PLY model viewer / simple benchmark\n"
228 "Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>\n"
229 "(C) Copyright 2019-2022 Tecnic Software productions (TNSP)\n"
230 "See file \"COPYING\" for license information.\n"
231 "Originally based on 'glxdragon' Copyright (c) 2009, Thomas Trummer\n"
232 "\n"
227 "Usage: %s [options] [<scenefile.scene>]\n" 233 "Usage: %s [options] [<scenefile.scene>]\n"
228 "\n" 234 "\n"
229 " -? Show this help\n" 235 " -? Show this help\n"
230 " -g Use GLSL shader instead of basic OpenGL lighting\n" 236 " -g Use GLSL shader instead of basic OpenGL lighting\n"
231 " -s<w>x<h> Set window dimensions (default %d x %d)\n" 237 " -s<w>x<h> Set window dimensions (default %d x %d)\n"