mirror of https://github.com/qt/qt3d.git
Doc: Fix incorrect GoochMaterial properties name
Change-Id: Ic2062cec8faaeed072c76f7f985b92a1e732454b Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
parent
6caecac1c8
commit
8b9f4b0936
|
|
@ -189,14 +189,14 @@
|
|||
Holds the current specular color.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty color GoochMaterial::coolColor
|
||||
\qmlproperty color GoochMaterial::cool
|
||||
|
||||
Holds the current coolColor color.
|
||||
Holds the current cool color.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty color GoochMaterial::warmColor
|
||||
\qmlproperty color GoochMaterial::warm
|
||||
|
||||
Holds the current warmColor color.
|
||||
Holds the current warm color.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real GoochMaterial::alpha
|
||||
|
|
|
|||
Loading…
Reference in New Issue