DEBSOURCES
Skip Quicknav
sources / scilab-plotlib / 0.41-2 / macros / _update_single_shaded_pl.sci
1234
function _update_single_shaded_pl(h) C=computeColor(h.user_data); h.data.color=C(h.user_data.vertex_indices); endfunction