kivy3dgui
kivy3dgui copied to clipboard
Suggestion: default mesh for a Node
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?
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.
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',)
Ok I'll let you know when ready :-)