kivy3dgui icon indicating copy to clipboard operation
kivy3dgui copied to clipboard

Suggestion: default mesh for a Node

Open Zen-CODE opened this issue 8 years ago • 3 comments

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?

Zen-CODE avatar Jan 03 '17 07:01 Zen-CODE

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.

kpiorno avatar Jan 31 '17 17:01 kpiorno

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',)

Zen-CODE avatar Feb 03 '17 14:02 Zen-CODE

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

kpiorno avatar Feb 03 '17 15:02 kpiorno