Skip to content

Commit

Permalink
Fixed black uv-mesh bug
Browse files Browse the repository at this point in the history
Default point-colors was being set to black.
  • Loading branch information
kaveh808 committed Aug 3, 2023
1 parent fe29611 commit 5efb243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/uv-mesh.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
(compute-polyhedron-mesh mesh)
(compute-face-normals mesh)
(compute-point-normals mesh)
(allocate-point-colors mesh)
(allocate-point-colors mesh (c! 1 1 1))
mesh)

;; (defun 2d-array-to-list (array)
Expand Down

0 comments on commit 5efb243

Please sign in to comment.