Skip to content

color of shape3dD #24

Description

@guxss3

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions