aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacerInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IsoSurfacerInit.c')
-rw-r--r--src/IsoSurfacerInit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IsoSurfacerInit.c b/src/IsoSurfacerInit.c
index 36f2a0a..16c872d 100644
--- a/src/IsoSurfacerInit.c
+++ b/src/IsoSurfacerInit.c
@@ -24,6 +24,7 @@ void *IsoSurfacer_SetupGH (tFleshConfig *config,
myGH->formats=0;
myGH->outfreq=0;
myGH->firstIteration=0;
+ myGH->ComputeNormals=0;
myGH->isovalue=0.0;
myGH->perprocessor.verts = myGH->totals.verts = NULL;
myGH->perprocessor.nverts = myGH->totals.nverts = 0;
@@ -56,6 +57,7 @@ int IsoSurfacer_InitGH (cGH *GH){
myGH->formats=0;
myGH->outfreq=output_frequency;
myGH->firstIteration=output_start;
+ myGH->ComputeNormals=compute_normals;
myGH->isovalue=isovalue;
myGH->perprocessor.verts = myGH->totals.verts = NULL;
myGH->perprocessor.nverts = myGH->totals.nverts = 0;