Wojtek Figat
|
80a44b5f5c
|
Remove old code
|
2025-01-24 11:08:31 +01:00 |
|
Wojtek Figat
|
9fd98c8e12
|
Optimize blend weights to use 8-bit per bone (instead of 16-bit)
|
2025-01-21 11:40:01 +01:00 |
|
Wojtek Figat
|
eaf48bb176
|
Fix regression in dynamic mesh bounds and triangles setup after refactor
|
2025-01-20 23:48:25 +01:00 |
|
Wojtek Figat
|
ea96418764
|
Update old Float1010102 to FloatR10G10B10A2
|
2025-01-12 21:22:53 +01:00 |
|
Wojtek Figat
|
d751c6a6c6
|
Add PackNormal/UnpackNormal and GetInt/SetInt to MeshAccessor
|
2025-01-12 21:22:35 +01:00 |
|
Wojtek Figat
|
a1c46d2e6e
|
Add support for up to 4 texture channels when importing meshes
#2667
|
2025-01-11 22:40:20 +01:00 |
|
Wojtek Figat
|
3505b8971b
|
Add support for up to 65536 skeleton bones in skinned meshes
https://forum.flaxengine.com/t/import-fbx-with-bones-more-than-256/1196
|
2025-01-08 18:48:50 +01:00 |
|
Wojtek Figat
|
db4d7d2a05
|
**Refactor meshes format to support custom vertex layouts and new flexible api to access mesh data**
#3044 #2667
|
2025-01-06 22:47:19 +01:00 |
|
Wojtek Figat
|
ea5cb5d83a
|
Minor fixes and improvements
|
2025-01-03 01:10:31 +01:00 |
|
Wojtek Figat
|
348f17479d
|
Fix name of BlendWeight to BlendWeights for vertex input to match BlendIndices
|
2025-01-03 01:07:33 +01:00 |
|
Wojtek Figat
|
ab99a25cee
|
Update mesh config defines to match a single format
|
2024-12-29 23:03:09 +01:00 |
|
Wojtek Figat
|
723a882824
|
Merge more code together for meshes
|
2024-12-23 23:28:01 +01:00 |
|
Wojtek Figat
|
9f648caac8
|
Remove deprecated asset data upgrades and old model vertex structures
|
2024-12-20 00:48:01 +01:00 |
|
Wojtek Figat
|
1bf29c042b
|
Refactor models and meshes to share more code in a base class
|
2024-12-19 00:20:08 +01:00 |
|
Wojtek Figat
|
d1ac9cd2bc
|
Minor fixes
|
2024-12-16 20:07:53 +01:00 |
|
Wojtek Figat
|
59b4755379
|
Move mesh code to shared base class and reordanize files
|
2024-12-16 20:07:42 +01:00 |
|
Wojtek Figat
|
b3f37ca041
|
Refactor Vertex Shader input vertex layout to use GPUVertexLayout defined on Vertex Buffer rather than Vertex Shader
#3044 #2667
|
2024-12-15 22:10:45 +01:00 |
|
Wojtek Figat
|
9daddccbed
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Editor/Modules/ContentDatabaseModule.cs
# Source/Editor/Surface/SurfaceUtils.cs
# Source/Editor/Windows/Assets/MaterialInstanceWindow.cs
# Source/Engine/Foliage/Foliage.cpp
# Source/Engine/Graphics/Models/MeshBase.h
# Source/Engine/Tools/MaterialGenerator/MaterialGenerator.Textures.cpp
|
2024-09-12 13:38:20 +02:00 |
|
Wojtek Figat
|
545e59aba5
|
Fix lightmap uvs density view to handle scale in lightmap and outline non-static objects
#2080
|
2024-09-09 05:59:17 +02:00 |
|
Wojtek Figat
|
e44e44d317
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-05 11:08:51 +02:00 |
|
Wojtek Figat
|
c4f37741b7
|
Fix blend shapes importing
#2672
|
2024-07-26 23:54:27 +02:00 |
|
Wojtek Figat
|
08ef7c93ea
|
Refactor draw calls drawing to use single objects buffer and better materials batching
|
2024-07-02 00:52:22 +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
|
516ed3e9a0
|
Cleanup some rendering code
|
2024-06-28 21:21:17 +02:00 |
|
|
|
cfdb9ef1f2
|
Fix missing vertices in some imported models
The Spatial Sort version was being too greedy when merging vertices
|
2024-06-01 00:24:14 +03:00 |
|
|
|
a9aa3b6cd8
|
Fix typos
|
2024-06-01 00:24:14 +03:00 |
|
Wojtek Figat
|
2edb9cc4d8
|
Fix compilation warnings when using 64-bit coords
|
2024-05-08 23:24:23 +02:00 |
|
Wojtek Figat
|
96f628429c
|
Improve const correctness in Mesh and SkinnedMesh api
#2467i
|
2024-04-22 18:56:54 +02:00 |
|
Wojtek Figat
|
568a69081d
|
Fix animated model skinning precision issues
#2460
|
2024-04-22 13:18:52 +02:00 |
|
Wojtek Figat
|
1072b90c5b
|
Fix blend shapes normals usage
#2459
|
2024-04-20 16:52:07 +02:00 |
|
Wojtek Figat
|
6aacea99ab
|
Fix blend shapes transformation applying
#2459
|
2024-04-20 16:16:01 +02:00 |
|
Wojtek Figat
|
9ad4997691
|
Add automatic restoring Anim Event tracks when reimporting animation asset
#2363
|
2024-04-15 19:27:28 +02:00 |
|
Wojtek Figat
|
0b0115aa10
|
Fix missing scripting api
|
2024-03-29 18:46:00 +01:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
01d123b099
|
Add support for importing material emissive and roughness from fbx file
#2153
|
2024-02-23 17:46:27 +01:00 |
|
Wojtek Figat
|
d08843900e
|
Add AnimationRootMotionFlags to configure root motion component extraction
Add `RootMotionMode` to support extracting root motion from animated skeleton pose center of mass
#1429 #2152
|
2024-02-09 15:37:29 +01:00 |
|
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 |
|