Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojtek Figat
|
192af7ec14
|
Refactor native core objects to simplify usage for newcomers
|
2022-01-08 15:06:23 +01:00 |
|
Wojciech Figat
|
06305a8af6
|
Optimize model data access during models importing
|
2021-12-13 17:32:01 +01:00 |
|
Wojciech Figat
|
8e61cf8fe1
|
Fix missing blend shape data transformation on model data import
|
2021-11-26 12:57:53 +01:00 |
|
Wojciech Figat
|
af305dc376
|
Fix crash when model or skinned model loading fails
|
2021-11-24 17:42:01 +01:00 |
|
Wojtek Figat
|
6f16195b08
|
Fix mesh tangent and bitangent vectors generation with OpenFBX backend by using MikkTSpace
|
2021-11-11 13:23:30 +01:00 |
|
Wojtek Figat
|
1f12e37412
|
Move mesh and skinned mesh options into shared base
|
2021-11-05 12:07:00 +01:00 |
|
Wojtek Figat
|
8938f13a0b
|
Add support for compiling and running engine without C# scripting
(configurable via `EngineConfiguration.UseCSharp` in Flax.Build)
|
2021-10-23 16:43:15 +02:00 |
|
Wojtek Figat
|
c3fe366be8
|
Improvements and tweaks
|
2021-10-05 21:54:24 +02:00 |
|
Wojtek Figat
|
53022ff013
|
Fix code quality issues detected by PVS-Studio
|
2021-09-21 18:23:31 +02:00 |
|
Wojtek Figat
|
f44e5fb2fe
|
Add support for uint as triangle indices for mesh updates API
|
2021-08-13 10:04:44 +02:00 |
|
Wojtek Figat
|
fae682e406
|
Implement DownloadDataCPU for Mesh and add result entries count
|
2021-08-05 16:40:28 +02:00 |
|
Wojtek Figat
|
f5e5686853
|
Optimize includes in ThreadLocal.h
|
2021-07-08 00:34:49 +02:00 |
|
Wojtek Figat
|
07ad94de13
|
Optimize Animated Model bones matrices buffer update
|
2021-06-12 23:20:06 +02:00 |
|
Wojtek Figat
|
772172ed6b
|
Fix bounding box calculations for Animated Models
|
2021-06-01 11:55:35 +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
|
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
|
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
|
044234a55b
|
Improve warning messages
|
2021-03-08 13:12:28 +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
|
19c83e3b6e
|
Add Sprite Render actor for sprites drawing
|
2021-02-23 13:23:22 +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
|
c9ea812a24
|
Optimize DrawCall to pack indirect draw arg and graphics draw data with union
|
2021-02-15 11:52:06 +01:00 |
|
Wojtek Figat
|
da784e98e5
|
Add Deformable material domain
|
2021-02-08 15:44:38 +01:00 |
|
Wojtek Figat
|
a560b19cbc
|
Refactor draw calls and instancing logic to be more modular
|
2021-02-03 09:33:48 +01:00 |
|
Wojtek Figat
|
81cc8cf69c
|
Add Matrix3x4
|
2021-02-02 15:44:14 +01:00 |
|
Wojtek Figat
|
d69b005792
|
Move Curve data serialization to binary format into CurveSerialization.h
|
2021-02-01 14:16:32 +01:00 |
|
Wojtek Figat
|
ca32d0d825
|
Add Mesh::UpdateMesh methods similar to C# API
|
2021-01-25 23:52:29 +01:00 |
|
stefnotch
|
6f0a556af8
|
Document the clockwise order of the indices
|
2021-01-24 16:42:13 +01:00 |
|
Wojtek Figat
|
a3fa8ff9f0
|
Optimize some includes
|
2021-01-12 19:17:08 +01:00 |
|
mafiesto4
|
c7547b3a46
|
Merge remote-tracking branch 'origin/master' into linux-editor
|
2021-01-10 09:14:03 +01:00 |
|
mafiesto4
|
efa5d05f5f
|
Fixes for building editor for Linux
|
2021-01-05 16:23:02 +01:00 |
|
VNC
|
6ab300025b
|
Fixed a ton of typos
|
2021-01-05 02:13:15 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Wojtek Figat
|
4c205be617
|
Fix code style
|
2020-12-30 11:20:37 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|