index
:
qt/qt3d.git
5.10
5.11
5.12
5.13
5.14
5.15
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
qt4
wip/animation
wip/cmake
wip/particles
wip/physics
wip/qtquickintegration
wip/refactor
wip/rhi-renderer
wip/vr
Qt3D
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
qt3d
/
basicshapes-cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change license for snippets and examples files
Lucie Gérard
2024-04-17
1
-1
/
+1
*
Doc: Move examples to '3D' category
Topi Reinio
2024-02-21
1
-1
/
+1
*
Doc: Add example categories for Qt 3D examples
Mats Honkamaa
2023-08-11
1
-0
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-24
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
4
-173
/
+8
*
Improve examples CMakeLists.txt
Kai Köhne
2022-02-15
1
-14
/
+4
*
Raise cmake_minimum_required to VERSION 3.16 in examples
Joerg Bornemann
2021-08-17
1
-1
/
+1
*
Re-generate CMake project files for examples
Joerg Bornemann
2021-05-18
1
-0
/
+4
*
CMake: Regenerate examples to use qt_add_executable
Alexandru Croitor
2020-10-20
1
-1
/
+1
*
CMake: Regenerate qt3d examples
Alexandru Croitor
2020-10-16
1
-0
/
+4
*
CMake: Honor INSTALL_EXAMPLESDIR
Joerg Bornemann
2020-10-13
1
-1
/
+5
*
Make sample meshes geometry renderers again
Mike Krus
2020-07-30
1
-19
/
+6
*
Add support for building with CMake
Mike Krus
2020-05-22
1
-0
/
+36
*
Merge remote-tracking branch 'origin/5.15' into dev
Mike Krus
2020-04-27
1
-5
/
+0
|
\
|
*
No need to register input aspect in basicshapes-cpp example
Mauro Persano
2020-02-21
1
-5
/
+0
*
|
Make default geometries views
Mike Krus
2020-02-27
1
-25
/
+48
|
/
*
BasicShapes: use Entity::setEnabled instead of a parent change
Paul Lemire
2017-01-11
1
-6
/
+6
*
Basic shapes example is dark with default light
Kevin Ottens
2016-09-26
1
-0
/
+10
*
Qt3DWindow rename defaultFramegraph to defaultFrameGraph
Paul Lemire
2016-08-11
1
-1
/
+1
*
Q_NULLPTR -> nullptr
Sean Harmer
2016-05-01
1
-6
/
+6
*
Move last remaining pieces of examples-common to Qt3DExtras
Paul Lemire
2016-05-01
2
-5
/
+5
*
Move defaults and geometries out of Qt3DRender and into Qt3DExtras
Paul Lemire
2016-04-23
3
-22
/
+22
*
Removed unneeded QFrameGraph imports in examples
Wieland Hagen
2016-03-09
1
-1
/
+0
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-26
1
-3
/
+3
|
\
|
*
Doc: Use 'Qt 3D' instead of Qt3D consistently
Topi Reinio
2016-01-25
1
-3
/
+3
*
|
Unify license header usage
Antti Kokko
2016-01-26
1
-5
/
+5
*
|
Unify license header usage.
Antti Kokko
2016-01-26
3
-54
/
+96
*
|
Cone and Plane added to Basic shapes
Robert Brock
2016-01-19
3
-5
/
+81
*
|
Always create a QFrameGraph component and forward renderer
Sean Harmer
2016-01-18
1
-11
/
+1
*
|
Move QCamera/QCameraLens to Qt3DRender
Paul Lemire
2016-01-16
1
-6
/
+11
*
|
Port all the pure C++ examples to Qt3DRender::QWindow
Kevin Ottens
2016-01-13
1
-18
/
+6
*
|
Camera moved - basicshapes-cpp
Robert Brock
2016-01-05
1
-1
/
+1
*
|
tvOS support
Mike Krus
2015-12-30
1
-2
/
+2
|
/
*
Remove initialize/shutdown from API
v5.6.0-beta1
Kevin Ottens
2015-12-14
1
-1
/
+0
*
Remove QAbstractTransform and friends
Sean Harmer
2015-11-17
2
-6
/
+0
*
Remove transforms property of QTransform
Sean Harmer
2015-11-17
1
-47
/
+18
*
Doc: Documentation clean up
Venugopal Shivashankar
2015-11-06
1
-1
/
+1
*
Rename Renderer -> Render throughout
Sean Harmer
2015-10-19
3
-17
/
+17
*
Move Qt3DCore into Qt3DCore namespace
Sean Harmer
2015-10-13
3
-28
/
+28
*
Move Render aspect into the Qt3DRender namespace
Sean Harmer
2015-10-13
3
-12
/
+12
*
Move Input aspect to Qt3DInput namespace
Sean Harmer
2015-10-13
1
-1
/
+1
*
Add check for android, ios and winrt compatibility
Mika Salmela
2015-07-07
1
-0
/
+4
*
Doc: edit the Basic Shapes example docs
Leena Miettinen
2015-06-30
1
-12
/
+16
*
Documentation for basic shapes example
Mika Salmela
2015-06-18
4
-5
/
+50
*
Move temporary window class to examples
Sean Harmer
2015-06-11
1
-2
/
+2
*
Reshape torus-cpp example to be basicshapes-cpp
Mika Salmela
2015-06-10
5
-0
/
+489