kivy3
kivy3 copied to clipboard
Object loader and Mesh improvements
-
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
onkivy3.objects.mesh.Mesh
. -
Throw
ValueError
if attempting to create Mesh with more than 65535 indices.