Wojtek Figat
|
5e086809ae
|
Fix crash on prefab preview with lightmap in use
#2454
|
2024-04-20 15:51:20 +02:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
bc3107d1db
|
Fix build warnings on the latest XCode
|
2023-11-14 19:03:46 +01:00 |
|
Wojtek Figat
|
2d0eabc8be
|
Fix deadlock in Foliage::GetFoliageTypeInstancesCount
#1724
|
2023-10-17 23:20:30 +02:00 |
|
Wojtek Figat
|
e6c45fccb3
|
Merge remote-tracking branch 'origin/master' into 1.7
# Conflicts:
# Source/Engine/Level/Actors/AnimatedModel.cpp
|
2023-10-05 10:44:03 +02:00 |
|
Wojtek Figat
|
8bafdb0b78
|
Remove std::function usage from ArrayExtensions
|
2023-10-02 12:52:44 +02:00 |
|
Wojtek Figat
|
99ee0b1bfe
|
Add MeshDeformation utility for generic meshes vertices morphing (eg. via Blend Shapes or Cloth)
|
2023-07-03 09:49:23 +02:00 |
|
Wojtek Figat
|
adfe3ad165
|
Add SortOrder to drawable object types for transparency sorting override
|
2023-01-26 18:37:40 +01: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
|
8918c71312
|
Update old header usage
|
2022-12-22 19:31:01 +01:00 |
|
Wojtek Figat
|
98c29c4a4e
|
Optimize compilation time
|
2022-12-03 10:42:58 +01:00 |
|
Wojtek Figat
|
16ebc72099
|
Fix rendering of custom actors lists in Editor viewports
|
2022-11-16 09:57:17 +01:00 |
|
Wojtek Figat
|
b47d95205f
|
Add optional async scene drawing and improve stability
|
2022-11-11 15:47:33 +01:00 |
|
Wojtek Figat
|
72244be201
|
Add separate async job for each foliage type drawing
|
2022-11-10 23:46:43 +01:00 |
|
Wojtek Figat
|
4ba1531cda
|
Add async scene drawing for Foliage and Terrain
|
2022-11-10 23:43:36 +01:00 |
|
Wojtek Figat
|
b2a9ee495a
|
Optimize PrevWorld updating during scene rendering
|
2022-11-03 00:08:30 +01:00 |
|
Wojtek Figat
|
27ad3c38b7
|
Rename RenderListAllocation into RendererAllocation
|
2022-10-28 17:53:22 +02:00 |
|
Wojciech Figat
|
d8c224112b
|
Add Global Surface Atlas rendering for Foliage
|
2022-08-11 11:33:41 +02:00 |
|
Wojciech Figat
|
6c9b1f6be0
|
Add Global SDF rendering for Foliage
|
2022-08-10 14:27:08 +02:00 |
|
Wojtek Figat
|
3239150a61
|
Refactor scene objects initialization to call OnAwake before all OnStart
#520
|
2022-07-17 17:05:59 +02:00 |
|
Wojtek Figat
|
d9dc23afc1
|
Fixes for Foliage with Large Worlds usage
|
2022-07-03 16:08:22 +02:00 |
|
Wojtek Figat
|
134c8b99aa
|
Add relative-to-camera rendering for large worlds
|
2022-06-21 20:03:13 +02:00 |
|
Wojtek Figat
|
b49e5e9984
|
Format more engine code
|
2022-06-14 20:17:00 +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
|
d05c09a33d
|
Improve GI quality
|
2022-06-02 18:13:15 +02:00 |
|
Wojciech Figat
|
a7e512bd50
|
Add GlobalSurfaceAtlas draw pass
|
2022-04-27 16:41:40 +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
|
8cca7f884b
|
Add **Global Sign Distance Field** rendering (work in progress)
|
2022-03-18 16:18:00 +01:00 |
|
Wojciech Figat
|
3fe1e2c763
|
Refactor SceneRendering to simplify actors impl of drawing flow at high level
|
2022-02-22 17:06:19 +01:00 |
|
Wojtek Figat
|
dd1dc30136
|
Remove assertion
|
2022-01-23 19:28:29 +01:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojtek Figat
|
192af7ec14
|
Refactor native core objects to simplify usage for newcomers
|
2022-01-08 15:06:23 +01:00 |
|
Wojtek Figat
|
e1d9fbb742
|
Fix some engine API to be exposed for C++ scripting
|
2021-09-21 18:23:31 +02:00 |
|
Wojtek Figat
|
0da56856e0
|
Fix drawing transparent foliage when using prebatched draw calls
|
2021-07-09 17:17:50 +02:00 |
|
Wojtek Figat
|
38bf3d87ed
|
Optimize renderer memory allocations with RenderListAllocation (mem pooling)
|
2021-07-08 00:34:51 +02:00 |
|
Wojtek Figat
|
4765e1af12
|
Add support for allocator type in Dictionary
|
2021-07-08 00:34:50 +02:00 |
|
Wojtek Figat
|
254ce569fa
|
Optimize Foliage rendering with manual instanced draw calls batching
|
2021-07-08 00:34:47 +02:00 |
|
Wojtek Figat
|
3ae4a800cf
|
Optimize Foliage instances serialization by using raw json value write
|
2021-07-07 13:42:49 +02:00 |
|
Wojtek Figat
|
248e35c121
|
Optimize Foliage::OnFoliageTypeModelLoaded to rebuild only single foliage type clusters
|
2021-07-06 16:17:56 +02:00 |
|
Wojtek Figat
|
9f9e5b49cc
|
Add more profile events
|
2021-07-06 16:17:11 +02:00 |
|
Wojtek Figat
|
44c4ab6580
|
Optimize Foliage rendering with manual draw calls submission
|
2021-07-04 11:25:55 +02:00 |
|
Wojtek Figat
|
fe2e17e353
|
Optimize Foliage with quad-tree clustering per foliage type
|
2021-07-04 11:25:54 +02:00 |
|
Wojtek Figat
|
2deac50c53
|
Various changes
|
2021-07-04 11:25:52 +02: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
|
99012725dc
|
Adjust includes
|
2021-06-17 14:15:19 +02:00 |
|
Wojtek Figat
|
0e75dba142
|
Optimize C++ compilation time
|
2021-04-30 16:27:57 +02:00 |
|
Wojtek Figat
|
81e41d51c8
|
Remove Unlink from asset reference
|
2021-02-10 11:37:14 +01:00 |
|