From d60f56be908565498af0bd15dbec4616ad32802f Mon Sep 17 00:00:00 2001 From: Amith M <75326634+Amith225@users.noreply.github.com> Date: Thu, 4 Mar 2021 01:14:35 +0530 Subject: [PATCH] Delete README.md --- README.md | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 69411fe..0000000 --- a/README.md +++ /dev/null @@ -1,48 +0,0 @@ -# 3D-ENGINE ---- -## **CS PROJECT** -### ***This is a python library which can be used for 3D modelling and rendering*** ---- -### How To Install -* #### _Make sure pip is installed in your system, else install pip before proceeding(skip for the venv and exe versions)_ -* #### _Download the zip file from [Download v1.3.1](https://github.com/Amith225/3D-ENGINE/archive/v1.3.1.zip)(source codeonly) or
[Download v1.0-venv](https://github.com/Amith225/3D-ENGINE/archive/v1.0.zip)(with the venv, no dependency)(not recommended)(old version) or
[Download v1.3.1-exe](https://github.com/Amith225/3D-ENGINE/archive/v1.3.1-exe.zip)(stand-alone executable)_ -* #### _After Installing open cmd inside the 3D-ENGINE folder and run ```pip install -r requirements.txt``` (only for source code version)_ -* #### _If using virtual environment(setup by you) run the command through it_ -* #### _Finally to see the demo run demo.py in the scr. Use the renderer.py as a library_ ---- -### Snapshots, About and How To Use -* #### Home Page - ![1](scr/__data__/assets/Screenshot%20(1).png) -* #### Load 3D Object File from Examples - ![2](scr/__data__/assets/Screenshot%20(2).png) -* #### 3D Object is rendered - ![3](scr/__data__/assets/Screenshot%20(3).png) -* #### Check turbulence and/or rotate for movement and/or rotation of the 3D Object - ![4](scr/__data__/assets/Screenshot%20(4).png) -* #### Check look through for viewing the behind scene of the 3D Object - ![5](scr/__data__/assets/Screenshot%20(5).png) -* #### Check show orient to see the orientation of the 3D Object in three mutually orthogonal axes - ![6](scr/__data__/assets/Screenshot%20(6).png) -* #### FOV(field of view) is the angle of view, change it to see how different fov looks like - ![7](scr/__data__/assets/Screenshot%20(7).png) -* #### Bring Your Imagination into your screen - ![8.1](scr/__data__/assets/Explain.png) - - Side is the number of sides your base polygon has for the entire parallelopiped 3D Object. - - Radius is the different size the base polygon assumes in constructing the 3D Object from bottom to top. - - Separation is the distance from one base polygon to its successive one. - - Color can be a common color name or a hex code(eg: '#fff', '#aabc92', '#111222333') - ![8.2](scr/__data__/assets/Screenshot%20(8).png) -* #### Wow, You made Your 3D Object, now it's time to save it - ![9.1](scr/__data__/assets/Screenshot%20(9).png) - ![9.2](scr/__data__/assets/Screenshot%20(10).png) -* #### Play and experiment with the 3D Object and have Fun - ![10.1](scr/__data__/assets/Screenshot%20(11).png) - ![10.2](scr/__data__/assets/Screenshot%20(12).png) - ![10.3](scr/__data__/assets/Screenshot%20(13).png) -* #### That's not it - - Use UpArrow, DownArrow, LeftArrow, RightArrow key to move the Camera - - Use 'w', 's', 'a', 'd' keys to rotate the camera in up, down, left, right directions - - Can't see Your 3D Object clearly, or it's too bright, use 't', ''(shutter sensitivity) or - 'l', ''(light source) or 'c', (clarity) to change lighting - -# Hope You Like The App :)