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

typo
parent 387f5503
Branches
Tags
No related merge requests found
// $Id: CreateFile.cpp,v 1.79 2006-05-17 14:30:49 geuzaine Exp $ // $Id: CreateFile.cpp,v 1.80 2006-06-08 11:31:55 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -82,7 +82,7 @@ char *GetStringForFileFormat(int format) ...@@ -82,7 +82,7 @@ char *GetStringForFileFormat(int format)
switch(format){ switch(format){
case FORMAT_PPM: return "PPM"; case FORMAT_PPM: return "PPM";
case FORMAT_YUV: return "YUV"; case FORMAT_YUV: return "YUV";
case FORMAT_GIF: return "MSH"; case FORMAT_GIF: return "GIF";
case FORMAT_JPEG: return "JPEG"; case FORMAT_JPEG: return "JPEG";
case FORMAT_JPEGTEX: return "JPEG"; case FORMAT_JPEGTEX: return "JPEG";
case FORMAT_PNG: return "PNG"; case FORMAT_PNG: return "PNG";
......
$Id: TODO,v 1.11 2006-05-17 02:08:33 geuzaine Exp $ $Id: TODO,v 1.12 2006-06-08 11:31:55 geuzaine Exp $
Custom range on "filled iso" 3D views produces ugly plots, where one
sees inside the cut elements. (In the meantime, one can use
Plugin(CutMap) with "ExtractVolume" set to 1 (or -1): this will
generate a new view with an actual "cut" on the front (an
"iso-volume"). Then one could use Plugin(Skin) to extract the outer
surface.)
******************************************************************** ********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment