summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/README')
-rw-r--r--examples/qt3d/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/qt3d/README b/examples/qt3d/README
deleted file mode 100644
index 2a45154d..00000000
--- a/examples/qt3d/README
+++ /dev/null
@@ -1,14 +0,0 @@
-This directory contains examples for the Qt3D C++ API.
-
-Qt3D can be used to extend Qt Quick3D with custom 3D items. Qt3D is also
-a general 3D toolkit, featuring a scenegraph API, support for OpenGL VBO's
-and other utilities for general 3D programming.
-
-Research work on Qt3D also continues in the labs repository:
-
- http://qt.gitorious.org/qt-labs/qt3d
-
-...and is from time to time ported into Qt Quick3D.
-
-Check the labs version of Qt3D for additional cutting edge features such as
-support for stereoscopic hardware.