kpiorno / kivy3dgui

Pure Kivy library to display and interact with Kivy widgets in a 3D mesh.
MIT License
127 stars 29 forks source link

Suggestion: default mesh for a Node #3

Open Zen-CODE opened 7 years ago

Zen-CODE commented 7 years ago

In order to work 'out of the box', would it not be best to have a default mesh that displays as close to standard FloatLayout as much as possible.

The aim to to have it just work, with as few 'surprises' as possible e.g. having to create a mesh. Many users will now know what a mesh is, so a default, simple mesh makes sense?

kpiorno commented 7 years ago

Ok, when a user defines a Node then will be a default mesh(a box) and the camera will stay in a position which be possible to see that mesh.

Zen-CODE commented 7 years ago

Sounds good. Say when I can test it. Commenting of the 'meshes' property in the Node just gives me a black screen currently. It's fine with:

meshes: ('meshes/2dbox.obj',)
kpiorno commented 7 years ago

Ok I'll let you know when ready :-)