Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.68 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.68 KB

Rani-Pokhari Modelling

This project is done as the fulfillment of requirements for completion of Computer Graphics course of Bachelor in Computer Engineering III year I part.

System Requirements

  • Operating System : Linux/ Windows
  • Programming Language : C/C++
  • Graphics API : OpenGL 4.4
  • Library : GLFW, ASSIMP
  • OpenGL Loader: GLAD
  • Build system: Solution file(Visual Studio), CMake & Makefile(build.bat)

Build Process(Windows)

Visual Studio

  • Set your working directory as $(ProjectDir)build vs
  • Build using visual studio in Release mode and run the exe in build directory

Command Line(Windows)

You either need to use x64 Command prompt for VS or need to install clang to build the project using command line.

  • Navigate to the source directory from the command line
  • Run the build.bat file from the project directory

Output

vs ranipokhari-1 ranipokhari-1

Controls

]- increase the speed of keyboard
[- decrease the speed of keyboard
n- Night Mode
m- Day mode
W A S D- For movement

Note

If you are using AMD GPU, you may have certain problems, so to use dedicated GPU please put the following code above main function.

extern "C"
{
	__declspec(dllexport) unsigned long NvOptimusEnablement = 0x00000001;
}

However if you integrated GPU is not AMD then you may not have any problems.

Developers

Sanskar Amgain
Sagar Timalsina
Sandip Puri