Wojtek Figat
|
74dfa30556
|
Fix crash when drawing particle effect where one of the emitter assets is not yet loaded
|
2024-07-12 17:14:51 +02:00 |
|
Wojtek Figat
|
78f3248ac9
|
Refactor SortOrder to use int8 instead of int16 due to performance reasons (more efficent sort keys packing in rendering)
|
2024-06-29 13:54:02 +02:00 |
|
Wojtek Figat
|
1e86eff2d3
|
Improve GPU constant buffers structures definitions to properly align on new Clang
|
2024-06-02 09:52:10 +02:00 |
|
Wojtek Figat
|
206ff89587
|
Add constant buffers alignment for data structures (16-byte boundaries)
|
2024-05-23 13:58:46 +02:00 |
|
Wojtek Figat
|
2edb9cc4d8
|
Fix compilation warnings when using 64-bit coords
|
2024-05-08 23:24:23 +02:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
468c93949e
|
Fix crash when creating empty particle emitter
|
2023-10-28 14:01:44 +02:00 |
|
Chandler Cox
|
78aae0da5a
|
Better handling stopping/resetting non-looping effect.
|
2023-10-21 17:22:02 -05:00 |
|
Chandler Cox
|
7d9991999d
|
Better fix.
|
2023-10-21 14:08:23 -05:00 |
|
Chandler Cox
|
ad15c5b2fc
|
Fix particles effect not being able to just call play if islooped is false.
|
2023-10-21 13:36:39 -05:00 |
|
|
|
36b1dc1452
|
Fix particle effects not working properly at high framerate
|
2023-10-03 17:38:21 +03:00 |
|
Wojtek Figat
|
8cd8ae93c3
|
Add ObjectRadius to DrawCall to properly cull local lights and env probes in Forward Shading
|
2023-09-20 15:01:02 +02:00 |
|
Wojtek Figat
|
c878c613c7
|
Update consoles building
|
2023-02-05 23:48:11 +01:00 |
|
Wojtek Figat
|
aa8d6f7c79
|
Fix ribbon particles triangle indices ordering to prevent artifacts
|
2023-02-03 13:30:48 +01: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
|
98c29c4a4e
|
Optimize compilation time
|
2022-12-03 10:42:58 +01:00 |
|
Wojtek Figat
|
3b4d91924f
|
Add draw call sorting keys generation during draw calls collection (async)
|
2022-11-16 09:20:56 +01:00 |
|
Wojtek Figat
|
9c7da16c1a
|
Add multi-threaded scene rendering with Job System
|
2022-11-06 20:44:43 +01:00 |
|
Wojtek Figat
|
eb52d333ae
|
Refactor scene rendering to use batched culling for main view and shadow projections
|
2022-10-28 17:53:21 +02:00 |
|
Wojtek Figat
|
3abbafa530
|
Fixes for Vulkan
|
2022-09-06 22:54:00 +02:00 |
|
Wojtek Figat
|
cb92e3c54c
|
Add Particles support for Large Worlds
|
2022-07-03 18:09:04 +02:00 |
|
Wojtek Figat
|
2bf6fac77d
|
Format more engine code
|
2022-06-14 20:26:33 +02:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojtek Figat
|
6738bc8dea
|
Fix minor things
|
2022-02-28 19:15:02 +01:00 |
|
Wojtek Figat
|
58de04ccd6
|
Fix crash on particles instance invalidated
|
2022-02-23 22:41:26 +01:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojtek Figat
|
2e5491604b
|
Add more profiler events and naming for particles/animations jobs events
|
2021-08-30 20:24:38 +02:00 |
|
Wojtek Figat
|
6718b37ca1
|
Fixes and improvements
|
2021-07-24 23:38:05 +02:00 |
|
Wojtek Figat
|
f5e5686853
|
Optimize includes in ThreadLocal.h
|
2021-07-08 00:34:49 +02:00 |
|
Wojtek Figat
|
fca4f4ba40
|
Optimize CPU particles sorting with Radix sort
|
2021-06-27 12:30:49 +02:00 |
|
Wojtek Figat
|
d895789296
|
Add async particles updating via Task Graph
|
2021-06-15 23:49:45 +02:00 |
|
Wojtek Figat
|
d2d8a83461
|
Add support for multi-threaded CPU particles simulation
|
2021-06-15 23:49:43 +02:00 |
|
Wojtek Figat
|
6877e14b04
|
Rename ParticleManager to Particles
|
2021-05-31 22:40:41 +02:00 |
|