Commit Graph

897 Commits

Author SHA1 Message Date
Turánszki János 3924c4e4c0 editor: terrain fixes when switching scenes 2024-05-18 07:04:37 +02:00
Turánszki János 1c38d93304 Editor gui v2 (#843) 2024-05-17 08:04:05 +02:00
Egor Zelenkov 92c199fe9d Dev/terrain generation fix (#844)
terrain fix: unnecessary entity remove
2024-05-14 06:05:50 +02:00
Turánszki János 5ce492c6c6 debug draw improvements 2024-05-08 08:45:38 +02:00
Turánszki János 10f42c4bb6 fixes: springbone rest pose; reverse facing character ik; character controller script foot placement root offset to work without root bone (mixamo); 2024-05-06 07:23:38 +02:00
Turánszki János 98be24d372 FBX importer: improvements for ragdoll physics 2024-05-05 07:00:32 +02:00
Turánszki János 83cc9d6f36 multithreaded spring chain update 2024-05-04 11:40:33 +02:00
Turánszki János 43da86d60b spring: always must be limited, and added gravity slider 2024-05-03 07:54:39 +02:00
Turánszki János 81adeaae53 FBX importer: override file callbacks to correctly handle UWP 2024-05-02 07:43:00 +02:00
Turánszki János fc592a2fa1 FBX importer (#835) 2024-05-01 17:31:55 +02:00
Turánszki János aac227f3ef editor: fix string ref passing through lambda when opening with file picker 2024-04-30 15:04:25 +02:00
Turánszki János 2f495992a7 fix in animation retargeting and editor content browser 2024-04-29 16:49:15 +02:00
Turánszki János 0a4e0383a0 editor: content browser recently used folder listing 2024-04-29 08:40:48 +02:00
Turánszki János 30a9622b0a Archive thumbnail support (#831) 2024-04-28 19:07:48 +02:00
Turánszki János d1808ef8b6 surfelGI and DDGI updates 2024-04-21 11:14:40 +02:00
Turánszki János 300899fa2a DDGI: added multi scale mean estimator 2024-04-21 06:36:05 +02:00
Turánszki János 655965307c Surfel GI updates (#829) 2024-04-20 19:26:38 +02:00
Turánszki János 87e9870b50 Virtual texture painting, object-terrain blending (#824) 2024-04-19 08:00:19 +02:00
Turánszki János 2664b1cf26 paint tool: redirect alpha 2024-04-12 07:50:21 +02:00
Turánszki János 0d8155c78b editor: added rigidbody and softbody type filtering 2024-04-04 07:39:45 +02:00
Turánszki János 40c435251e SSGI depth rejection slider 2024-04-02 18:00:51 +02:00
Turánszki János 4cfc23eb28 SSGI (#822) 2024-04-02 08:45:02 +02:00
Turánszki János bffe908047 paint into texture improvements; msao parameter change; 2024-03-23 12:48:25 +01:00
Turánszki János daecd2f898 editor: terrain grass settings fix 2024-03-20 19:32:55 +01:00
Turánszki János 29c784d63c PaintIntoTexture lua binding and some other things 2024-03-20 06:36:18 +01:00
Turánszki János bef7cef6f8 emitter debug fix, lua binding 2024-03-18 09:07:31 +01:00
Turánszki János cf11876d12 editor: saving scene will be registered to recently used list 2024-03-17 18:23:47 +01:00
Turánszki János eb3f3ca68d content browser fix 2024-03-17 14:59:14 +01:00
Turánszki János 0fe267fe26 Editor content browser (#819) 2024-03-17 14:46:43 +01:00
Egor Zelenkov 9cdb5f02ec Backward compatibility fixes (#818) 2024-03-16 07:17:32 +01:00
Turánszki János 509da15df2 terrain refactors, grass entity modification can trigger regeneration 2024-03-15 17:24:36 +01:00
Egor Zelenkov e97e1cd79c Dev/terrain material editing (#815)
* terrain material editing

* serialization updates, refactors

---------

Co-authored-by: Turánszki János <turanszkij@users.noreply.github.com>
2024-03-15 16:47:46 +01:00
Egor Zelenkov b342195125 terrain props editor (#810) 2024-03-12 07:56:36 +01:00
Turánszki János d319b691f7 mikktspace (#809) 2024-03-09 18:26:47 +01:00
Turánszki János 305ca85140 occlusion raytest, ragdoll fatness, ragdoll headsize 2024-03-06 09:09:07 +01:00
Turánszki János 1c49e4984a font word wrap fix, added some lua bindings, etc. 2024-02-27 08:40:26 +01:00
Turánszki János fea9d9f702 Pathfinding (#805) 2024-02-25 18:40:50 +01:00
Turánszki János 3e8fef22e8 texturehelper improvement, image renderer will use null texture as white 2024-02-16 20:29:12 +01:00
Turánszki János fa70f6d465 material transparency map, paint tool improvements 2024-02-14 09:55:44 +01:00
Turánszki János a9bb68eed2 occlusion culling multiple camera fixes 2024-02-12 08:34:18 +01:00
Turánszki János 27c848944c editor: selected camera preview render 2024-02-11 17:54:53 +01:00
Turánszki János 57985ed8fe Path tracing updates (#800)
effects added to path tracing:
- volumetric clouds
- lens flares
- debug renderers
2024-02-10 16:28:54 +01:00
Al Amin Mahamud Rony 77e7eddfb2 Root Motion (#799) 2024-02-10 15:55:30 +01:00
Turánszki János 6e6bb36d6d vxgi: always use full resolution resolve 2024-02-04 14:16:41 +01:00
Turánszki János fcca0dfe37 Vertex AO (#795) 2024-01-27 13:06:47 +01:00
Matias Lavik 9c66159561 Replaced CMAKE_SOURCE_DIR, so WickedEngine can be used as submodule (#789)
* Replaced CMAKE_SOURCE_DIR, so WickedEngine can be used as submodule

* Update CMakeLists.txt
2023-12-26 23:56:14 +01:00
Turanszki Janos 7073962810 editor fix: filter all will always display everything, even custom component types 2023-12-26 07:57:48 +01:00
Turanszki Janos 7fcd03b7ab some small improvements:
- default physics stepcount increased to maintain 120 FPS even below 30 gfx FPS
- editor translator disable smooth wireframe because intel draws it ugly
2023-12-21 13:58:33 +01:00
Turánszki János 7aef0ef3c2 editor linux fix 2023-12-01 13:42:54 +01:00
Turánszki János 53e33222b0 editor: open standalone video, sound, image file types 2023-12-01 09:04:51 +01:00