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.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
/
qquick3dviewport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve node collection and frame prep
Christian Strømme
2025-05-30
1
-0
/
+7
*
Lightmapping: Add NLM GPU denoising support
Jonas Karlsson
2025-05-28
1
-0
/
+9
*
Make sure the built-in scene environment lives on the correct thread
Christian Strømme
2025-02-26
1
-1
/
+8
*
Doc: Fix incorrect \inherits commands
Topi Reinio
2025-02-14
1
-1
/
+1
*
Make 3D models block XrVirtualMouse event delivery
Paul Olav Tvete
2025-01-29
1
-1
/
+1
*
XR: Fix issue with effects and multiview
Christian Strømme
2025-01-23
1
-0
/
+11
*
View3D.environment must always be valid
Andy Nichols
2025-01-16
1
-1
/
+14
*
visionOS: Shuffle the processSpatialEvents code around a bit
Christian Strømme
2024-12-16
1
-1
/
+1
*
Xr: Fix embedded View3Ds in XR when rendering with multiview
Christian Strømme
2024-12-09
1
-0
/
+12
*
Docs: Provide more details for View3D.scene vs View3D.importScene
Alexei Cazacov
2024-09-18
1
-6
/
+25
*
Add jitter protection for XrVirtualMouse
Paul Olav Tvete
2024-08-29
1
-0
/
+14
*
Quick3D: Make logging categories static
Kaj Grönholm
2024-06-25
1
-3
/
+2
*
Doc: Fix references to pickResult return type
Venugopal Shivashankar
2024-06-25
1
-6
/
+6
*
Fix XR virtual mouse event delivery
Paul Olav Tvete
2024-06-24
1
-3
/
+95
*
Fix non-functional pickResult HitType enum
Andy Nichols
2024-06-03
1
-2
/
+2
*
Fix compilation issues when features are disabled
Jari Helaakoski
2024-05-27
1
-0
/
+4
*
Enable postprocessing effects function in multiview mode
Laszlo Agocs
2024-05-15
1
-0
/
+1
*
Add check for nullptr in public API function
Paul Olav Tvete
2024-05-08
1
-4
/
+6
*
API for synthesizing touch events to 2D items
Paul Olav Tvete
2024-04-24
1
-0
/
+124
*
Clear Grabbers on endEvents when doing ray based input
Andy Nichols
2024-03-21
1
-0
/
+21
*
Make correct use of the uvPosition property when picking Items
Andy Nichols
2024-03-14
1
-1
/
+1
*
Fix normal values returned by 2D Items when picking
Andy Nichols
2024-03-14
1
-16
/
+8
*
Fix single pick methods when picking in scenes with 2d items
Andy Nichols
2024-03-14
1
-19
/
+38
*
Allow Item2D (Embedded 2D Quick) to report pick results
Andy Nichols
2024-03-12
1
-11
/
+38
*
Fix DeliveryAgent transform when View3D doesn't fill the whole window
Andy Nichols
2024-03-12
1
-1
/
+8
*
Fix input processing for 2D Items in 3D scenes (internalPick)
Andy Nichols
2024-03-12
1
-5
/
+5
*
Fix termination of the WA with nested Views
Christian Strømme
2024-03-08
1
-4
/
+2
*
Enable multiview for basic Default/PrincipledMaterial usage
Laszlo Agocs
2024-02-08
1
-5
/
+27
*
Multiviewify xractor and xrcamera
Laszlo Agocs
2024-01-26
1
-0
/
+7
*
Add documentation for the RenderExtension type
Christian Strømme
2024-01-15
1
-1
/
+5
*
Ensure the directrenderer object is destroyed always
Laszlo Agocs
2024-01-06
1
-3
/
+12
*
Add more QQuick3dViewport picking alternatives with mouse coords
Kristoffer Skau
2023-12-14
1
-0
/
+115
*
Apply correct custom texture size scaling for input
Laszlo Agocs
2023-11-01
1
-8
/
+23
*
Add a way to override the backing texture size with the Offscreen mode
Laszlo Agocs
2023-11-01
1
-5
/
+114
*
Include what you need: <QPointer>
Marc Mutz
2023-10-13
1
-0
/
+1
*
Fix termination of the scenemanager
Christian Strømme
2023-09-21
1
-0
/
+5
*
Add an invokable helper to rebuild the extension list on the View3D
Laszlo Agocs
2023-09-21
1
-0
/
+9
*
Refactor QQuick3DViewport::internalPick method
Andy Nichols
2023-06-20
1
-154
/
+197
*
Extensions API
Christian Strømme
2023-06-02
1
-0
/
+85
*
Fix crashing in DebugView's Release Resources button
Laszlo Agocs
2023-05-11
1
-1
/
+3
*
Replace QSSGRef usage in the render context interface
Christian Strømme
2023-04-18
1
-6
/
+1
*
RenderContextInterface improvements
Christian Strømme
2023-04-18
1
-25
/
+36
*
Refactor renderer setup in QQuick3DViewport
Kristoffer Skau
2023-03-11
1
-73
/
+85
*
Update internal input processing of QQuick3DViewport
Kristoffer Skau
2023-03-10
1
-9
/
+38
*
Improve SceneEnvironment docs
Laszlo Agocs
2023-02-16
1
-3
/
+6
*
Interactive lightmap baking improvements
Kristoffer Skau
2023-02-08
1
-19
/
+10
*
Remove QSSGOption
Christian Strømme
2023-02-02
1
-12
/
+14
*
Fix the case of destroying the active camera
Inho Lee
2023-01-26
1
-4
/
+7
*
Handle software backend more gracefully
Laszlo Agocs
2023-01-16
1
-1
/
+11
*
Trigger lightmap baking interactively from DebugView
Kristoffer Skau
2023-01-12
1
-0
/
+32
[next]