You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using CoACD to preprocess my obj model to get higher resolution and compact collision meshes.
I found the output obj file containing the syntax, like o geometry_1 and o geometry_2, which split the whole mesh into small pieces. When the output obj model is imported into MuJoCo, the above syntax seems to prevent the model from being fully loaded, and all geometric elements after the place where the first syntax appears are not displayed.
Is there any way to remove these syntaxes without changing them manually? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi!
I'm using CoACD to preprocess my
obj
model to get higher resolution and compact collision meshes.I found the output
obj
file containing the syntax, likeo geometry_1
ando geometry_2
, which split the whole mesh into small pieces. When the outputobj
model is imported intoMuJoCo
, the above syntax seems to prevent the model from being fully loaded, and all geometric elements after the place where the first syntax appears are not displayed.Is there any way to remove these syntaxes without changing them manually? Thanks in advance!
The text was updated successfully, but these errors were encountered: