Commit Graph

6 Commits

Author SHA1 Message Date
Kai Köhne 644d382d54 carconfigurator: Build system cleanup
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>
2025-08-01 12:35:15 +02:00
Ali Kianian a82d7f2617 CarRenderingApp: Shrink the build directory on windows
* 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>
2025-01-15 12:23:30 +02:00
Ali Kianian ae345d2bd9 Port the latest updates from design studio demo project <CarRendering>
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>
2024-09-09 15:04:54 +03:00
Ali Kianian 953873d996 Port the latest updates from design studio demo project <CarRendering>
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>
2024-07-08 14:03:00 +03:00
Mahmoud Badri f468fa1c27 Replace the Car-configurator example's car model
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>
2023-12-21 15:16:42 +00:00
Mahmoud Badri fc8b38547b Add car-configurator demo
Fixes: QDS-10742
Change-Id: I3d9caf71039a9830595c97e7d944739beb81ab23
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-11-24 16:14:56 +02:00