50 lines
2.1 KiB
Markdown
50 lines
2.1 KiB
Markdown
# Sponza
|
|
|
|
Model taken from the Khronos glTF sample model repository at https://github.com/KhronosGroup/glTF-Sample-Models/
|
|
|
|
## Model notes
|
|
|
|
Tangents have been computed using MikkTSpace, as the original OBJ model did not have them.
|
|
I have manually inspected the normals, and it looks correct to me.
|
|
Be aware that W is -1.0 for most of the tangent signs, you will need to handle tangent W for correct results.
|
|
|
|
The model has been updated to use .ktx instead .jpg by Sascha Willems, PBR textures have been removed to keep file size down.
|
|
|
|
## Sources
|
|
|
|
### https://www.cryengine.com/marketplace/
|
|
|
|
- https://www.cryengine.com/marketplace/product/CEMP-1102
|
|
|
|
## Licensing notes
|
|
|
|
```
|
|
Original copyright:
|
|
|
|
July 14, 2011 Morgan McGuire modified the model from Crytek's OBJ
|
|
export to correct some small errors. He computed bump maps from the
|
|
normal maps using <a
|
|
href="http://cs.williams.edu/~morgan/code/">normal2bump.cpp</a> (since
|
|
MTL files expect height bumps, not normals), put the "mask" textures
|
|
into the alpha channel of the associated diffuse texture, cleaned up
|
|
noise in the masks, created the missing gi_flag.tga texture, and
|
|
removed the long untextured banner floating in the middle of the
|
|
atrium that appears in the file but in none of the published images of
|
|
the model. The banner is in banner.obj.
|
|
|
|
|
|
|
|
http://www.crytek.com/cryengine/cryengine3/downloads
|
|
|
|
|
|
Sponza Model
|
|
August 19, 2010
|
|
The Atrium Sponza Palace, Dubrovnik, is an elegant and improved model created by Frank Meinl. The original Sponza model was created by Marko Dabrovic in early 2002. Over the years, the Sponza Atrium scene has become one of the most popular 3D scenes for testing global illumination and radiosity due to it's specific architectural structure which is particularly complex for global illumination light.
|
|
|
|
However, nowadays it is considered as a simple model, thus it was decided to crate a new model with highly improved appearance and scene complexity. It is donated to the public for radiosity and is represented in several different formats (3ds, Obj) for use with various commercial 3D applications and renderers.
|
|
|
|
|
|
Screenshot from the I3D paper
|
|
http://crytek.com/sites/default/files/20100301_lpv.pdf
|
|
```
|