mirror of https://github.com/qt/qt3d.git
Doc: Add skeleton for Qt 3D Materials example docs
Without this fix, Qt Creator tags these examples "broken" and hides them in the Examples tab in the Welcome mode. More documentation should be added later. Change-Id: Iddfb78a8df30e38482e89e7a9ac87a5ef83966a3 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
This commit is contained in:
parent
19ae60bcbc
commit
bb418b9eda
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -29,4 +29,11 @@
|
|||
\example materials-cpp
|
||||
\title Qt 3D: Materials C++ Example
|
||||
\ingroup qt3d-examples-cpp
|
||||
\brief A C++ application that demonstrates using materials.
|
||||
|
||||
\image materials-cpp.png
|
||||
|
||||
\e {Materials} demonstrates using the Qt 3D material system.
|
||||
|
||||
\include examples-run.qdocinc
|
||||
*/
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
|
|
@ -29,4 +29,11 @@
|
|||
\example materials
|
||||
\title Qt 3D: Materials QML Example
|
||||
\ingroup qt3d-examples-qml
|
||||
\brief A QML application that demonstrates using materials.
|
||||
|
||||
\image materials.png
|
||||
|
||||
\e {Materials} demonstrates using the Qt 3D material system.
|
||||
|
||||
\include examples-run.qdocinc
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue