Wojtek Figat
|
b537a80031
|
Fix regression in lights/shadows setup from 1a88fefd76
|
2025-09-09 23:53:28 +02:00 |
|
Wojtek Figat
|
1a88fefd76
|
Optimize CPU particles drawing to support async
|
2025-08-05 09:03:47 +02:00 |
|
|
|
f09fd7ad34
|
Use exact value comparison in caching related functions
(cherry picked from commit 9d7c6b26422e127719836944d8d473910190e7d4)
|
2025-05-02 14:19:55 +03:00 |
|
Wojtek Figat
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
Wojtek Figat
|
5f19538455
|
Add UpdateFlags to ISceneRenderingListener::UpdateActor for more contextual control overdirtying actors state in renderer data
Fixes issue of static shadow maps not refreshing when changing static flags of the model.
|
2024-09-29 22:03:46 +02:00 |
|
Wojtek Figat
|
596ad18ce3
|
Add smooth light brightness fade out at last 10% of ViewDistance (if used)
|
2024-08-12 18:32:33 +02:00 |
|
Wojtek Figat
|
1481d1a1e9
|
Add ShadowsResolution for manually specified shadowmap resolution for lights
|
2024-05-23 14:47:16 +02:00 |
|
Wojtek Figat
|
a532ea7b42
|
Add InvalidateShadow for manual shadow cache refresh
|
2024-04-11 16:34:42 +02:00 |
|
Wojtek Figat
|
708fba5136
|
Add variable rate update for shadow maps atlas based on distance to light
|
2024-04-08 00:04:57 +02:00 |
|
Wojtek Figat
|
61323f8526
|
Refactor shadows rendering to use Shadow Map Atlas
|
2024-04-04 12:54:07 +02:00 |
|
Wojtek Figat
|
0e00f1e0eb
|
Refactor lights data in renderer storage
|
2024-03-25 17:13:40 +01:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Chandler Cox
|
0a57cbbecf
|
Add not showing lights debug based on other light flags as well.
|
2023-07-07 17:48:16 -05:00 |
|
Chandler Cox
|
a0bb3f2995
|
Add light debug view flag to draw light shapes
|
2023-07-07 17:32:46 -05:00 |
|
Wojtek Figat
|
f127bbebe1
|
Refactor enum flags with __underlying_type and new EnumHasAnyFlags/EnumHasAllFlags
Fixes #832
Closes #886
|
2023-01-15 12:44:39 +01:00 |
|
Wojciech Figat
|
a7e428a21c
|
Merge branch 'master' into 1.5
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GI/GlobalSurfaceAtlas.flax
# Content/Shaders/TAA.flax
# Content/Shaders/VolumetricFog.flax
# Source/Editor/CustomEditors/Editors/ActorTagEditor.cs
# Source/Engine/Core/Config/GraphicsSettings.cpp
# Source/Engine/Engine/PostProcessEffect.cs
# Source/Engine/Graphics/GPUResourcesCollection.cpp
# Source/Engine/Graphics/GPUResourcesCollection.h
# Source/Engine/Graphics/PostProcessBase.h
# Source/FlaxEngine.Gen.cs
|
2023-01-10 15:37:55 +01:00 |
|
Wojciech Figat
|
9626e9bbb6
|
Update copyright year
|
2023-01-10 15:29:37 +01:00 |
|
Wojtek Figat
|
16ebc72099
|
Fix rendering of custom actors lists in Editor viewports
|
2022-11-16 09:57:17 +01:00 |
|
Wojtek Figat
|
e217d5e79b
|
Refactor scene rendering to separate drawable actors
|
2022-10-28 17:53:21 +02:00 |
|
Wojtek Figat
|
b1640515c4
|
Merge remote-tracking branch 'origin/gi'
# Conflicts:
# Source/Engine/Renderer/GlobalSignDistanceFieldPass.cpp
|
2022-06-28 18:16:28 +02:00 |
|
Wojciech Figat
|
443ce106e2
|
Optimize Global Surface Atlas objects lighting to be less frequent with caching for static lights and objects
|
2022-06-28 10:38:51 +02:00 |
|
Wojtek Figat
|
134c8b99aa
|
Add relative-to-camera rendering for large worlds
|
2022-06-21 20:03:13 +02:00 |
|
Wojtek Figat
|
e43515f653
|
Merge remote-tracking branch 'origin/gi' into large-worlds
# Conflicts:
# Source/Engine/Graphics/PostProcessSettings.cpp
# Source/Engine/Level/Actors/SkyLight.cpp
# Source/Engine/Renderer/GBufferPass.cpp
# Source/Engine/Renderer/GI/GlobalSurfaceAtlasPass.cpp
# Source/Engine/Renderer/GlobalSignDistanceFieldPass.cpp
# Source/Engine/Renderer/GlobalSignDistanceFieldPass.h
# Source/Engine/Renderer/RenderList.h
|
2022-06-13 00:46:33 +02:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojciech Figat
|
31d9802cf4
|
Add IndirectLightingIntensity support for lights in Global Surface Atlas
|
2022-06-06 10:28:39 +02:00 |
|
Wojciech Figat
|
4524edb899
|
Fix static model registering for rendering after streaming in even if disabled
|
2022-04-22 18:33:22 +02:00 |
|
Wojciech Figat
|
3fe1e2c763
|
Refactor SceneRendering to simplify actors impl of drawing flow at high level
|
2022-02-22 17:06:19 +01:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojciech Figat
|
4b9001abf2
|
Fix spot lights rendering on D3D12
|
2021-12-07 18:23:06 +01:00 |
|
Wojtek Figat
|
d7332509f7
|
Optimize Scene Rendering (cache drawable bounds and layers for culling with less cache misses)
|
2021-07-04 11:25:52 +02:00 |
|
Wojtek Figat
|
c30e338f0a
|
Fix gizmos debug draw shapes
|
2021-06-01 14:38:24 +02:00 |
|
Wojtek Figat
|
7cc5560adf
|
Fix compilation warnings
|
2021-02-17 10:59:08 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|