Commit Graph

3 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
Kai Köhne 013f3e9031 Car-Configurator: Use FetchContent_MakeAvailable
Since CMake 3.30, FetchContent_Populate() with only one argument is deprecated, and will generate a configure time warning:

CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(ds) is deprecated, call
  FetchContent_MakeAvailable(ds) instead.  Policy CMP0169 can be set to OLD
  to allow FetchContent_Populate(ds) to be called directly for now, but the
  ability to call it with declared details will be removed completely in a
  future version.

FetchContent_MakeAvailable() is the preferred CMake API, and
also does the add_subdirectory() bit automatically.

Pick-to: 6.8
Task-number: QDS-13600
Change-Id: Ie0a52cfd601a3827dca8efaede4a19fc28db4526
Reviewed-by: Ali Kianian <ali.kianian@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2024-09-25 14:04:12 +02: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