mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[ui] MaterialSwitcher: fix diffuseColor property type
vector3d -> color
This commit is contained in:
parent
6b222e124d
commit
3b10fd6200
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Entity {
|
||||||
property color ambient: "#999999"
|
property color ambient: "#999999"
|
||||||
property real shininess
|
property real shininess
|
||||||
property color specular
|
property color specular
|
||||||
property vector3d diffuseColor: "#AA9999"
|
property color diffuseColor: "#AA9999"
|
||||||
property alias object: instantiator.object
|
property alias object: instantiator.object
|
||||||
|
|
||||||
NodeInstantiator {
|
NodeInstantiator {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue