Brijesh Posted August 11, 2017 Share Posted August 11, 2017 Hi everyone, I create one custom mesh using numbers of points and apply colors to every vertex point, now i update the custom mesh by removing some points from front side and add some points at other ends and apply new colors to every vertex. But i face issue while updating mesh with colors. When i update custom mesh, old color of every vertex is not remove and new color apply. I want to remove color of every old vertex when update the custom mesh and apply new color to every vertex. Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted August 11, 2017 Share Posted August 11, 2017 Make sure when you initialize you indicate the colors to be updateable, or nothing will happen when you call updateVerticesData() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.