Skip to content

Modelisation5ETI/TP3_ProjectiveRendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Graphical rendering pipeline


CMake Build instructions


  • Out-of-source build :
git clone [email protected]:Modelisation5ETI/TP3_ProjectiveRendering.git && \
mkdir TP3_ProjectiveRendering-build && cd TP3_ProjectiveRendering-build && \
cmake ../TP3_ProjectiveRendering  && \
make -j

  • QtCreator :
git clone [email protected]:Modelisation5ETI/TP3_ProjectiveRendering.git && \
mkdir TP3_ProjectiveRendering-build && cd TP3_ProjectiveRendering-build && \
qtcreator ../TP3_ProjectiveRendering

Then configure project using QtCreator API :

  • Set the build directory to TP3_ProjectiveRendering-build/
  • Run CMake and build project

Implementation


This program generates images in the build directory to illustrate the different steps of the rendering pipeline

ProjectiveRendering

./ProjectiveRendering

About

Reproduce the graphical rendering pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published