Skip to content

PimvanderLoos/OpenGL_Final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Contest submission: Tropical Island

Pim van der Loos and Derk Pot

full_scene

rhino_family

rhino_hunt

elephant_hunt

Compilation

This branch has 2 repositories: 'master' and 'noBOOST'. 'master' depends on boost for model and texture serialization, which makes loading models MUCH faster. 'noBOOST', as the name implies works just fine without boost, but just a lot slower.

Requirements:

  • Qt5+ (we used 5.12.0)
  • C++17 compatible compiler (we used GCC9 20190113)
  • The resources files (which can be downloaded here)

We also provided a CMakeLists.txt in case you do not want to use Qt Creator.

Scene building

To be able to easily build scenes, we added the following controls:

controls

These are the entity-specific controls (there are global and model-specific controls as well). You can easily change the model of the selected entity, duplicate it, remove it etc. We also added the shortcuts '.' and ',' to quickly switch between entities.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published