Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 339 Bytes

File metadata and controls

18 lines (14 loc) · 339 Bytes

Lesson 06 : Textures

Learning goals

Compilation instructions

mkdir build
cd build
cmake ..\lesson06 -G "NMake Makefiles"
nmake

Running the program

occ-lesson-06

If the compilation is not working or if the program shows weird behavior, please check the troubleshooting section.