"...qmlprojectmanager/wizards/qmlstandaloneappwizardpages.h" did not exist on "70d6b50fc7c22f3c142f8626694334d6782b02f1"
Initial Custom material support
This is still rough outline of how the new custom material system will, look like, but some basic materials already works (Copper, Porcelain and Glass). This change also partially removes the dynamic object system, some parts are still in use but will be moved later. The effect system, which also uses the dynamic object system, is mostly commented out but kept as we might want to resurrect it at a later point.
Showing
- examples/quick3d/simple/CopperCube.qml 11 additions, 0 deletionsexamples/quick3d/simple/CopperCube.qml
- examples/quick3d/simple/CopperMaterial.qml 42 additions, 0 deletionsexamples/quick3d/simple/CopperMaterial.qml
- examples/quick3d/simple/FrostedThinGlassMaterial.qml 163 additions, 0 deletionsexamples/quick3d/simple/FrostedThinGlassMaterial.qml
- examples/quick3d/simple/PorcelainMaterial.qml 46 additions, 0 deletionsexamples/quick3d/simple/PorcelainMaterial.qml
- examples/quick3d/simple/SimpleGlassMaterial.qml 57 additions, 0 deletionsexamples/quick3d/simple/SimpleGlassMaterial.qml
- examples/quick3d/simple/copper.frag 147 additions, 0 deletionsexamples/quick3d/simple/copper.frag
- examples/quick3d/simple/frostedThinGlass.frag 292 additions, 0 deletionsexamples/quick3d/simple/frostedThinGlass.frag
- examples/quick3d/simple/frostedThinGlassBlurX.frag 34 additions, 0 deletionsexamples/quick3d/simple/frostedThinGlassBlurX.frag
- examples/quick3d/simple/frostedThinGlassBlurY.frag 41 additions, 0 deletionsexamples/quick3d/simple/frostedThinGlassBlurY.frag
- examples/quick3d/simple/frostedThinGlassPreBlur.frag 32 additions, 0 deletionsexamples/quick3d/simple/frostedThinGlassPreBlur.frag
- examples/quick3d/simple/main.qml 31 additions, 8 deletionsexamples/quick3d/simple/main.qml
- examples/quick3d/simple/maps/OpenfootageNET_garage-1024.hdr 0 additions, 0 deletionsexamples/quick3d/simple/maps/OpenfootageNET_garage-1024.hdr
- examples/quick3d/simple/maps/shadow.png 0 additions, 0 deletionsexamples/quick3d/simple/maps/shadow.png
- examples/quick3d/simple/maps/spherical_checker.png 0 additions, 0 deletionsexamples/quick3d/simple/maps/spherical_checker.png
- examples/quick3d/simple/materials.qrc 7 additions, 0 deletionsexamples/quick3d/simple/materials.qrc
- examples/quick3d/simple/porcelain.frag 149 additions, 0 deletionsexamples/quick3d/simple/porcelain.frag
- examples/quick3d/simple/qml.qrc 12 additions, 0 deletionsexamples/quick3d/simple/qml.qrc
- examples/quick3d/simple/simple.pro 2 additions, 1 deletionexamples/quick3d/simple/simple.pro
- examples/quick3d/simple/simpleGlass.frag 161 additions, 0 deletionsexamples/quick3d/simple/simpleGlass.frag
- src/imports/demon/plugin.cpp 9 additions, 0 deletionssrc/imports/demon/plugin.cpp
Loading
Please register or sign in to comment