index
:
qt/qtquick3d.git
5.14
5.15
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-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
/
qquick3dcustommaterial.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the trusted content warning to shader source properties
Laszlo Agocs
2025-03-18
1
-0
/
+10
*
Expose the Occlusion to the CustomMaterial
Sadegh Taghavi
2024-05-30
1
-1
/
+4
*
Expose the Clearcoat and Transmission variables to the CustomMaterial
Sadegh Taghavi
2024-05-30
1
-1
/
+56
*
Load shader from a string in the CustomMaterial
Sadegh Taghavi
2024-05-30
1
-0
/
+35
*
Add multiview controlling property
Laszlo Agocs
2024-05-28
1
-13
/
+17
*
Add support for flat varyings
Laszlo Agocs
2024-05-15
1
-0
/
+4
*
Enable postprocessing effects function in multiview mode
Laszlo Agocs
2024-05-15
1
-17
/
+18
*
Improve the custom material multiview strategy
Laszlo Agocs
2024-05-07
1
-42
/
+24
*
Make SSAO multiview-aware
Laszlo Agocs
2024-05-06
1
-0
/
+18
*
Make screen texture multiview-aware
Laszlo Agocs
2024-04-30
1
-0
/
+20
*
Improve multiview support for depth pre-pass and depth texture
Laszlo Agocs
2024-04-30
1
-0
/
+22
*
Handle multiview in fragment shaders differently
Laszlo Agocs
2024-04-16
1
-1
/
+1
*
Enable custom material keywords for multiview
Laszlo Agocs
2024-02-19
1
-39
/
+67
*
fix unity builds
Tim Blechmann
2024-02-02
1
-2
/
+0
*
Add separate controls for RGB and Alpha blending in custom materials
Kristoffer Skau
2023-10-26
1
-0
/
+112
*
Expose the render context interface
Christian Strømme
2023-10-24
1
-1
/
+1
*
QQuick3DTexture: add tilingModeDepth property
Jonas Karlsson
2023-10-06
1
-0
/
+5
*
Some minor clean-up of the basetypes header
Christian Strømme
2023-09-04
1
-3
/
+3
*
Add 3D texture support for TextureData
Jere Tuliniemi
2023-05-25
1
-0
/
+2
*
RenderContextInterface improvements
Christian Strømme
2023-04-18
1
-1
/
+1
*
Update QQ3D morph animation to use a vertex texture
Inho Lee
2023-02-03
1
-19
/
+13
*
Watch the 5 tex.props. relevant for samplers in cust.mat. as well
Laszlo Agocs
2022-11-01
1
-0
/
+16
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-4
/
+4
*
Make effects update themselves when the chain changes
Laszlo Agocs
2022-08-03
1
-9
/
+5
*
Fix how texture input is tracked in the custom material and the effect
Christian Strømme
2022-06-30
1
-28
/
+23
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Avoid redundant skinning operations for CustomMaterial
Inho Lee
2022-06-03
1
-0
/
+2
*
Add basic baked lightmap support
Laszlo Agocs
2022-05-27
1
-0
/
+2
*
Remove node flags from the custom material and effect
Christian Strømme
2022-04-22
1
-1
/
+1
*
Add scene description plumbing for cubemap textures
Laszlo Agocs
2022-03-15
1
-1
/
+1
*
Add cubemap support for custom material/effect textures
Laszlo Agocs
2022-03-11
1
-12
/
+17
*
Rename QSSGRenderShaderDataType value for textures
Laszlo Agocs
2022-03-10
1
-1
/
+1
*
CustomMaterial: Add custom IBL probe
Inho Lee
2022-02-09
1
-1
/
+70
*
Material editor: Make sure we update the uniforms
Christian Strømme
2021-12-16
1
-1
/
+1
*
Fix regression in custom material
Christian Strømme
2021-12-15
1
-6
/
+14
*
Add custom material editor
Christian Strømme
2021-12-13
1
-1
/
+1
*
Improve handling of materials that depend on the screen texture
Andy Nichols
2021-11-22
1
-10
/
+7
*
Fix build after QCryptographicHash API change
Volker Hilsheimer
2021-07-12
1
-1
/
+1
*
Fix the documentation for CustomMaterial's SHARED_VARS
Inho Lee
2021-05-12
1
-2
/
+2
*
Fix to deal with emissive properties
Inho Lee
2021-04-28
1
-2
/
+4
*
Move instancing out of tech preview
Paul Olav Tvete
2021-04-22
1
-2
/
+0
*
CustomMaterial : Add new user-defined variables for shaded mode
Inho Lee
2021-03-26
1
-0
/
+66
*
CustomMaterial : add POST_PROCESS to manipulate output color
Inho Lee
2021-03-25
1
-1
/
+41
*
Make spot lights' attenuation to influence specular lights
Inho Lee
2021-03-25
1
-1
/
+1
*
Various fixes for the code handling normals, tangents and binormals
Inho Lee
2021-03-25
1
-2
/
+16
*
Expose NDC_Y_UP in custom materials
Laszlo Agocs
2021-03-17
1
-0
/
+6
*
CustomMaterial: Support the verticalTilingMode of textures
Inho Lee
2021-03-03
1
-1
/
+4
*
Support input events in 3D
Andy Nichols
2021-03-02
1
-0
/
+5
*
Clazy: Remove unused variable in QQuick3DCustomMaterial
Andy Nichols
2021-02-10
1
-1
/
+0
*
Fix the document of custommaterial related to the morphing animation
Inho Lee
2021-02-03
1
-4
/
+4
[next]