diff --git a/Makefile b/Makefile index 2704151173ccc54d287d4ae350c0759924cb6991..f2dd25ef76b5a0ee7c7f4d5ae705e2b2a110f77e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.114 2001-08-01 10:51:31 geuzaine Exp $ +# $Id: Makefile,v 1.115 2001-08-03 11:19:11 geuzaine Exp $ # ---------------------------------------------------------------------- # Makefile for Gmsh # ---------------------------------------------------------------------- @@ -236,6 +236,8 @@ distrib: distrib-win: cp $(GMSH_BIN_DIR)/gmsh.exe ../gmsh-distrib + cp -R tutorial ../gmsh-distrib + cp -R demos ../gmsh-distrib cd ../gmsh-distrib && zip -r gmsh-$(GMSH_RELEASE)-Windows.zip * mv ../gmsh-distrib/gmsh-$(GMSH_RELEASE)-Windows.zip . diff --git a/tutorial/t9.geo b/tutorial/t9.geo index e54574db56f90e4ccb392131d04120f56a8c932e..16cd9c01eda76bee7af99d735d3e72a856afa895 100644 --- a/tutorial/t9.geo +++ b/tutorial/t9.geo @@ -35,3 +35,12 @@ Plugin(CutPlane).B = 0.2 ; Plugin(CutPlane).C = 1 ; Plugin(CutPlane).D = 0 ; Plugin(CutPlane).Run ; + +View[0].Light = 1; +View[0].IntervalsType = 2; +View[0].NbIso = 6; +View[0].SmoothNormals = 1; + +View[1].IntervalsType = 2; + +View[2].IntervalsType = 2; diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index e45b4aef9b7600ca859eb025987ca59d3707ab88..6d3ca762c03f37c5c81c8d376ea696767bfc0980 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -23,7 +23,7 @@ <H1>README 1/10</H1> [<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>] <PRE> -$Id: tutorial.html,v 1.15 2001-08-03 11:06:30 geuzaine Exp $ +$Id: tutorial.html,v 1.16 2001-08-03 11:15:49 geuzaine Exp $ Here are the examples in the Gmsh tutorial. These examples are commented (both C and C++-style comments can be used in Gmsh input @@ -1186,6 +1186,15 @@ Plugin(CutPlane).B = 0.2 ; Plugin(CutPlane).C = 1 ; Plugin(CutPlane).D = 0 ; Plugin(CutPlane).Run ; + +View[0].Light = 1; +View[0].IntervalsType = 2; +View[0].NbIso = 6; +View[0].SmoothNormals = 1; + +View[1].IntervalsType = 2; + +View[2].IntervalsType = 2; </PRE> <HR> <ADDRESS>Generated by <A HREF="http://www.iki.fi/~mtr/genscript/">GNU enscript 1.6.1</A>.</ADDRESS>