mcecchi / kivy-rotation3d

Simple example of separate rotation of 3d objects with using Kivy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple example which shows how to load 3d object and make them rotate in different way with kivy framework.
This example contains objloader module which may be used for loading 3d object from Wave format *.obj files to Kivy applications. It's extended version which allows you to load several object(see in code how to set object separator) and load also material information from *.mtl file which may be used while rendering.

About

Simple example of separate rotation of 3d objects with using Kivy


Languages

Language:Python 91.8%Language:GLSL 8.2%