Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

After getting the script used to create the mesh, I found that the normals of some faces are not pointing outwards, so we don't see those faces correctly. You can check the normal direction by clicking the right square at the bottom of this menu and change the size as needed.

image description

For the plane's body, I see this

image description

You may want to change the python script to generate this properly, or you can just change the normals of the generated model. Or if you want the mesh to be rendered double-faced (seeing the face from both sides), you can add

  cull_hardware none
  cull_software none

inside your material's pass in the material script.