TheWebMonks / meshmonk

Open mesh-to-mesh registration framework
Apache License 2.0
70 stars 25 forks source link

color of shape3dD #24

Open guxss3 opened 1 year ago

guxss3 commented 1 year ago

Hi, I ran the demo successfully, but the colors randomly generated of floating and target are often close during visualization, so is there a way to specify the color for single object. Thanks.

The relevant code is as follows:

%% Visualize s = shape3D; s.Vertices = correspondingFeatures(:,1:3); st = shape3D; st.Vertices = targetFeatures(:,1:3); v = viewer(s);
viewer(st,v);