X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fgraph3dview.cpp;h=d92912fb09a653f164d88460d4067eb86bfd8ac7;hb=0f6257b32b46276415f1c6597fc1d992c3787071;hp=a6c9c034f184c0b217bf23ef9b22643e1851e891;hpb=ccef53961d87b0d95da3b753e32e117a7fa4e3ea;p=ctsim.git diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index a6c9c03..d92912f 100644 --- a/src/graph3dview.cpp +++ b/src/graph3dview.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.cpp,v 1.18 2001/03/08 17:37:09 kevin Exp $ +** $Id: graph3dview.cpp,v 1.19 2001/03/13 04:44:25 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 @@ -608,7 +608,7 @@ Graph3dFileView::OnUpdate (wxView *WXUNUSED(sender), wxObject *WXUNUSED(hint) ) glMatrixMode(GL_MODELVIEW); glLoadIdentity(); -#if 1 +#if 0 GLfloat eyep[3], lookp[3], up[3]; eyep[0] = -nx/2; eyep[1] = 0; eyep[2] = -ny/2; lookp[0] = 0; lookp[1] = 0, lookp[2] = 0;