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