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

typos

parent 03b1bdca
Branches
Tags
No related merge requests found
/* $Id: Context.h,v 1.7 2000-11-26 18:43:48 geuzaine Exp $ */ /* $Id: Context.h,v 1.8 2000-11-27 08:24:55 geuzaine Exp $ */
#ifndef _CONTEXT_H_ #ifndef _CONTEXT_H_
#define _CONTEXT_H_ #define _CONTEXT_H_
...@@ -87,7 +87,7 @@ typedef struct { ...@@ -87,7 +87,7 @@ typedef struct {
/* current viewport in real coordinates */ /* current viewport in real coordinates */
float light0[4]; /* light source position */ float light0[4]; /* light source position */
float shine; /* specular value */ float shine; /* specular value */
int render_mode; /* RENDER, SELECT, FEEDBACK */ int render_mode; /* GMSH_RENDER, GMSH_SELECT, GMSH_FEEDBACK */
int clip[6]; /* status of clip planes */ int clip[6]; /* status of clip planes */
double clip_plane0[4]; /* clip plane 0 */ double clip_plane0[4]; /* clip plane 0 */
double clip_plane1[4]; /* clip plane 1 */ double clip_plane1[4]; /* clip plane 1 */
...@@ -96,7 +96,7 @@ typedef struct { ...@@ -96,7 +96,7 @@ typedef struct {
double clip_plane4[4]; /* clip plane 4 */ double clip_plane4[4]; /* clip plane 4 */
double clip_plane5[4]; /* clip plane 5 */ double clip_plane5[4]; /* clip plane 5 */
double pixel_equiv_x, pixel_equiv_y ; double pixel_equiv_x, pixel_equiv_y ;
/* approximative equivalent model lenght of a pixel */ /* approximative equivalent model length of a pixel */
rgbacolors color; /* all colors except postpro colormaps */ rgbacolors color; /* all colors except postpro colormaps */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment