Wojtek Figat
6e60a988a0
Fix node archetype
2024-07-19 00:54:05 +02:00
Wojtek Figat
b33c2b4f36
Merge remote-tracking branch 'origin/master' into 1.9
2024-07-19 00:32:54 +02:00
Wojtek Figat
fe33f09f1d
Update shader
2024-07-19 00:32:14 +02:00
Wojtek Figat
9518ce1d0a
Fix physics error when disabling terrain
2024-07-19 00:30:21 +02:00
Wojtek Figat
53ca33f301
Add option to sample Global SDF from higher cascade
2024-07-19 00:30:06 +02:00
Wojtek Figat
3aa8e67551
Add option for smooth DDGI cascades blending
2024-07-18 23:51:03 +02:00
Wojtek Figat
03898a064a
Optimize DDGI probes border pixels to be copied within probe update, rather than via separate dispatch
2024-07-18 19:51:01 +02:00
Wojtek Figat
d879b8e064
Add utility GetInstance method to Json Asset refs in csharp
...
#2774
2024-07-18 15:14:26 +02:00
Wojtek Figat
5259c41b40
Merge branch 'quaternion-fix-down' of https://github.com/Zode/FlaxEngine into Zode-quaternion-fix-down
2024-07-18 12:40:00 +02:00
Wojtek Figat
529de24da4
Cache DisableCCD locally in physics backend
...
#2768
2024-07-18 12:39:15 +02:00
Wojtek Figat
fc3d15c544
Merge branch 'ccd-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-ccd-fix
2024-07-18 12:27:33 +02:00
Wojtek Figat
ccd619f659
Merge branch 'simplemove_gravity' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-simplemove_gravity
2024-07-18 12:26:06 +02:00
Wojtek Figat
ea45aa9b19
Merge branch 'charcontroller_terrain_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-charcontroller_terrain_fix
2024-07-18 11:54:46 +02:00
Wojtek Figat
5498cbf3bf
Merge branch 'phyx-ed' of https://github.com/Tryibion/FlaxEngine into Tryibion-phyx-ed
2024-07-18 11:50:46 +02:00
Wojtek Figat
b2faad9634
Merge branch 'mesh-collider-neg-scale-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-mesh-collider-neg-scale-fix
2024-07-18 11:47:39 +02:00
Wojtek Figat
d41d153cff
Merge branch 'pref-layout-splitter' of https://github.com/Tryibion/FlaxEngine into Tryibion-pref-layout-splitter
2024-07-18 11:45:53 +02:00
Wojtek Figat
900a96938b
Merge branch 'layer-resize-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-layer-resize-fix
2024-07-18 08:44:45 +02:00
Wojtek Figat
aeff147b6d
Optimize and refactor DDGI to use linear attention per-probe to dynamically control ray count and blend speed
...
Probes will use lower ray count when behind the camera or not correlated with the view direction or far from geometry.
Probes nearby camera or with high instability in irradiance will maintain higher ray count.
Probes that use less rays will have slower blending to reduce artifacts.
Added probe instability, attention and stats debugging for devs.
2024-07-18 08:38:23 +02:00
Wojtek Figat
ee02aa394a
Fix potential error in new shadows atlas rendering
2024-07-18 00:17:33 +02:00
Wojtek Figat
8ba33d9d10
Fix typo in doc comment
2024-07-18 00:17:15 +02:00
Chandler Cox
85a04f8e81
Perform layout of splitter panel once splitter is done being dragged.
2024-07-16 20:36:27 -05:00
Olly Rybak
e5e1f945ea
Added eDETECT_CCD_CONTACT to PairFlags, hopefully properly enabling CCD
2024-07-17 10:04:14 +10:00
Zode
e1cf41b94b
Fix Quaternion.FromDirection giving bogus output when fed a perfect down vector
2024-07-17 01:12:17 +03:00
Chandler Cox
6588a71879
Dont allow resize of layers array.
2024-07-15 18:19:14 -05:00
Chandler Cox
d700df6afb
Add PhysX option for enabling enhanced determinism
2024-07-15 16:23:49 -05:00
35d46e23a8
Fix CharacterController::SimpleMove gravity displacement handling
2024-07-13 16:39:22 +03:00
f1fc086612
Fix CharacterController to not process hits against removed actors
2024-07-13 16:39:06 +03:00
Wojtek Figat
13cf3deb3f
Revert b80101411f
2024-07-12 18:42:19 +02:00
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
793afff0aa
Merge remote-tracking branch 'origin/1.9' into 1.9
2024-07-12 17:05:18 +02:00
Wojtek Figat
b80101411f
Optimize Vulkan Memory Allocator to not use mutex as it's synced by engine to safely access resources
2024-07-12 17:05:07 +02:00
Wojtek Figat
e83097d114
Fix missing memory allocator for Vulkan Memory Allocator
2024-07-12 17:04:23 +02:00
Chandler Cox
7b4e509140
Fix mesh collider not rotating correctly due to negative scale.
2024-07-11 18:44:55 -05:00
Chandler Cox
c168ce3a7e
Deprecate IsActuallyPlayingSth and add IsActuallyPlaying to AudioSource
2024-07-11 17:39:11 -05:00
Wojtek Figat
352913ba14
Add random per-probe rotation for rays tracing in DDGI
2024-07-11 14:48:24 +02:00
Wojtek Figat
dbda31d570
Add timeBeginPeriod(1) on Win32 platforms to improve timer precision
2024-07-10 15:34:38 +02:00
Wojtek Figat
d521409033
Missing change for particles from 6b06f1dbcf
2024-07-10 13:58:01 +02:00
Wojtek Figat
6b06f1dbcf
Optimize Global SDF to use 8-bit storage (50% less memory usage)
2024-07-10 13:22:25 +02:00
Wojtek Figat
ffddbb455f
Add Scripting events to C++ api similar to C# ones
2024-07-09 11:57:41 +02:00
Wojtek Figat
d5dd8e7ecf
Optimize GlobalSurfaceAtlasPass tiles by sorting by size before inserting them into atlas
2024-07-08 16:43:26 +02:00
Wojtek Figat
082a5819cd
Optimize GlobalSurfaceAtlasPass by ignoring GBuffer2 properties (diffuse-only surfaces)
2024-07-08 16:40:59 +02:00
Wojtek Figat
bee39dda58
Fix commandline options in build
2024-07-06 12:57:19 +02:00
Wojtek Figat
559cd74647
Merge remote-tracking branch 'origin/master' into 1.9
...
# Conflicts:
# Source/Engine/Audio/Audio.cpp
2024-07-05 22:18:40 +02:00
Wojtek Figat
d1e54b821b
Fix asset to be soft when transformation is nan or inf
...
#2742
2024-07-04 18:05:47 +02:00
Wojtek Figat
230c57cca4
Add WinPixEventRuntime for D3D12 to provide GPU profiler event names
2024-07-03 18:30:11 +02:00
Wojtek Figat
b8100e9417
Fix missing GPU events when using shaders profiling/debugging or graphics dev tools are enabled
2024-07-03 18:29:42 +02:00
Wojtek Figat
b3d77ab9eb
Add shaders profiling console command
2024-07-03 13:22:19 +02:00
Wojtek Figat
030a66c091
Add shader cache invalidation when using debug shader option via cmd line in Editor
2024-07-03 12:41:29 +02:00
Olly Rybak
751c1f20dc
Returns lightmap UV correctly with no errors
2024-07-03 18:35:32 +10:00
Wojtek Figat
00a9c48fec
Optimize probes count multiplication in DDGI shader
2024-07-03 08:51:58 +02:00