Commit Graph

35 Commits

Author SHA1 Message Date
d7ab730d2a clipping mode config for projection matrices 2020-01-28 10:30:31 +07:00
8f0fac1750 clipping planes for camera 2020-01-28 08:01:34 +07:00
3c58d83d8c viewport_command to int coord 2020-01-27 03:56:53 +07:00
aa0d0fda15 separate ecs render event by cameras 2020-01-21 03:32:32 +07:00
BlackMATov
95fee92b20 code style fixes 2020-01-10 13:28:38 +07:00
BlackMATov
0766d75ba7 little less overloaded core functionality 2020-01-09 13:26:29 +07:00
0ac38ec3e5 enable retina by default because retina disabling was broken in catalina 2019-10-21 11:17:49 +07:00
85fe12be09 Merge branch 'master' into feature/opengl4 2019-09-30 18:11:58 +07:00
KonH
9785c91aeb fix typo in make_look_... function names 2019-08-17 09:15:57 +07:00
andrey.zhirnov
cff16a5cfa removed index type unsigned_byte 2019-08-05 12:32:51 +03:00
7501a6d676 auto opengl/es shader headers 2019-07-31 02:00:13 +07:00
9e5f32b041 fix samples 2019-05-25 21:55:32 +07:00
cc739d6bd2 world resolve function 2019-05-24 02:54:15 +07:00
c3f6f93d7e clean up engine parameters and application classes 2019-05-18 14:44:01 +07:00
c1a16113d9 update all copyright headers 2019-04-07 18:54:30 +07:00
400da781b8 using buffer_view for creating and updating render buffers 2019-04-06 19:23:18 +07:00
4094a536a9 add fullscreen toggling to samples 2019-03-17 08:53:46 +07:00
7f17d235ca engine: separate tick and render functions 2019-03-17 08:46:49 +07:00
d1bfd8f6a7 safe samples shutdown 2019-03-17 07:58:58 +07:00
0a2f4ca665 simple window and engine debug gui 2019-02-19 11:22:00 +07:00
0ad0803421 manual buffer swapping and a manual dbgui rendering are removed. vsync is an engine parameter. 2019-02-17 05:36:42 +07:00
af95e86764 promises for async vfs operations 2018-12-14 23:22:55 +07:00
bb3245cb9e Fix issue: https://github.com/enduro2d/enduro2d/issues/23 2018-11-12 06:28:00 +07:00
3065592a10 command line arguments to platform module 2018-11-08 21:11:05 +07:00
e5e355c825 safe sleep CPU in idle 2018-11-08 11:53:50 +07:00
59bb164f4c initialization all modules in engine 2018-11-08 00:13:34 +07:00
af552983b3 remove debug code from sample 2018-11-03 20:52:50 +07:00
2a5b5121a4 rename render_target_command to target_command 2018-10-29 20:29:20 +07:00
18b9c880d8 raw pointers for draw command 2018-10-29 19:56:37 +07:00
0cf3b932d6 material and geometry ptr for draw_command 2018-10-25 23:47:38 +07:00
8d5758c2d7 render command_block 2018-10-25 18:49:32 +07:00
5624936f58 set_viewport as rect 2018-10-24 19:25:32 +07:00
532663a958 render calls on the main thread only 2018-10-23 17:00:43 +07:00
f6dc7d2ee6 custom color and depth formats for render target 2018-10-23 16:22:38 +07:00
b732d423ce render target first impl 2018-10-19 14:40:54 +07:00