Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

SaschaWillems/VulkanSponza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Sponza

About

A Vulkan deferred rendering playground

Partially based on my Vulkan examples (C++), with the goal of rendering a more complex scene outside of the example's scope.

As this is just a playground, expect frequent (and possibly breaking) changes.

Platforms

Windows, Android and Linux

Visual Studio 2015 project is included along with a CMakeLists.txt for other compilers and platforms.

Features

  • Deferred renderer (4 MRTs)
  • Separate pass for alpha masked objects (foliage)
  • Multiple dynamic light sources
  • Normal mapping
  • SSAO

The Sponza scene

The model used for this example is Crytek's Atrium Sponza Palace model. The repository contains an updated version of the (already updated) version from Morgan McGuire.

For this demo I imported it into Blender (so you can use it with your favorite open source 3D application), added some missing normal maps and assigned all the maps in blender so you can easily load up the scene using ASSIMP and extract all information required for rendering like names of the diffuse, normal and specular maps and information on wether the material has a mask for e.g. rendering in a separate pass for transparent objects. The demo will load this scene using the COLLADA file exported from blender.

About

Deferred Vulkan rendering playground using Crytek's Sponza scene

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published