From: curt Date: Wed, 21 Jan 1998 18:35:10 +0000 (+0000) Subject: Renamed TODO to Todo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91d6c58aecd3613ad113d98e0b26ad516a09f1b8;p=flightgear.git Renamed TODO to Todo --- diff --git a/Tools/TODO b/Tools/TODO deleted file mode 100644 index d0a8ad198..000000000 --- a/Tools/TODO +++ /dev/null @@ -1,23 +0,0 @@ --------------------------------------------------------------------------- -| Done --------------------------------------------------------------------------- - -1/10/98 - Split areas into smaller tiles - -1/14/98 - Don't create shared corners or edges if one already exists. - -1/14/98 - Reassemble triangles using only body, shared corners, and - shared edges. - - --------------------------------------------------------------------------- -| Todo --------------------------------------------------------------------------- - -1/15/98 - Retro-fit tri2obj to use shared normals rather than regenerating - normals for shared vertices. - -1/12/98 - Try reversing cw-wound strips rather than calling glFrontFace() - in the display list. - -1/12/98 - Generate a face adjacency matrix diff --git a/Tools/Todo b/Tools/Todo new file mode 100644 index 000000000..d0a8ad198 --- /dev/null +++ b/Tools/Todo @@ -0,0 +1,23 @@ +-------------------------------------------------------------------------- +| Done +-------------------------------------------------------------------------- + +1/10/98 - Split areas into smaller tiles + +1/14/98 - Don't create shared corners or edges if one already exists. + +1/14/98 - Reassemble triangles using only body, shared corners, and + shared edges. + + +-------------------------------------------------------------------------- +| Todo +-------------------------------------------------------------------------- + +1/15/98 - Retro-fit tri2obj to use shared normals rather than regenerating + normals for shared vertices. + +1/12/98 - Try reversing cw-wound strips rather than calling glFrontFace() + in the display list. + +1/12/98 - Generate a face adjacency matrix