X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=e33c05cd2f914f3661b9a1a74c5cff21a6c0c9f9;hp=412fccaf3c792b90b337c71ebd27e975af52edf2;hb=f692b2d39f56ffbafc04283f32233c098aa2978b;hpb=83ee377ee0b61092ec1522ac1e1361640f74fa06 diff --git a/src/ctsim.h b/src/ctsim.h index 412fcca..e33c05c 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.39 2001/01/31 01:01:22 kevin Exp $ +** $Id: ctsim.h,v 1.40 2001/02/02 00:46:38 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -310,6 +310,11 @@ enum { PLOTMENU_VIEW_SCALE_MINMAX, PLOTMENU_VIEW_SCALE_AUTO, PLOTMENU_VIEW_SCALE_FULL, + + GRAPH3D_VIEW_SURFACE, + GRAPH3D_VIEW_COLOR, + GRAPH3D_VIEW_LIGHTING, + GRAPH3D_VIEW_SMOOTH, }; #endif