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
/
src
/
render
/
geometry
/
qmesh.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation when features are disabled
Jari Helaakoski
2024-12-15
1
-0
/
+4
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
Doc: Fully qualify \property, \qmlproperty, \typedef, \enum
Luca Di Sera
2024-02-13
1
-3
/
+3
*
build system: fix unity builds
Tim Blechmann
2024-02-07
1
-2
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-20
1
-1
/
+1
*
Qt3DRender: includemocs
Mike Krus
2022-06-22
1
-0
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-38
/
+2
*
QGeometryFactory: don't make op== virtual
Marc Mutz
2021-11-17
1
-1
/
+1
*
Geometry refactoring
Mike Krus
2020-02-27
1
-7
/
+9
*
Hide deprecated functor API
Mike Krus
2020-02-12
1
-1
/
+2
*
Remove deprecated classes and functions
Paul Lemire
2020-02-11
1
-6
/
+0
*
Doc: Fix documentation warnings
Topi Reinio
2019-11-13
1
-11
/
+11
*
Restore sceneChangeEvent overload that were removed
Paul Lemire
2019-10-22
1
-0
/
+5
*
Convert LoadGeometryJob to use direct sync
Paul Lemire
2019-10-10
1
-12
/
+0
*
Mesh loading: send status update
Paul Lemire
2018-01-22
1
-4
/
+18
*
QMesh: do not rely on QAspectEngine to create QGeometryFactory
Paul Lemire
2018-01-22
1
-19
/
+33
*
QMesh: add a status property
Paul Lemire
2018-01-22
1
-0
/
+54
*
Iterate on references to avoid copies
Mike Krus
2018-01-13
1
-1
/
+1
*
Merge branch '5.9' into dev
Sean Harmer
2017-08-19
1
-4
/
+24
|
\
|
*
Improve supported file format documentation in QMesh
Tasuku Suzuki
2017-07-13
1
-4
/
+24
*
|
Only create the functor if the engine is available
Sean Harmer
2017-07-28
1
-1
/
+3
*
|
Add download service and use for remote meshes
Mike Krus
2017-05-20
1
-30
/
+129
|
/
*
Use obj loader plugin by default if file has no extension
Mike Krus
2017-04-09
1
-0
/
+2
*
Remove unnecessary QT_CONFIG(library)
Kimmo Ollila
2017-03-03
1
-2
/
+0
*
Improve documentation for QMesh
Mike Krus
2017-02-06
1
-3
/
+28
*
QMesh geometry loading via plugin system
Guillermo A. Amaral
2017-01-20
1
-11
/
+31
*
Doc: Specify #include path for each \class
Topi Reinio
2016-12-07
1
-0
/
+1
*
QMesh: move functor to private header for tests
Paul Lemire
2016-11-23
1
-14
/
+0
*
QMesh: block notifications for source and meshName
Paul Lemire
2016-11-23
1
-0
/
+4
*
Documentation for render-geometry
Colin Ogilvie
2016-05-28
1
-4
/
+4
*
De-inline dtors of public polymorphic classes
Marc Mutz
2016-05-19
1
-0
/
+5
*
QNodePropertyChange -> QPropertyUpdatedChange
Sean Harmer
2016-05-10
1
-1
/
+1
*
Q_NULLPTR -> nullptr
Sean Harmer
2016-05-01
1
-3
/
+3
*
QNode: make cleanup a private slot
Paul Lemire
2016-04-23
1
-8
/
+0
*
Rename QScenePropertyChange -> QNodePropertyChange
Sean Harmer
2016-04-21
1
-1
/
+1
*
Class QGeometryFunctor renamed to QGeometryFactory
Franck Arrecot
2016-03-09
1
-6
/
+6
*
QMesh: rename subMesh to meshName
Paul Lemire
2016-02-26
1
-14
/
+14
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-26
1
-4
/
+53
|
\
|
*
Doc: Exclude private header files from the documentation build
Topi Reinio
2016-01-25
1
-4
/
+0
|
*
Added skeleton docs to geometry classes
Tomi Korpipää
2016-01-20
1
-0
/
+53
*
|
Unify license header usage
Antti Kokko
2016-01-26
1
-11
/
+14
|
/
*
Added parameters to signals and made setters Q_SLOTS
Tomi Korpipää
2015-12-09
1
-2
/
+2
*
Move core/io content to render/geometry and io
Kevin Ottens
2015-12-02
1
-2
/
+2
*
Added support for partial OBJ mesh loading
Mike Krus
2015-11-21
1
-5
/
+25
*
Rename Renderer -> Render throughout
Sean Harmer
2015-10-19
1
-2
/
+2
*
Move Qt3DCore into Qt3DCore namespace
Sean Harmer
2015-10-13
1
-1
/
+1
*
Move geometry related classes to their own directory
Sean Harmer
2015-10-13
1
-0
/
+146