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
There are extra triangles sometimes generated with the mesh.
Some faces on the collision shape have "missing" or bugged collisions where there seems to be an extra vertex making a cross over an existing face.
Previously, I would save a lot of data in the gltf by recycling the mesh, and surely this mesh should generate a convex mesh quite fine as its using the same vertexes.
it could be one of these reasons:
Godot is adding the extra vertex, as a bug.
The blender mesh is not suitable for a collision shape, maybe the vertexes are being generated in some incorrect order, leading to an extra vertex to try and "fill" the shape (basically not godot's fault)
The BoxShape character controller I'm using for tests possibly might have issues against this kind of shape.
4) The mesh is somehow incorrect because I did something wrong with the file and it can be fixed in blender.
The text was updated successfully, but these errors were encountered:
still have no idea about this, but I'm leaning more towards blenders shapes being "incorrect" for convex shapes. possibly to do with vertex clockwise vs counter clockwise ordering? will have to test more.
There are extra triangles sometimes generated with the mesh.
Some faces on the collision shape have "missing" or bugged collisions where there seems to be an extra vertex making a cross over an existing face.
Previously, I would save a lot of data in the gltf by recycling the mesh, and surely this mesh should generate a convex mesh quite fine as its using the same vertexes.
it could be one of these reasons:
Godot is adding the extra vertex, as a bug.
The blender mesh is not suitable for a collision shape, maybe the vertexes are being generated in some incorrect order, leading to an extra vertex to try and "fill" the shape (basically not godot's fault)
The BoxShape character controller I'm using for tests possibly might have issues against this kind of shape.
4) The mesh is somehow incorrect because I did something wrong with the file and it can be fixed in blender.The text was updated successfully, but these errors were encountered: