Wojtek Figat
fdfca5156b
Various fixes and stability improvements
2023-12-06 00:28:03 +01:00
Wojtek Figat
1843689a88
Add various profiler events to analyze models importing workflow
2023-12-03 11:23:45 +01:00
Wojtek Figat
022a69aaf2
Continue refactoring model tool to support importing multiple objects properly
2023-12-03 10:55:40 +01:00
Wojtek Figat
a808bcdbf6
Refactor objects splitting in models importing to be handled by ModelTool not the importer code itself
2023-12-01 13:57:08 +01:00
Wojtek Figat
6e92d3103c
Replace ImportedModelData with ModelData for model importing
2023-11-30 11:46:07 +01:00
Wojtek Figat
c5df7ad689
Add various improvements to models importing code
2023-11-30 11:31:58 +01:00
Chandler Cox
66a709f09e
small fixes
2023-10-25 10:46:04 -05:00
Chandler Cox
73694cba6c
Add being able to set origin of mesh to the local mesh origin. fix centering several meshes.
2023-10-25 09:57:51 -05:00
Wojtek Figat
e51aab0c56
Minor improvements
2023-10-14 18:03:21 +02:00
Wojtek Figat
1a5606a45c
Improve collision data cooking usability
...
#1687
2023-10-13 23:33:03 +02:00
Wojtek Figat
09f2be907e
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Flax.flaxproj
2023-10-09 12:40:47 +02:00
Wojtek Figat
e41e200305
Merge branch 'Vert-color-deduplication-check' of https://github.com/Muzz/FlaxEngine into Muzz-Vert-color-deduplication-check
2023-10-06 17:06:21 +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
98d5769558
Fix performance bug in Development/Release builds due to incorrect draw calls batching (uninitialized memory)
2023-09-28 10:59:09 +02:00
MZ
2cc6e80958
Checked my working.
2023-09-28 16:07:38 +10:00
MZ
299f68ebfe
Vert color deduplication check
2023-09-28 16:00:31 +10:00
Wojtek Figat
9f97787099
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-20 16:02:48 +02: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
371db610a9
Merge remote-tracking branch 'origin/1.7' into 1.7
2023-07-16 12:03:06 +02:00
Wojtek Figat
31943ca9bd
Add normals computing to cloth mesh
2023-07-16 12:02:33 +02:00
Wojtek Figat
f0496d53e8
Add RenderTools::CalculateTangentFrame utility
2023-07-16 11:57:21 +02:00
Wojtek Figat
18fb7fb849
Add NvCloth for iOS
2023-07-15 11:27:26 +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
04963fef18
Various code fixes and tweaks
2023-07-02 15:46:29 +02:00
Wojtek Figat
979168e82c
Refactor various Editor APIs to use auto-generated bindings instead of manual code
2023-06-12 14:34:07 +02:00
Wojtek Figat
71a5d56105
Add support for importing skeleton-only as Skinned Model (eg. from animation file to have skeleton for retargeting)
2023-05-04 15:43:44 +02:00
Wojtek Figat
273b6c0228
Various minor improvements
2023-05-04 11:55:22 +02:00
Wojtek Figat
05ffaf7cef
Add **skeleton retargeting** to play animations on different skeletons
2023-05-04 11:54:17 +02:00
Wojtek Figat
5b50562a9f
Refactor Skeleton Mapping to be handled by Skinned Model instead of Animation asset
2023-04-26 14:27:01 +02:00
Wojtek Figat
510fc443e8
Refactor CoreCLR runtime into explicit dotnet api instead of mocking mono api
...
Required by platforms that will use mono under the hood for .Net 7
New `USE_CSHARP` define for C# ability
Engine doesn't use `mono_*` apis directly but via MCore/MClass/MMethod/ apis
2023-03-27 17:29:42 +02:00
Wojtek Figat
eed2cdfe04
Progress on dotnet7 runtime hosting with mono
2023-03-22 17:59:46 +01:00
Wojtek Figat
123b7f5433
Fix Mesh data downloading to support not yet streamed vertex/index data gather
...
#932
2023-02-16 13:47:43 +01:00
Wojtek Figat
a214c14a4d
Add Sort Order to animated models too
2023-01-28 17:03:18 +01:00
Wojtek Figat
87549a3e6c
Fix sort order usage in multi-pass drawing of the Mesh
2023-01-28 01:31:07 +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
8918c71312
Update old header usage
2022-12-22 19:31:01 +01:00
Wojciech Figat
3fcbcacd43
Fix empty draw call submitting
2022-12-15 17:33:14 +01:00
Wojciech Figat
7f0c73606c
Improve naming various GPU resources
2022-12-09 11:27:41 +01:00
Wojciech Figat
df82a0f5d0
Add **GPU Memory profiler** to Editor
2022-12-08 16:30:37 +01:00
Wojtek Figat
2b6e3cf993
Fix lod preview typo in df45ac46b1
2022-12-03 13:10:47 +01:00
Wojtek Figat
df45ac46b1
Optimize various debug views performance
2022-12-03 12:23:39 +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
183636289a
Optimize shadow projections rendering contexts to collect draw call indices only (draw calls from main render list)
2022-11-06 20:44:42 +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