source:
issm/oecreview/Archive/20545-21336/ISSM-20930-20931.diff@
21337
Last change on this file since 21337 was 21337, checked in by , 8 years ago | |
---|---|
File size: 815 bytes |
-
../trunk-jpl/src/m/classes/model.js
381 381 //if (md.mesh.average_vertex_connectivity<=25) 382 382 //md.mesh.average_vertex_connectivity=100; 383 383 } //}}} 384 this.collapse = function(md) { 384 this.collapse = function(md) { //{{{ 385 385 /* 386 386 *COLLAPSE - collapses a 3d mesh into a 2d mesh 387 387 * … … 572 572 md.mesh.segments=contourenvelope(md.mesh); 573 573 574 574 return md; 575 } 575 } /*}}}*/ 576 576 //properties 577 577 // {{{ 578 578 //Careful here: no other class should be used as default value this is a bug of matlab
Note:
See TracBrowser
for help on using the repository browser.