WHKnightZ / OpenGL-Load-Model

OpenGL Load Wavefront 3D Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL-Load-Model

OpenGL Load Wavefront 3D Model

How to use:

  • Choose model to display: std::string model_name = "Models/Model_Name.obj";
  • Drag Right mouse to rotate
  • Scroll mouse to zoom in/out

How to build:

  • Set up OpenGL, GLUT
sudo apt-get update
sudo apt-get install mesa-common-dev libglu1-mesa-dev freeglut3-dev

For Arch Linux: By default mesa should be installed, and libglu1 is included in mesa package. So you don't need to manually install it

sudo pacman -Syu && sudo pacman -S mesa freeglut // Without yay installed
yay && yay -S mesa freeglut //With yay installed
  • Clone Library git clone https://github.com/WHKnightZ/Library
  • Clone this project and go to source git clone https://github.com/WHKnightZ/OpenGL-Load-Model.git && cd OpenGL-Load-Model
  • Build with make make
  • Or build by g++ g++ main.cpp -o load_model -lGL -lGLU -lglut
  • And run ./load_model

Image:

Image

References:

About

OpenGL Load Wavefront 3D Model


Languages

Language:C++ 97.4%Language:Makefile 1.8%Language:Shell 0.4%Language:Batchfile 0.4%