clonemaster
commit21c279379ce15c0c2f5b64aeb288c748bd549fbc
authorkng-scherezade <kai.nicoll.griffith@gmail.com>
Mon, 2 Jul 2018 20:58:37 +0000 (2 16:58 -0400)
committerkng-scherezade <kai.nicoll.griffith@gmail.com>
Mon, 2 Jul 2018 20:58:37 +0000 (2 16:58 -0400)
tree7de89e88965ff32ca7486c7e7e55a5fcfa6f0797
clone
96 files changed:
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.idea/codeStyleSettings.xml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/HunterGate.cmake [new file with mode: 0644]
docs/On Biomes.md [new file with mode: 0644]
docs/On The Tree Algorithm.md [new file with mode: 0644]
docs/building.md [new file with mode: 0644]
docs/img/edit_scheme.png [new file with mode: 0644]
docs/img/set_target.png [new file with mode: 0644]
docs/img/set_working_directory.png [new file with mode: 0644]
hunter_installs/.gitignore [new file with mode: 0644]
hunter_installs/README.md [new file with mode: 0644]
models/domeshpere.obj [new file with mode: 0644]
models/pacman.obj [new file with mode: 0644]
models/pumpkin.obj [new file with mode: 0644]
shaders/fragment.glsl [new file with mode: 0644]
shaders/vertex.glsl [new file with mode: 0644]
src/HitBox2d.cpp [new file with mode: 0644]
src/HitBox2d.hpp [new file with mode: 0644]
src/TreeDistributor.cpp [new file with mode: 0644]
src/TreeDistributor.hpp [new file with mode: 0644]
src/TreeRandom.cpp [new file with mode: 0644]
src/TreeRandom.hpp [new file with mode: 0644]
src/constants.hpp [new file with mode: 0644]
src/entities/DrawableEntity.cpp [new file with mode: 0644]
src/entities/DrawableEntity.hpp [new file with mode: 0644]
src/entities/Entity.cpp [new file with mode: 0644]
src/entities/Entity.hpp [new file with mode: 0644]
src/entities/Light.h [new file with mode: 0644]
src/entities/Player.cpp [new file with mode: 0644]
src/entities/Player.hpp [new file with mode: 0644]
src/entities/Rock.cpp [new file with mode: 0644]
src/entities/Rock.hpp [new file with mode: 0644]
src/entities/RockB.cpp [new file with mode: 0644]
src/entities/RockB.hpp [new file with mode: 0644]
src/entities/Skybox.cpp [new file with mode: 0644]
src/entities/Skybox.hpp [new file with mode: 0644]
src/entities/Tentacle.cpp [new file with mode: 0644]
src/entities/Tentacle.hpp [new file with mode: 0644]
src/entities/Text.cpp [new file with mode: 0644]
src/entities/Text.hpp [new file with mode: 0644]
src/entities/World.cpp [new file with mode: 0644]
src/entities/World.hpp [new file with mode: 0644]
src/entities/WorldOrigin.cpp [new file with mode: 0644]
src/entities/WorldOrigin.hpp [new file with mode: 0644]
src/entities/WorldTile.cpp [new file with mode: 0644]
src/entities/WorldTile.hpp [new file with mode: 0644]
src/entities/trees/LeafAB.cpp [new file with mode: 0644]
src/entities/trees/LeafAB.hpp [new file with mode: 0644]
src/entities/trees/LeafBranchAB.cpp [new file with mode: 0644]
src/entities/trees/LeafBranchAB.hpp [new file with mode: 0644]
src/entities/trees/LeafContainerAB.cpp [new file with mode: 0644]
src/entities/trees/LeafContainerAB.hpp [new file with mode: 0644]
src/entities/trees/LeafContainerC.cpp [new file with mode: 0644]
src/entities/trees/LeafContainerC.hpp [new file with mode: 0644]
src/entities/trees/Tree.cpp [new file with mode: 0644]
src/entities/trees/Tree.hpp [new file with mode: 0644]
src/entities/trees/TreeA.cpp [new file with mode: 0644]
src/entities/trees/TreeA.hpp [new file with mode: 0644]
src/entities/trees/TreeA_Autumn.cpp [new file with mode: 0644]
src/entities/trees/TreeA_Autumn.hpp [new file with mode: 0644]
src/entities/trees/TreeB.cpp [new file with mode: 0644]
src/entities/trees/TreeB.hpp [new file with mode: 0644]
src/entities/trees/TreeC.cpp [new file with mode: 0644]
src/entities/trees/TreeC.hpp [new file with mode: 0644]
src/entities/trees/TreeClusterItem.cpp [new file with mode: 0644]
src/entities/trees/TreeClusterItem.hpp [new file with mode: 0644]
src/entities/trees/TrunkAB.cpp [new file with mode: 0644]
src/entities/trees/TrunkAB.hpp [new file with mode: 0644]
src/entities/trees/TrunkC.cpp [new file with mode: 0644]
src/entities/trees/TrunkC.hpp [new file with mode: 0644]
src/glsetup.cpp [new file with mode: 0644]
src/glsetup.hpp [new file with mode: 0644]
src/loadTexture.cpp [new file with mode: 0644]
src/loadTexture.hpp [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/objloader.cpp [new file with mode: 0644]
src/objloader.hpp [new file with mode: 0644]
src/shaderprogram.cpp [new file with mode: 0644]
src/shaderprogram.hpp [new file with mode: 0644]
src/utils.hpp [new file with mode: 0644]
src/vendor/stb_image.h [new file with mode: 0644]
src/vendor/tiny_obj_loader.cc [new file with mode: 0644]
src/vendor/tiny_obj_loader.h [new file with mode: 0644]
textures/Tentacle.jpg [new file with mode: 0644]
textures/TreeATexture - Alternative.jpg [new file with mode: 0644]
textures/TreeATexture.jpg [new file with mode: 0644]
textures/TreeBTexture.jpg [new file with mode: 0644]
textures/TreeCTexture.jpg [new file with mode: 0644]
textures/baliRockB.jpg [new file with mode: 0644]
textures/mythos_text_map.png [new file with mode: 0644]
textures/nightskydome1.jpg [new file with mode: 0644]
textures/outline_text_map.png [new file with mode: 0644]
textures/stoneC.jpg [new file with mode: 0644]