Turánszki János
a988218755
resource manager filedata retention changes ( #857 )
2024-06-06 09:18:42 +02:00
Amer Koleci
91a8e7bd92
Various Updates ( #620 )
...
* Update ImGui to stable https://github.com/ocornut/imgui/releases/tag/v1.89.2
Update ImGui docking to latest version.
* ThirdParty: Update vulkan to latest 1.3.238, volk and vma
ThirdParty: Update DirectX-headers to latest release.
* Improve D3D12 backend compile times and update D3D12MemAlloc.
* FIX: Build with recent imgui changes.
2023-01-11 17:51:42 +01:00
Turánszki János
fb2732e8fd
Voxel GI updates ( #614 )
...
- anisotropic voxelization
- voxel clipmaps
- voxel SDF
- improved voxel volume scrolling, and temporal blending
- improved multi-bounce diffuse
2023-01-04 19:31:54 +01:00
Turánszki János
2f64e9fada
fix for imgui samples: incorrect sampler configuration
2022-12-21 19:05:40 +01:00
Turánszki János
38993813c1
Intersection filtering updates ( #565 )
...
- refactored RENDERTYPE enum to FILTER
- added FILTER_NAVIGATION_MESH type - allows tagging meshes for navigation and filtering them in scene intersection functions
- added FILTER_COLLIDER type - allows processing colliders in scene intersection functions
- added simpler interface to get scene intersections: new Scene::Intersects() function overloads
2022-09-13 19:55:30 +02:00
Turánszki János
bcffb27ead
Parallel scene intersections ( #563 )
...
- scene intersections using multithreading
- scene intersections can specify LOD level
2022-09-10 15:24:01 +02:00
Matteo De Carlo
b287ed390a
[IMGUI example] Fixed compilation security warnings ( #493 )
...
Fixed compilation security warnings
on Linux where `-Werror=format-security` would be used.
This seemed to affect only the imgui example
2022-07-29 16:44:32 +02:00
Molasses
99bc815040
Some changes to ImGui docking sample ( #488 )
2022-07-18 10:16:07 +02:00
Preben Eriksen
0d3d12cc22
PE: ImGui Docking Sample. ( #485 )
...
* PE: ImGui Docking Sample.
* PE: Added new files to CMakeLists.txt.
* PE: WickedEngine.sln VS2022 version.
* PE:
* PE: Removed some warnings.
2022-07-10 12:39:59 +02:00