Commit Graph

64 Commits

Author SHA1 Message Date
Turanszki Janos 026dc11a99 added support for Open Image Denoise library for path tracing and lightmap baking 2021-05-22 11:51:51 +02:00
Turánszki János 933080a2e4 Unified Shader Compiler (#250) 2021-03-21 18:54:04 +01:00
Turanszki Janos 783c824139 resource manager upgrade: embedded resources support 2021-03-01 00:37:55 +01:00
Turanszki Janos 2260276f61 occlusion culling fixes, camera refactor 2020-11-23 20:06:21 +01:00
Turánszki János 180ddc3586 0.49 (#160)
* renderer updates: material shadertype, customshaders

* custom shader updates

* hologram fix

* editor windows refactor

* major gui update:
- gui no longer lifetime manager
- window no longer needs gui to construct
- removed gui constructors/destructors
- rewritten every editor window

* renderer update

* gui hasfocus fix

* editor fix

* renderpath upgrades: hybrid forward-deferred

* fix

* water ripple refactor

* cmake fix

* cmake fix

* renderer fix

* volumetric light fix

* customshader stencilref

* cmake fix

* rtdeferred fix

* editor update

* raytraced shadows denoise

* anisotropic shader

* sss stencil greater

* added cartoon shader

* using precomputed tangents

* added unlit object shader

* importer update

* editor update

* editor fix

* vulkan envmap rendering fix

* terrain shader simplification (normal texture mapping instead of triplanar)

* added subsurface profiles, reduced gbuffer

* denoise disocclusion fallback

* editor fix

* more sorting priority for blend than instancing

* hairparticle culling

* particle updates; font update instancing instead of index buffer; vulkan/dx12 fixes;

* shader fixes

* hairparticle trianglestrip and no cross section

* editor fix

* cam wnd update

* terrain shader fix
2020-10-17 13:17:07 +02:00
Turánszki János c6f3611439 Event system (#133)
* event system

* more refactor

* fixes

* fixes

* fixes, documentation update
2020-07-04 13:22:11 +01:00
Turanszki Janos c369032663 added support for clang compiler 2020-06-13 01:23:17 +01:00
Turanszki Janos b687645407 uwp file system and input updates 2020-05-12 20:02:13 +01:00
Turánszki János eaae8c57ec UWP (#111)
* project restructure

* editor fix: camera shouldn't reset on render path change
2020-05-12 00:59:06 +01:00
Turanszki Janos a1bf837a5e dpi change will trigger ResizeLayout callback for render path 2020-05-06 22:56:08 +01:00
Turanszki Janos 5c4e80a515 fixed GUI scaling issues 2020-05-05 22:45:31 +01:00
Turanszki Janos 2f70a2aa8e font renderer update 2020-04-25 15:14:01 +01:00
turanszkij 68147e6203 editor, gui and sponza update 2020-04-14 21:49:42 +01:00
turanszkij 57d0cea6e5 updated editor 2020-04-13 22:19:29 +01:00
turanszkij 69616149e5 gui: blurred transparency and usability improvements 2020-04-10 17:09:04 +01:00
turanszkij aa96b42bd7 terrain #104 2020-04-05 22:11:58 +01:00
turanszkij 364e088dd7 editor: paint tool - undo/redo #94 2020-03-28 21:59:24 +00:00
turanszkij 8b059485fe editor: paint tool (softbody, hairparticle) #94;
editor: undo fix with rotation, scale operations;
debug draw updates;
2020-03-26 00:45:12 +00:00
turanszkij 235450e313 editor: translator update 2020-03-11 19:39:44 +00:00
turanszkij d95dfa7ef2 stability improvements, fixes 2020-03-07 16:18:23 +00:00
Turanszki Janos eca4200db9 editor: scene graph viewer update 2020-02-19 22:30:03 +00:00
Turanszki Janos 7871937622 added tree list widget, added editor scene outliner (wip) 2020-02-17 18:32:13 +00:00
Turanszki Janos fd8d734860 ocean updates; editor: ocean parameters moved to weather window; 2020-01-28 23:30:23 +00:00
Turanszki Janos fa267b0e7d large refactor 2019-12-12 22:15:16 +00:00
Turanszki Janos 20e56802cc graphics API texture refactor 2019-11-21 22:29:25 +00:00
turanszkij 4c87f6c218 fixed #45 and some other things 2019-11-03 17:11:54 +00:00
turanszkij 9a9758d559 renderpassify first draft 2019-10-28 18:03:39 +01:00
Turanszki Janos c125c42a97 small editor update 2019-10-22 21:27:18 +01:00
turanszkij 92d58b8e08 editor: selection outline fluctuation 2019-10-14 19:29:42 +01:00
Turanszki Janos 5d2db76cd0 engine: per object user stencilref; editor: different object and material highlights; 2019-10-12 23:44:28 +01:00
Turanszki Janos c2b6f443e9 editor update: material selection outline; general fixes; 2019-10-12 17:06:58 +01:00
turanszkij 6d8112db37 3D sounds can be placed in scene now; updated editor; added sound3D sample model; 2019-10-06 13:30:29 +01:00
turanszkij 7aa3e3ad6f refactors, fixes, everything seems to work now with multithreaded renderer 2019-07-02 19:04:00 +01:00
turanszkij 7e514bdf56 lot of refactor, things are sort of working but not everything yet 2019-06-30 15:12:19 +01:00
turanszkij 6fbfe36665 refactor 2019-04-05 00:05:27 +01:00
turanszkij 197d1175c8 added vertex colors feature; fixed tessellation; removed stereogram effect because no longer needed; some refactor; debug bonelines fix; 2019-03-12 19:20:23 +00:00
turanszkij 7c1c98a1d2 moved stereogram from common renderpath to its own 2019-03-10 11:27:41 +00:00
turanszkij 39eb173635 constness refactor in renderpath, gui and others 2019-03-09 19:09:33 +00:00
turanszkij 061c780ad9 refactor-part1:
removed rendertarget helpers;
non-static textures in render paths;
wiGraphicsTypes namespace renamed to wiGraphics;
2019-03-08 21:46:28 +00:00
Turanszki Janos be2595e4f3 refactored high level systems; added some documentation 2018-11-03 13:48:29 +00:00
turanszkij 381f571458 general updates, refactors 2018-11-01 19:15:32 +00:00
turanszkij a8091cc895 softbody vertices can be pinned in editor now + added cloth test 2018-10-20 20:27:59 +01:00
turanszkij 456a2c0c73 RayIntersectWorld now gives orientation matrix too; updated editor placement tools; 2018-10-15 18:35:27 +01:00
turanszkij 142ced9583 weather updates 2018-09-21 21:03:27 +01:00
turanszkij 3ae00c34e7 refactors and start reworking scripting api 2018-09-20 18:47:21 +01:00
turanszkij 3e04c273ff rename ParentComponent -> HierarchyComponent 2018-09-16 14:04:09 +01:00
turanszkij ffb94b8d8c fixed editor translator/hierarchy 2018-09-16 13:57:19 +01:00
turanszkij ecea9f086d simplified transform component;
resurrected hair particle + added editor window
2018-09-12 18:34:54 +01:00
turanszkij 7ece20f866 updates: separate transform and parenting, camera updates... 2018-08-31 15:24:53 +01:00
turanszkij 3862c345da editor camera moving... 2018-08-30 16:26:37 +01:00