Commit Graph

3875 Commits

Author SHA1 Message Date
Matteo De Carlo 9c7388ff15 blender exporter improvements 2024-04-16 23:03:14 +02:00
Matteo De Carlo a5b4bc636f Early material export 2024-04-16 23:03:14 +02:00
Matteo De Carlo 5ad0f9ff32 proper normals, uv and better init
- correct normal reading from Blender, which respects per face smoothing setting
- exporting UVs
- engine initialization separated into a init function
2024-04-16 23:03:14 +02:00
Matteo De Carlo 66b60d1630 Export rotation and scale 2024-04-16 23:03:14 +02:00
Matteo De Carlo afb3c8a4ed Remove double initialization 2024-04-16 23:03:14 +02:00
Matteo De Carlo fa1b0149bb Blender exporter plugin - first draft
pybind11 required

Signed-off-by: Matteo De Carlo <matteo.dek@covolunablu.org>
2024-04-16 23:03:14 +02:00
Turánszki János 3161701f60 path finding: search for cover starts from observer instead of subject 2024-04-13 08:56:28 +02:00
Turánszki János 2664b1cf26 paint tool: redirect alpha 2024-04-12 07:50:21 +02:00
Turánszki János 12892ea665 paint into texture fixed blend equation 2024-04-12 07:11:16 +02:00
Turánszki János 27490a1e00 paint into texture fix 2024-04-11 17:39:43 +02:00
Turánszki János a9d7c2af77 path finding: search for cover 2024-04-11 10:07:05 +02:00
Turánszki János 8643c7bc3b volumetric light improvements 2024-04-08 17:44:52 +02:00
Turánszki János cb5e1d898a fix: ssgi will be applied for hair particle 2024-04-08 06:32:13 +02:00
Turánszki János 23b254726f ssgi optimization and improvement 2024-04-07 18:12:58 +02:00
Turánszki János d470ea92a8 ssgi tweaks 2024-04-07 12:51:44 +02:00
Turánszki János 3a92f78eed combo box fix 2024-04-06 18:37:04 +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 d835b987da save transparent result for SSR and SSGI v0.71.422 2024-04-03 09:17:41 +02:00
Turánszki János 80086d16e9 ssgi improvement 2024-04-03 08:32:48 +02:00
Turánszki János 40c435251e SSGI depth rejection slider 2024-04-02 18:00:51 +02:00
Turánszki János af983faadc ssgi updates 2024-04-02 17:23:13 +02:00
Turánszki János 4cfc23eb28 SSGI (#822) 2024-04-02 08:45:02 +02:00
Turánszki János 73d4aa7b02 fix in volumetric cloud shadow filtering #823 2024-03-31 08:18:36 +02:00
Turánszki János 245b485aa5 msao fixes 2024-03-28 18:13:20 +01:00
Turánszki János e1ffe25322 hbao changes 2024-03-27 19:23:41 +01:00
Turánszki János 05618bf40a fixes 2024-03-27 07:38:00 +01:00
Turánszki János 3a0731abb4 some fixes 2024-03-26 07:33:25 +01:00
Turánszki János b6f500d56b parallax occlusion mapping for decals 2024-03-25 07:34:24 +01:00
Turánszki János cc42133a2a lua binding updates 2024-03-24 08:18:51 +01: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 d7aa73a870 fixes 2024-03-23 10:38:58 +01:00
Turánszki János f805a16a10 added some more resource aliasing 2024-03-23 08:11:53 +01:00
Turánszki János 8d444c6c36 ssr fix 2024-03-23 06:52:29 +01:00
Turánszki János b485808bab gpu memory usage reductions 2024-03-22 09:16:25 +01:00
Turánszki János e5bf7401b9 gpu resource aliasing fixes 2024-03-21 17:55:42 +01:00
Turánszki János fe437221a9 dx12, vulkan: resource aliasing 2024-03-21 09:20:32 +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 ef401d2235 loading screen: background image always scaled to best fit screen while keeping correct aspect;
audio lua binding simplified constructors;
2024-03-19 08:40:23 +01:00
Turánszki János bef7cef6f8 emitter debug fix, lua binding 2024-03-18 09:07:31 +01:00
Egor Zelenkov 2d36aaad75 fix InitializeComponentsImmediate (#821) 2024-03-18 07:48:55 +01:00
Egor Zelenkov 5e29e96031 fixed combo crush (#820) 2024-03-18 07:47:50 +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
Turánszki János 7419d975c9 character controller exit fix 2024-03-16 11:41:07 +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
Turánszki János e4d3c64631 lua loading screen interface (#816) 2024-03-14 17:47:16 +01:00