[ui] display output 3D files when double clicking on a node

* iterate over output attributes to find an "obj" file
* make default material brighter
This commit is contained in:
Yann Lanthony 2018-01-05 12:13:15 +01:00
parent 76ec5a1913
commit b8f61bf033
6 changed files with 42 additions and 10 deletions

View file

@ -16,10 +16,10 @@ Entity {
property bool showTextures: true
property string diffuseMap: ""
property color ambient: "#999999"
property color ambient: "#AAA"
property real shininess
property color specular
property color diffuseColor: "#AA9999"
property color diffuseColor: "#AAA"
property alias object: instantiator.object
NodeInstantiator {