1

I have 3D models with UV mapping and textures in Blender and I would like to import them in Webots. Can you please recommend the best way to do this?

Olivier Michel
  • 642
  • 5
  • 14

1 Answers1

1
  1. First you should export your Blender model to either obj(.obj) or Collada(.dae) format.
  2. In Webots, you can then use the CadShape node. It is really simple and straightforward to use: just put the path to your .dae/.obj file in its url field. For more information see the documentation here.

Your model should now be visible in Webots with its textures.

If you want more control over the different parts of the model, you can import each different mesh in a Mesh node and then define a specific appearance for each mesh.

BenjaminD
  • 138
  • 10