-
- Downloads
- new DecomposeInSimplex plugin - new "Combine Views" command in the parser - cleaned up View::tranform and View::smooth (+small bug fix for SLs) - better check for transparency sorting - make depend - new View.AlphaChannel option to change the transparency globally for a given view (instead of having to change the colormap by hand every time) With all the above, we can now generate very nice (and correct) transparent iso-surfaces: Merge "../tutorial/view3.pos"; minIso = 0; maxIso = 2; nbIso = 7; Plugin(CutMap).iView = 0; For i In {1:nbIso} Plugin(CutMap).A = (maxIso-minIso)/nbIso * i; Plugin(CutMap).Run; EndFor Delete View[0]; Combine Views; For i In {1:nbIso} Delete View[0]; EndFor Plugin(DecomposeInSimplex).iView = 0; Plugin(DecomposeInSimplex).Run; View[0].AlphaChannel = 0.6;
Showing
- Common/ColorTable.cpp 13 additions, 1 deletionCommon/ColorTable.cpp
- Common/ColorTable.h 1 addition, 0 deletionsCommon/ColorTable.h
- Common/DefaultOptions.h 2 additions, 0 deletionsCommon/DefaultOptions.h
- Common/Makefile 4 additions, 5 deletionsCommon/Makefile
- Common/Options.cpp 13 additions, 1 deletionCommon/Options.cpp
- Common/Options.h 1 addition, 0 deletionsCommon/Options.h
- Common/Views.cpp 125 additions, 185 deletionsCommon/Views.cpp
- Common/Views.h 3 additions, 2 deletionsCommon/Views.h
- Fltk/Callbacks.cpp 5 additions, 5 deletionsFltk/Callbacks.cpp
- Fltk/Callbacks.h 2 additions, 2 deletionsFltk/Callbacks.h
- Fltk/GUI.cpp 3 additions, 3 deletionsFltk/GUI.cpp
- Fltk/Makefile 25 additions, 24 deletionsFltk/Makefile
- Geo/Makefile 8 additions, 9 deletionsGeo/Makefile
- Graphics/Post.cpp 12 additions, 8 deletionsGraphics/Post.cpp
- Makefile 3 additions, 3 deletionsMakefile
- Mesh/Makefile 13 additions, 16 deletionsMesh/Makefile
- Parser/Gmsh.l 2 additions, 1 deletionParser/Gmsh.l
- Parser/Gmsh.tab.cpp 3786 additions, 3789 deletionsParser/Gmsh.tab.cpp
- Parser/Gmsh.tab.hpp 88 additions, 87 deletionsParser/Gmsh.tab.hpp
- Parser/Gmsh.y 9 additions, 2 deletionsParser/Gmsh.y
Loading
Please register or sign in to comment