]> git.tdb.fi Git - libs/gl.git/commit - demos/desertpillars/source/desertpillars.h
Remake the desertpillars demo using modern techniques
authorMikko Rasa <tdb@tdb.fi>
Sat, 24 Apr 2021 13:33:52 +0000 (16:33 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 24 Apr 2021 13:33:52 +0000 (16:33 +0300)
commit8033bd7822b4f24d86be186c47ba7e6d69931eeb
treecbb24580c10ec766960de59da6c7598dde6eaaac
parent57232117bfab90f5dd80131daa47d2f184de9ae2
Remake the desertpillars demo using modern techniques
73 files changed:
Build
demos/desertpillars.cpp [deleted file]
demos/desertpillars/.gitignore [new file with mode: 0644]
demos/desertpillars/Credits.txt [new file with mode: 0644]
demos/desertpillars/data/exported/Background.scene [new file with mode: 0644]
demos/desertpillars/data/exported/Camera.camera [new file with mode: 0644]
demos/desertpillars/data/exported/Column.001.object [new file with mode: 0644]
demos/desertpillars/data/exported/Column.002.object [new file with mode: 0644]
demos/desertpillars/data/exported/Desert.lightn [new file with mode: 0644]
demos/desertpillars/data/exported/Desert.scene [new file with mode: 0644]
demos/desertpillars/data/exported/Desert.seq [new file with mode: 0644]
demos/desertpillars/data/exported/Desert.wrapper.scene [new file with mode: 0644]
demos/desertpillars/data/exported/Greek column short.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Greek column.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Ground033.tech [new file with mode: 0644]
demos/desertpillars/data/exported/Ground033_2K_Color.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/Ground033_2K_Normal.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/Ground033_2K_Roughness.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/Iron.tech [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.001.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.001.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.002.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.002.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.003.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.003.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.004.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.004.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.005.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.005.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.006.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.006.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.007.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.007.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.008.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.008.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sand.object [new file with mode: 0644]
demos/desertpillars/data/exported/Sphere.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Sphere.object [new file with mode: 0644]
demos/desertpillars/data/exported/Stone tiles.mesh [new file with mode: 0644]
demos/desertpillars/data/exported/Stone tiles.object [new file with mode: 0644]
demos/desertpillars/data/exported/Stone.tech [new file with mode: 0644]
demos/desertpillars/data/exported/Stone_albedo.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/Stone_normal.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/Stone_roughness.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/Sun.light [new file with mode: 0644]
demos/desertpillars/data/exported/Tiles028.tech [new file with mode: 0644]
demos/desertpillars/data/exported/Tiles028_2K_Color.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/Tiles028_2K_Normal.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/Tiles028_2K_Roughness.jpg.tex2d [new file with mode: 0644]
demos/desertpillars/data/exported/linear_mip.samp [new file with mode: 0644]
demos/desertpillars/data/sphere.glsl [new file with mode: 0644]
demos/desertpillars/data/sphere.shader [new file with mode: 0644]
demos/desertpillars/data/sphere_phong.object [new file with mode: 0644]
demos/desertpillars/data/sphere_phong.tech [new file with mode: 0644]
demos/desertpillars/data/textures/Ground033_2K_AmbientOcclusion.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Ground033_2K_Color.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Ground033_2K_Displacement.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Ground033_2K_Normal.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Ground033_2K_Roughness.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Stone_AO.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Stone_albedo.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Stone_metallic.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Stone_normal.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Stone_roughness.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Tiles028_2K_AmbientOcclusion.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Tiles028_2K_Color.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Tiles028_2K_Displacement.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Tiles028_2K_Normal.jpg [new file with mode: 0644]
demos/desertpillars/data/textures/Tiles028_2K_Roughness.jpg [new file with mode: 0644]
demos/desertpillars/scene.blend [new file with mode: 0644]
demos/desertpillars/source/desertpillars.cpp [new file with mode: 0644]
demos/desertpillars/source/desertpillars.h [new file with mode: 0644]