michal2229 / VulkanPlayground

My Vulkan 3D API playground (C++ ), based on Sascha Willems's work (https://github.com/SaschaWillems/Vulkan).
GNU General Public License v3.0
4 stars 1 forks source link

Design scene file, make parsing of it possible for adding elements to the scene instead of hardcoding it #60

Open michal2229 opened 7 years ago

michal2229 commented 7 years ago

Step 1: design and implement scene info structure describing objects relations, so it is possible to make a complete scene from it.

---> DONE

michal2229 commented 7 years ago

Step 2: fill the data structure with information from text file.