Commit Graph

81 Commits

Author SHA1 Message Date
Wojciech Figat
8c2241c6dc Update copyright year 2022-01-14 13:31:12 +01:00
Wojciech Figat
d11166082c Add improvements for objects spawning and snapping in Editor to include object bounds 2022-01-10 17:46:53 +01:00
Wojtek Figat
3c3f2ae075 Add **Animation Slot** node for playing animations from code in Anim Graph 2021-12-16 18:57:33 +01:00
Wojciech Figat
4b9001abf2 Fix spot lights rendering on D3D12 2021-12-07 18:23:06 +01:00
Wojtek Figat
5a0fdee09b Fix ragdoll crash on start if skinned model is not yet loaded 2021-11-09 23:53:17 +01:00
Wojtek Figat
ddbc76cc7d Add utility SetLinearVelocity and SetAngularVelocity for a whole ragdoll 2021-11-06 13:48:53 +01:00
Wojtek Figat
79df80ad0c Add warning when using ragdoll that has joint with missing target 2021-11-04 16:11:10 +01:00
Wojtek Figat
a45ecf7ec3 Add MaxDepenetrationVelocity for Ragdoll 2021-11-04 12:12:36 +01:00
Wojtek Figat
837747fea2 Add options for position/velocity solver iterations config for ragdolls 2021-11-03 19:26:05 +01:00
Wojtek Figat
4875bfb336 Add Ragdoll support and ragdolls generation utility to Animated Model context menu 2021-11-03 19:24:59 +01:00
Wojtek Figat
254ebd1e7f Tweaks 2021-11-03 10:45:00 +01:00
Wojtek Figat
e90f06748c Fix missing AnimatedModel pose access if it's not initialized yet 2021-10-27 20:45:02 +02: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
a6cd97a8d3 Fix per-instance vertex colors uploading if data is already valid 2021-10-20 23:13:44 +02:00
Wojtek Figat
397edf18b9 Fixes 2021-10-07 09:29:36 +02:00
Wojtek Figat
6e800ad7bb Increase fog properties limits 2021-08-12 14:04:52 +02:00
Wojtek Figat
a0e1c7c37e Add support for creating custom BoxVolume type in C# 2021-08-08 20:19:43 +02:00
Wojtek Figat
36f6463028 Fix AnimatedModel bounds calculation to use skeleton bones locations 2021-07-16 17:21:04 +02:00
Wojtek Figat
4d136af7dd Add culling and render mask check for models rendered via Custom Actors list 2021-07-16 17:13:44 +02:00
Wojtek Figat
50ffdcd9ca Add UpdateSpeed to Animated Model for playback speed scaling 2021-07-15 13:50:50 +02:00
Wojtek Figat
1062c0b3a0 Fix missing Spline Model bounds refresh 2021-07-15 11:45:44 +02:00
Wojtek Figat
929476a322 Optimize various engine code 2021-07-08 12:59:45 +02:00
Wojtek Figat
f5e5686853 Optimize includes in ThreadLocal.h 2021-07-08 00:34:49 +02:00
Wojtek Figat
d7332509f7 Optimize Scene Rendering (cache drawable bounds and layers for culling with less cache misses) 2021-07-04 11:25:52 +02:00
Wojtek Figat
99012725dc Adjust includes 2021-06-17 14:15:19 +02:00
Wojtek Figat
4a92850d9a Add async animations updating via Task Graph 2021-06-12 23:20:12 +02:00
Wojtek Figat
07ad94de13 Optimize Animated Model bones matrices buffer update 2021-06-12 23:20:06 +02:00
Wojtek Figat
e0b5558399 Fix spline model visibility after enable if was disabled on start 2021-06-08 14:13:26 +02:00
Wojtek Figat
c30e338f0a Fix gizmos debug draw shapes 2021-06-01 14:38:24 +02:00
Wojtek Figat
8a942922fe Merge remote-tracking branch 'origin/master' 2021-06-01 11:55:44 +02:00
Wojtek Figat
772172ed6b Fix bounding box calculations for Animated Models 2021-06-01 11:55:35 +02:00
Wojtek Figat
1789e879bf Add option to show bounds of the animated model in Editor preview 2021-06-01 10:36:13 +02:00
Wojtek Figat
760b687b02 Rename AnimationManager to Animations and expose to public 2021-05-31 19:32:35 +02:00
Wojtek Figat
fb5c45f474 Add SetMasterPoseModel to Animated Model for modular characters 2021-05-13 14:41:43 +02:00
Wojtek Figat
899e749d2d Fix missing call to OnAnimationUpdated when using custom skeleton pose 2021-05-13 13:15:09 +02:00
Wojtek Figat
e00e9d1552 Add SetCurrentPose to Animated Model 2021-05-13 13:09:06 +02:00
Wojtek Figat
9a3884636b Add AnimationUpdated event to Animated Model 2021-05-13 13:00:57 +02:00
Wojtek Figat
e267583bad Add FindClosestNode to Animated Model 2021-05-13 12:34:42 +02:00
Wojtek Figat
0e75dba142 Optimize C++ compilation time 2021-04-30 16:27:57 +02:00
Wojtek Figat
df07529f21 Fix game build 2021-04-13 09:34:23 +02:00
Wojtek Figat
3bfeb1db76 Add BoxBrush::SetMaterial 2021-04-12 19:07:18 +02:00
Wojtek Figat
5ab554f61c Fix using Camera refs 2021-04-12 12:57:15 +02:00
stefnotch
5b1c5824c8 Fix #408 by being more precise in some places
IEEE floating point numbers are fun ™️
2021-04-10 09:13:19 +02:00
Wojtek Figat
255b2c85c8 Add bounds calculation for Spline 2021-03-18 21:51:15 +01:00
Wojtek Figat
8ef8b89fd5 Add constructor to BoundingBox for single point empty box construction 2021-03-18 21:50:05 +01:00
stefnotch
97ab226d7e Update Camera.ProjectPoint documentation to be clearer 2021-03-15 20:18:13 +01:00
Wojtek Figat
26607c1d09 Add more utilities to LayersMask 2021-02-25 15:46:10 +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
7cc5560adf Fix compilation warnings 2021-02-17 10:59:08 +01:00
Wojtek Figat
0841f5b479 Refactor Pre Rotation from spline model and spline collider into Pre Transform for more control 2021-02-15 22:09:05 +01:00