Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/ vertex color #53

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Fix/ vertex color #53

merged 1 commit into from
Jan 12, 2024

Conversation

ZacZhangzhuo
Copy link
Collaborator

Review Points

The meshobject.

Major Changes

fixed #17 , and avoid using vertex_xyz as we discussed.

Test Files

from compas.datastructures import Mesh
from compas_viewer import Viewer

viewer = Viewer()
mesh = Mesh.from_polyhedron(12)

viewer.add(mesh,use_vertexcolors=True)
viewer.show()

@ZacZhangzhuo ZacZhangzhuo self-assigned this Jan 12, 2024
@ZacZhangzhuo ZacZhangzhuo added the bug Something isn't working label Jan 12, 2024
@ZacZhangzhuo ZacZhangzhuo merged commit 43a1479 into main Jan 12, 2024
10 checks passed
@ZacZhangzhuo ZacZhangzhuo deleted the fix/vertex-color branch January 12, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in vertex color
2 participants