Optimize vertex color #543
Unanswered
luca-morreale
asked this question in
Q&A
Replies: 1 comment
-
I don't think we've ever actually tried to optimize mesh attributes, although it seems theoretically possible. The first optimization snippets looks good. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
is there any way to optimize a mesh
vertex_color
attribute?I have tried to follow the pose estimate tutorial and change to my case but failed. Similarly, I looked into other discussions, but ultimately nothing seems to work. It feels like I am missing something very basic.
I have a very simple scene (see below), and I want to optimize the
vertex_color
through rendering:Scene parameters:
However, the following snippet successfully optimizes the vertex color:
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions