Commit Graph

83 Commits

Author SHA1 Message Date
Wojtek Figat
07ad94de13 Optimize Animated Model bones matrices buffer update 2021-06-12 23:20:06 +02:00
Wojtek Figat
7c9e170a40 Tweaks 2021-06-11 16:49:30 +02:00
Wojtek Figat
14bc9501c7 Cleanup some code 2021-06-10 16:59:59 +02:00
Wojtek Figat
2bc6ca089f Add HasTypedUAVLoad to GPULimits (use for GPU lightmaps support baking detection)
#526
2021-06-08 16:11:27 +02:00
Wojtek Figat
f4c8808d19 Add SRV slots isage info for D3D12 shaders cache 2021-06-07 12:19:49 +02:00
Wojtek Figat
cc47cb85e4 Cleanup renderer code 2021-06-07 11:56:04 +02:00
Wojtek Figat
772172ed6b Fix bounding box calculations for Animated Models 2021-06-01 11:55:35 +02:00
Wojtek Figat
623299e59f Add support for AssetPreview to use debug drawing if needed 2021-06-01 10:27:30 +02:00
Wojtek Figat
1bd109395a Optimize managed memory allocations 2021-05-30 14:09:24 +02:00
Wojtek Figat
c33d4a9bfb Merge branch 'game-arg' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-game-arg 2021-05-24 18:35:13 +02:00
Jean-Baptiste Perrier
566756ecf2 Remove duplicate IsInitialized. 2021-05-23 19:31:44 +02:00
Jean-Baptiste Perrier
d3b920dfc1 Prevent Mesh being rendered while uninitialised ( async task not executed yet ). 2021-05-20 17:16:02 +02:00
Wojtek Figat
19bb7c2293 Fix typo 2021-05-18 21:45:41 +02:00
Wojtek Figat
9cba6bad6d Add support for rendering into 3d textures on Vulkan
#136
2021-05-18 11:40:38 +02:00
Wojtek Figat
6232b8d557 Add option to show Debug Draw shapes in Game Viewport 2021-05-15 12:58:39 +02:00
Wojtek Figat
c95e5b0611 Fix assets load error regression 2021-05-14 10:32:55 +02:00
Wojtek Figat
a8f0035b8b Fix regression in win32 filesystem api using potential substring of StringView
#516 #510
2021-05-12 10:19:31 +02:00
Wojtek Figat
05f919c50f Optimization and tweaks 2021-05-02 11:25:33 +02:00
Wojtek Figat
0e75dba142 Optimize C++ compilation time 2021-04-30 16:27:57 +02:00
Wojtek Figat
19941c3e88 Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master 2021-04-28 10:28:36 +02:00
Vizepi
6e885ece34 [CLEAN] Added missing includes in headers 2021-04-23 13:59:02 +02:00
Wojtek Figat
ac1eb8d58d Merge branch 'master' into 1.2 2021-04-13 09:52:03 +02:00
Wojtek Figat
5ab554f61c Fix using Camera refs 2021-04-12 12:57:15 +02:00
Wojtek Figat
51926f517e Add support for masking Material Slots when cooking Collision Data 2021-03-31 12:15:38 +02:00
Wojtek Figat
e01a0585a8 Add MeshBase as shared impl part for Mesh and SkinnedMesh 2021-03-30 17:57:53 +02:00
Wojtek Figat
3fb0b56c10 Add Vulkan support on Switch 2021-03-15 15:47:54 +01:00
Wojtek Figat
cc201e198d Add Switch platform 2021-03-09 14:26:30 +01:00
Wojtek Figat
044234a55b Improve warning messages 2021-03-08 13:12:28 +01:00
Wojtek Figat
aa28f9ef52 Optimize material shaders binding by caching time param once per draw pass 2021-03-08 12:47:14 +01:00
Wojtek Figat
30b71b9d65 Fix crash on close when using Vulkan/D3D12 rendering backend with async task being canceled 2021-03-08 11:32:47 +01:00
Wojtek Figat
86f3007887 Optimize particle attributes offsets binding to shader 2021-03-05 13:58:17 +01:00
Wojtek Figat
1dee615d6e Add Volumetric Fog support for particles to modify local fog 2021-03-05 13:58:15 +01:00
Wojtek Figat
4d73b271b8 Fix some minor issues with materials previews in Editor 2021-02-25 16:38:05 +01:00
Wojtek Figat
26607c1d09 Add more utilities to LayersMask 2021-02-25 15:46:10 +01:00
Wojtek Figat
b193a7abc4 Add support for binary modules with native-code only 2021-02-25 13:01:15 +01:00
Wojtek Figat
5a9ca6f130 Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
#	Source/Engine/Core/Math/BoundingSphere.cs
#	Source/Engine/Debug/DebugDraw.cpp
#	Source/Engine/Platform/Win32/Win32Platform.cpp
#	Source/Engine/Platform/Win32/Win32Platform.h
2021-02-23 22:32:17 +01:00
Wojtek Figat
cf3ac7a26e Merge remote-tracking branch 'origin/master' into linux-editor
# Conflicts:
#	Source/Engine/Core/Math/Color.cs
#	Source/Engine/Navigation/Navigation.cpp
#	Source/Engine/Platform/Win32/Win32Platform.cpp
2021-02-23 22:29:07 +01:00
Wojtek Figat
12725ca4e1 Fix Graphics module warnings to be sent once 2021-02-23 18:10:57 +01:00
Wojtek Figat
19c83e3b6e Add Sprite Render actor for sprites drawing 2021-02-23 13:23:22 +01:00
Wojtek Figat
1ead4b1649 Fix MaterialParams sync bug 2021-02-21 20:20:32 +01:00
Wojtek Figat
919bd4ee1b Fix MaterialParams sync bug 2021-02-21 17:40:37 +01:00
Wojtek Figat
09be8994e9 Add Render Layers to Camera and Render View for masking objects during rendering 2021-02-19 17:26:41 +01:00
Wojtek Figat
ce9df56a97 Fix particles view information in Editor when Game window is unused 2021-02-19 11:23:18 +01:00
Wojtek Figat
6fd1580d67 Fix building on linux after merge 2021-02-16 19:01:00 +01:00
Wojtek Figat
fc4dc8cb50 Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
#	Source/FlaxEngine.Gen.cs
#	Source/Tools/Flax.Build/Utilities/Utilities.cs
2021-02-16 18:54:25 +01:00
Wojtek Figat
d05204cb91 Fix missing lightmap uvs calc in vertex shader 2021-02-16 15:55:10 +01:00
Wojtek Figat
cd2a02a5c8 Add -shaderdebug cmd line switch to Editor for shaders debugging 2021-02-15 11:55:31 +01:00
Wojtek Figat
c9ea812a24 Optimize DrawCall to pack indirect draw arg and graphics draw data with union 2021-02-15 11:52:06 +01:00
Wojtek Figat
312e4ad010 Merge branch 'master' into 1.1
# Conflicts:
#	Source/Engine/Content/JsonAsset.h
#	Source/Engine/Core/Config/Settings.h
2021-02-15 10:40:59 +01:00
Wojtek Figat
80e2aee92b Fixes and tweaks 2021-02-12 10:57:45 +01:00