Closed kalluwa closed 2 months ago
it should be a long time bug for kivy. found a solution for this: add '*texture2D(texture0, tex_coord0);' for color output
gl_FragColor = vec4(theta, theta, theta, 1.0)*texture2D(texture0, tex_coord0);
https://github.com/kivy/kivy/issues/5403#issuecomment-802909462
Versions
Description
monkey head rendering failed on android device
[crash] 3d rendering will crash on android device tested on android 13/14 source: https://kivy.org/doc/stable/examples/gen__3Drendering__main__py.html
[passed] 3d rendering display right on emulator source: https://kivy.org/doc/stable/examples/gen__3Drendering__main__py.html
[passed] 2d rendering on android device https://kivy.org/doc/stable/examples/gen__canvas__bezier__py.html
buildozer.spec
Command:
Spec file:
Logs