kivy3 icon indicating copy to clipboard operation
kivy3 copied to clipboard

Object loader and Mesh improvements

Open rnixx opened this issue 6 years ago • 0 comments

  • Log warning in WaveObject.convert_to_mesh if texture file cannot be found instead of failing with an AttributeError.

  • Convert square faces into two triangle faces when parsing obj files.

  • Introduce mesh_mode on kivy3.objects.mesh.Mesh.

  • Throw ValueError if attempting to create Mesh with more than 65535 indices.

rnixx avatar Oct 15 '18 12:10 rnixx