-
Since, STL doesn't have colors, is it possible to add colors to a mesh? What other mesh formats does brax support? |
Beta Was this translation helpful? Give feedback.
Answered by
btaba
Jan 12, 2023
Replies: 1 comment 1 reply
-
Hi @Suven-p ! To add a color to a mesh, you can use the config here https://github.com/google/brax/blob/main/brax/physics/config.proto#L103-L104. Hope that helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Suven-p
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Suven-p ! To add a color to a mesh, you can use the config here https://github.com/google/brax/blob/main/brax/physics/config.proto#L103-L104. Hope that helps!