The example is called "Car Configurator", so let's make
sure the executables and project files are named the same.
Pick-to: 6.10
Change-Id: Ifee049f39ceb9ce8cca1248eb5c23d7d52348673
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Also shrink the plugin names
This patch forces a shorter build directory as a solution to maximum
path issue on windwos.
Fixes: QTBUG-132551
Change-Id: I06ea6ac987e2341fd12f972f29625fca122de1f4
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
The update contains the following changes:
Unused modules removed:
* Hood
* Uk5ofde_LOD0
* Uk5pebv_LOD0
* Ulbrbdt_LOD
MirrorMaterial Removed
Assets are up-to-date
New menu style is available
Blended shadow plane
New default camera position
Hood shadow animation fixed
Working car shadows
Demo mode camera fixed
DirectoryFontLoader is used
Task-number: ARTDES-774
Pick-to: 6.8
Change-Id: I35ad6545c3e0dc21b58f6de1a8b09a740c54fffa
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
The update contains the following changes:
* better glow for lights
* videoWall reflections fixed
* Updates to the UI, buttons and logo position
* Fixes on Glitches
* FaceLift
* New Wheels and BackLights
* VideoWall rePositioning
* New Car PaintWork + videoWall
* BackLight Reflection removal
* Desert polishes
* Studio Improvements
* Smooth Car paint change transitions
* ColorButton Start fix
* Door openings
* Added Trunk and Hood openers
* Visibilty of door openers based on camera Angle
* Door openers Smooth transitions
* Removed Lights from Studio
* Reflection Probe ReDone in VideoScene
* Door button is smaller and has background blur
* Interior colors and Lights
* Interior material tweaks
* More realistic headlights
* New Car paint material
* Tiny update to margins for UI
* Better carPaint and Window materials
* Headlight glass material
* New Wheel textures
* Front headlight geometry
* Added easing to door animations
* Door button fix
* New Demomode Blending
* Headlight decal and material update
* Desert Visual updates
* Desert scene Custom shadows
* Fix new shadows
* More Transparent fake shadows
* Added a new svg icon for the door and updated the button for it
* Tiny update to pebbles and enabled shadow plane inside car
* Blended Shadow plane
* Added Correct button font
* New Default Camera position
* Hood shadow animation fixed
* Working car shadows
Task-number: QTBUG-126959
Pick-to: 6.8
Change-Id: I596f6befeb881c73354306f51feca4faa7c88c6e
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Also, other visual improvements are copied from the original QDS
example.
* SceneEnvironment is replaced by ExtendedSceneEnvironment to enable
some special effects that are used on scenes like glow effects and
lens flare effects.
* The opacity of the headlights is changed for the desert scene.
* Light property changes are removed for the studio scene.
* Some unsupported behaviors on eulerRotations are removed.
Also, a bug is fixed for downloading assets
Previously if the unzip command was defined, and the zip file didn't
exist, the process used to give up with downloading assets from the
extracted files. But now, it will try to download the zip file, and
if there is a problem in the process, the rest of the files will be
downloaded from the extracted files.
A simple documentation file is added to the example to enable it in
example list.
Pick-to: 6.7
Change-Id: I4af85d9ea609a5ff20af0c381a096a7c2bbb6c31
Reviewed-by: Kai Köhne <kai.koehne@qt.io>