Rev | Line | |
---|
[21337] | 1 | Index: ../trunk-jpl/src/m/classes/model.js
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/model.js (revision 20930)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/model.js (revision 20931)
|
---|
| 5 | @@ -381,7 +381,7 @@
|
---|
| 6 | //if (md.mesh.average_vertex_connectivity<=25)
|
---|
| 7 | //md.mesh.average_vertex_connectivity=100;
|
---|
| 8 | } //}}}
|
---|
| 9 | - this.collapse = function(md) {
|
---|
| 10 | + this.collapse = function(md) { //{{{
|
---|
| 11 | /*
|
---|
| 12 | *COLLAPSE - collapses a 3d mesh into a 2d mesh
|
---|
| 13 | *
|
---|
| 14 | @@ -572,7 +572,7 @@
|
---|
| 15 | md.mesh.segments=contourenvelope(md.mesh);
|
---|
| 16 |
|
---|
| 17 | return md;
|
---|
| 18 | - }
|
---|
| 19 | + } /*}}}*/
|
---|
| 20 | //properties
|
---|
| 21 | // {{{
|
---|
| 22 | //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.