summaryrefslogtreecommitdiffstats
path: root/src/render/geometry
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2017-07-13 11:53:07 +0900
committerSean Harmer <sean.harmer@kdab.com>2017-07-13 08:33:01 +0000
commitdc744a54ae6f2a58ff3f0e4b12ec336bcb1bf2d0 (patch)
tree12c601ebbe6ff27a56d97d9e41dc0f53c1463df1 /src/render/geometry
parentcadfd44c77de9ad3d66e936df140e4ba6efb0d74 (diff)
Improve supported file format documentation in QMesh
Change-Id: I2078bec7dccea9f2c41978da310376df4ed84cff Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/geometry')
-rw-r--r--src/render/geometry/qmesh.cpp28
1 files changed, 24 insertions, 4 deletions
diff --git a/src/render/geometry/qmesh.cpp b/src/render/geometry/qmesh.cpp
index 1b5d02723..614806df0 100644
--- a/src/render/geometry/qmesh.cpp
+++ b/src/render/geometry/qmesh.cpp
@@ -70,8 +70,18 @@ QMeshPrivate::QMeshPrivate()
*
* Loads mesh data from external files in a variety of formats.
*
- * In Qt3D 5.9, Mesh supports the following formats: Wavefront OBJ, Stanford Triangle Format PLY, STL (STereoLithography).
- * QMesh will also support Autodesk FBX files if the SDK is installed and the fbx geometry loader plugin is built and found.
+ * In Qt3D 5.9, Mesh supports the following formats:
+ *
+ * \list
+ * \li Wavefront OBJ
+ * \li Stanford Triangle Format PLY
+ * \li STL (STereoLithography)
+ * \endlist
+ *
+ * QMesh will also support the following format if the SDK is installed and the fbx geometry loader plugin is built and found.
+ * \list
+ * \li Autodesk FBX
+ * \endlist
*/
/*!
@@ -108,8 +118,18 @@ QMeshPrivate::QMeshPrivate()
* Loads mesh data from external files in a variety of formats.
* Qt3DRender::QMesh loads data into a single mesh.
*
- * In Qt3D 5.9, QMesh supports the following formats: Wavefront OBJ, Stanford Triangle Format PLY, STL (STereoLithography).
- * QMesh will also support Autodesk FBX files if the SDK is installed and the fbx geometry loader plugin is built and found.
+ * In Qt3D 5.9, QMesh supports the following formats:
+ *
+ * \list
+ * \li Wavefront OBJ
+ * \li Stanford Triangle Format PLY
+ * \li STL (STereoLithography)
+ * \endlist
+ *
+ * QMesh will also support the following format if the SDK is installed and the fbx geometry loader plugin is built and found:
+ * \list
+ * \li Autodesk FBX
+ * \endlist
*
* If you wish to load an entire scene made of several objects, you should rather use the Qt3DRender::QSceneLoader instead.
*