Skip to content
Snippets Groups Projects
Commit 42c4cc1f authored by Akash Anand's avatar Akash Anand
Browse files

*** empty log message ***

parent 5c69546b
No related branches found
No related tags found
No related merge requests found
// $Id: Geom.cpp,v 1.134 2007-08-03 00:44:28 geuzaine Exp $ // $Id: Geom.cpp,v 1.135 2007-08-07 20:27:20 anand Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -269,7 +269,7 @@ class drawGFace { ...@@ -269,7 +269,7 @@ class drawGFace {
else else
glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
glEnable(GL_LIGHTING); if(CTX.geom.light) glEnable(GL_LIGHTING);
glBegin(GL_QUADS); glBegin(GL_QUADS);
for(unsigned int i = 1; i < gr.size(); i++){ for(unsigned int i = 1; i < gr.size(); i++){
for(unsigned int j = 1; j < gr[0].size(); j++){ for(unsigned int j = 1; j < gr[0].size(); j++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment