index
:
qt/qtquick3d.git
5.14
5.15
6.0
6.1
6.10
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.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7-experimental
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
wip/cmake
A new module and API for defining 3D content in Qt Quick.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick3d
/
qquick3dscenerenderer_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix getModelBounds() for lightmapped models
Jonas Karlsson
2025-06-11
1
-0
/
+1
*
Improve node collection and frame prep
Christian Strømme
2025-05-30
1
-1
/
+1
*
Lightmapping: Add NLM GPU denoising support
Jonas Karlsson
2025-05-28
1
-0
/
+1
*
Lightmapping: Structure change
Kristoffer Skau
2025-05-28
1
-0
/
+3
*
Remove unneeded forward declaration in QQuick3DSceneManager
Christian Strømme
2025-01-24
1
-1
/
+0
*
Fix uninitialized member in QQuick3DSceneRenderer
Christian Strømme
2025-01-24
1
-1
/
+1
*
XR: Fix issue with effects and multiview
Christian Strømme
2025-01-23
1
-5
/
+13
*
Use texture-based color buffers for MSAA when supported
Laszlo Agocs
2024-10-11
1
-1
/
+2
*
Enable postprocessing effects function in multiview mode
Laszlo Agocs
2024-05-15
1
-0
/
+4
*
Enable usage of the IBL probe exposure with the ExtendedSceneEnvironment
Christian Strømme
2024-04-23
1
-2
/
+6
*
Fix single pick methods when picking in scenes with 2d items
Andy Nichols
2024-03-14
1
-2
/
+2
*
Enable multiview for basic Default/PrincipledMaterial usage
Laszlo Agocs
2024-02-08
1
-3
/
+5
*
fix clang's unused-private-fields warning
Tim Blechmann
2024-02-02
1
-1
/
+0
*
Add more QQuick3dViewport picking alternatives with mouse coords
Kristoffer Skau
2023-12-14
1
-0
/
+1
*
Expose the render context interface
Christian Strømme
2023-10-24
1
-1
/
+1
*
Include what you need: <QPointer>
Marc Mutz
2023-10-13
1
-0
/
+2
*
RenderContextInterface improvements
Christian Strømme
2023-04-18
1
-2
/
+3
*
Remove QSSGOption
Christian Strømme
2023-02-02
1
-1
/
+3
*
Add ExtendedSceneEnvironment
Laszlo Agocs
2022-12-07
1
-0
/
+6
*
Add per window synchronization of the scene managers
Christian Strømme
2022-11-17
1
-0
/
+1
*
Add support for profiling object id and event data
Antti Määttä
2022-10-13
1
-0
/
+1
*
Fix crash when accessing the render stats object after it's destroyed
Christian Strømme
2022-08-22
1
-1
/
+1
*
Tonemap the clear color
Laszlo Agocs
2022-08-01
1
-1
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Make post processing work for Underlay/Overlay render modes
Hatem ElKharashy
2022-03-14
1
-2
/
+6
*
Remove unused function in scenerenderer
Laszlo Agocs
2022-01-25
1
-1
/
+0
*
Add ResourceLoader API to enable pre-loading of resources
Andy Nichols
2021-12-02
1
-1
/
+1
*
Make beginFrame and endFrame explicit in the QQ3DSceneRenderer API
Andy Nichols
2021-11-22
1
-0
/
+2
*
Add global picking API
Kaj Grönholm
2021-09-07
1
-0
/
+2
*
Update View3D picking APIs
Andy Nichols
2021-03-19
1
-4
/
+6
*
Support input events in 3D
Andy Nichols
2021-03-02
1
-0
/
+4
*
More scene manager fixes
Christian Strømme
2021-02-04
1
-9
/
+2
*
Remove the generic data pointer in the scene renderer
Christian Strømme
2020-12-10
1
-1
/
+1
*
Fix weird QQuick3DViewport argument usage in synchronize()
Christian Strømme
2020-12-10
1
-1
/
+1
*
Fix crash when deleting view3d
Antti Määttä
2020-11-11
1
-0
/
+1
*
Remove the shared pointer around the scene manager
Christian Strømme
2020-10-27
1
-2
/
+2
*
Disconnect resource cleanup connection at destructor
Miikka Heikkinen
2020-10-16
1
-0
/
+2
*
Fix OrthographicCamera projection with devicePixelRatio
Paul Olav Tvete
2020-09-11
1
-2
/
+2
*
Enable build with QT_NO_OPENGL
Andy Nichols
2020-08-31
1
-2
/
+0
*
Add util function to update the layer node
Christian Strømme
2020-08-17
1
-0
/
+4
*
Cleanup Mesh and Texture resources when no longer used
Andy Nichols
2020-07-03
1
-1
/
+2
*
Remove qssgrendergraphobjectpickquery_p.h
Christian Strømme
2020-05-12
1
-0
/
+1
*
Remove the Render module
Andy Nichols
2020-05-10
1
-1
/
+0
*
Remove Legacy GL path from Quick3D sub-module
Andy Nichols
2020-05-10
1
-22
/
+3
*
Follow QSGRenderNode API move
Laszlo Agocs
2020-05-06
1
-1
/
+1
*
RHI: render to RGBA32F when effects are active
Paul Olav Tvete
2020-03-25
1
-1
/
+0
*
Make Inline mode (QSGRenderNode) usable with RHI
Laszlo Agocs
2020-03-20
1
-3
/
+2
*
RHI: Add support for progressive and temporal AA
Paul Olav Tvete
2020-03-13
1
-0
/
+4
*
RHI: Add rudimentary support for post-processing effects
Eirik Aavitsland
2020-03-13
1
-0
/
+2
*
Fix build after qtbase update
Paul Olav Tvete
2020-03-12
1
-0
/
+2
[next]