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
When using addIndices the resulting facecount seems to be 3 times that of when using setIndices. Either one of them is doing it wrong, or some documentation is needed to explain why there is a difference.
The text was updated successfully, but these errors were encountered:
MeshBuilder.addIndices vs MeshBuilder.setIndices both set the self._indices to the input indices argument (so I am guessing they expect the same input), but they calculate the new self._face_count differently:
https://github.com/Ultimaker/Uranium/blob/master/UM/Mesh/MeshBuilder.py#L124
https://github.com/Ultimaker/Uranium/blob/master/UM/Mesh/MeshBuilder.py#L352
When using addIndices the resulting facecount seems to be 3 times that of when using setIndices. Either one of them is doing it wrong, or some documentation is needed to explain why there is a difference.
The text was updated successfully, but these errors were encountered: