Skip to content

How Can I Make A Textured Skin For Deformables #2442

Discussion options

You must be logged in to vote

Solved By Latest Fix

  • Hi,@quagla , I noticed there is a update for texutre fix
  • So I try it by using fast softbody, It works!!!!
  • Now the bunny has its own color

How to Make Flex textured

  • First, you should have a model with uv coordinate, in *.obj file, you must find vt word inside
  • Second, unlike "body" node. "flexcomp" should directly write the mesh file path
  <flexcomp type="mesh" file="bunny_with_uv.obj" pos="0 0 .1" dim="2" euler="90 0 0"
              radius=".001" material="matsponge" mass=".05" name="softbody" dof="trilinear">
  • It would be nice if mujoco support xml like this:
  <asset>
    <texture name="texsponge" type="2d" file="sponge.png"/>
    <material name="matsponge" t…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@lyd405121
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by lyd405121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants