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

*** empty log message ***

parent c6e563cd
Branches
Tags
No related merge requests found
// $Id: Annotate.cpp,v 1.7 2005-03-09 02:19:09 geuzaine Exp $ // $Id: Annotate.cpp,v 1.8 2005-03-09 07:35:11 geuzaine Exp $
// //
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
// //
...@@ -83,7 +83,7 @@ void GMSH_AnnotatePlugin::draw() ...@@ -83,7 +83,7 @@ void GMSH_AnnotatePlugin::draw()
double style = getStyle(); double style = getStyle();
glColor4ubv((GLubyte *) & CTX.color.fg); glColor4ubv((GLubyte *) & CTX.color.fg);
if(AnnotateOptions_Number[3].def == 1){ // 3D if(AnnotateOptions_Number[3].def){ // 3D
glRasterPos3d(X, Y, Z); glRasterPos3d(X, Y, Z);
Draw_String(AnnotateOptions_String[0].def, style); Draw_String(AnnotateOptions_String[0].def, style);
// draw 10-pixel marker // draw 10-pixel marker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment