From 9dda05d3b6c611f883947ba1dccd10a6dc8f2af5 Mon Sep 17 00:00:00 2001 From: DaBoi Date: Sun, 24 May 2020 13:14:39 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84eeced..cbc3f48 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,20 @@ 4. [RapidJson](https://github.com/Tencent/rapidjson/) - A fast JSON parser/generator for C++ with both SAX/DOM style API **Program in action** -FPS and scene info in header +1. Header: + 1. FPS + 1. drawcalls and material changes count + 1. ScenePath + 1. Objects count +2. Instanced DrawCalls +3. Loading models info and scene configuration from .json files +4. Orbital camera with moving center +5. Level-of-details: unload object if it's further than render distance +6. Phong lightning with textures support Controls: Mouse Wheel - Camera zoom*(close/further)* LBM - Camera rotation *(hold and move)* WASD - Camera movement -![](https://raw.githubusercontent.com/catinapoke/opengl-core/master/ver%205.1.gif) + +![](https://raw.githubusercontent.com/catinapoke/opengl-core/master/app.gif)