procedural-3d-engine/data
daemyung jang 82747df540
Add Order Independent Transparency example (#755)
* Add Order Independent Transparency example

* Update README.md

* Add copyright at Order Independent Transparency example

* Disable the validation by default
2020-08-21 09:27:06 +02:00
..
shaders Add Order Independent Transparency example (#755) 2020-08-21 09:27:06 +02:00
README.md Merge glTF branch (#747) 2020-07-28 20:20:38 +02:00

Getting the assets

Binary assets (models, textures, etc.) are not stored in this repository and need to be downloaded manually.

Downloading the assets

Option 1: Run the python script

Run the download_assets.py python script which will download the asset pack and unpacks it into the appropriate folder.

Option 2: Manual download

Download the asset pack from http://vulkan.gpuinfo.org/downloads/vulkan_asset_pack_gltf.zip and extract it in the data directory.