SMOOTHMAP Generates a smooth scalar function on a surface using its eigenmodes

Examples

[v,f] = sphereMesh; c = smoothmap(v,f,20);
[v,f] = sphereMesh; c = smoothmap(v,f,20); figure; patchvfc(v,f,c);
[v,f] = sphereMesh(50); c = smoothmap(v,f,99,1); figure; patchvfc(v,f,c);
[v,f] = torusMesh(50);  c = smoothmap(v,f,99,1); figure; patchvfc(v,f,c);

TODO

  • docs

Authors

Mehul Gajwani, Monash University, 2024