Skip to content
Snippets Groups Projects
Commit d47ce88b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix comment

parent 2ee41e2c
Branches
Tags
No related merge requests found
// $Id: Draw.cpp,v 1.43 2003-03-26 20:14:01 geuzaine Exp $ // $Id: Draw.cpp,v 1.44 2003-03-28 16:50:43 geuzaine Exp $
// //
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
// //
...@@ -141,7 +141,8 @@ void Orthogonalize(int x, int y) ...@@ -141,7 +141,8 @@ void Orthogonalize(int x, int y)
// applications (I guess they normalize the scene to fit in a 1x1x1 // applications (I guess they normalize the scene to fit in a 1x1x1
// box or something...). Here, we set up a large box around the // box or something...). Here, we set up a large box around the
// object, so that if we zoom a lot the resolution of the depth // object, so that if we zoom a lot the resolution of the depth
// buffer might become insufficient... // buffer might become insufficient (at least with Mesa on Linux; on
// WinXP everyhting seems to be fine).
if(CTX.ortho) { if(CTX.ortho) {
double maxz = MAX(fabs(CTX.min[2]), fabs(CTX.max[2])); double maxz = MAX(fabs(CTX.min[2]), fabs(CTX.max[2]));
if(maxz < CTX.lc) maxz = CTX.lc; if(maxz < CTX.lc) maxz = CTX.lc;
......
...@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1> ...@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1>
<p> <p>
<h3 align="center">Christophe Geuzaine and Jean-François Remacle</h3> <h3 align="center">Christophe Geuzaine and Jean-François Remacle</h3>
<p> <p>
<h3 align=center>Version <a href="doc/VERSIONS">1.43</a>, ?? April 2003</h3> <h3 align=center>Version <a href="doc/VERSIONS">1.43</a>, 28 March 2003</h3>
<p> <p>
<center> <center>
<a href="#Description">Description</a> | <a href="#Description">Description</a> |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment