Skip to content

asdiuzd/gl_render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gl_render

Environment setup

sudo apt-get install cmake libeigen3-dev libglm-dev libglfw3 libglfw3-dev libassimp-dev libboost-all-dev libglew-dev libopencv-dev
mkdir build
cd build
cmake ..
make -j8

Scene coordinate generation

cd script
./sc_projection.sh

The results are stored in the out directory. You need to set the path of the object file and the dataset. In the example script, we put the object file at ~/dataset/cambridge/CambridgeObj/KingsCollege/kingscollege.obj and the dataset of the KingsCollege at ~/dataset/cambridge/KingsCollege.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages