diff options
| author | Marco Foco <[email protected]> | 2016-03-07 15:47:07 +0100 |
|---|---|---|
| committer | Marco Foco <[email protected]> | 2016-03-08 16:04:19 +0100 |
| commit | cd6e0492903f8a9eb5efa14263d7d9ab092517de (patch) | |
| tree | 05c010b75bf777335565819dcceb140886c5a7e9 /samples/media/HDREnvironments | |
| download | faceworks-cd6e0492903f8a9eb5efa14263d7d9ab092517de.tar.xz faceworks-cd6e0492903f8a9eb5efa14263d7d9ab092517de.zip | |
FaceWorks 1.0
Diffstat (limited to 'samples/media/HDREnvironments')
13 files changed, 52 insertions, 0 deletions
diff --git a/samples/media/HDREnvironments/black_cube.dds b/samples/media/HDREnvironments/black_cube.dds Binary files differnew file mode 100644 index 0000000..3efc5e0 --- /dev/null +++ b/samples/media/HDREnvironments/black_cube.dds diff --git a/samples/media/HDREnvironments/charcoal_cube.dds b/samples/media/HDREnvironments/charcoal_cube.dds Binary files differnew file mode 100644 index 0000000..39ada6d --- /dev/null +++ b/samples/media/HDREnvironments/charcoal_cube.dds diff --git a/samples/media/HDREnvironments/cubemapgen_settings.txt b/samples/media/HDREnvironments/cubemapgen_settings.txt new file mode 100644 index 0000000..abe6d72 --- /dev/null +++ b/samples/media/HDREnvironments/cubemapgen_settings.txt @@ -0,0 +1,35 @@ +SET AUTO REFRESH TO OFF OTHERWISE CUBEMAPGEN WILL START FILTERING THE CUBEMAP +AS SOON AS YOU TOUCH ANYTHING! + +For environment cube (just converting from cross format to .dds, +unfortunately a pure no-op seems to be impossible in CubeMapGen, +but this is as close as I can get): +- Output size: 1024 +- Output format: float16 RGBA +- Save Mipchain: no +- Filter Type: Disc +- Base Filter Angle: 0.0 +- Edge fixup: no + +For diffuse cube: +- Output size: 32 +- Output format: float16 RGBA +- Save Mipchain: no +- Irradiance cubemap: yes +- Edge fixup: no +- Use solid angle weighting: yes + +For specular cube: +- Output size: 256 +- Output format: float16 RGBA +- Save Mipchain: yes +- Filter type: CosinePower +- MipmapChain: Mipmap +- Num Mipmap: 9 +- Lighting model: BlinnBRDF +- Irradiance cubemap: no +- Exclude base: yes +- Gloss scale: 13 +- Gloss bias: 0 +- Edge fixup: no +- Use solid angle weighting: yes diff --git a/samples/media/HDREnvironments/forest_diffuse_cubemap.dds b/samples/media/HDREnvironments/forest_diffuse_cubemap.dds Binary files differnew file mode 100644 index 0000000..cb29114 --- /dev/null +++ b/samples/media/HDREnvironments/forest_diffuse_cubemap.dds diff --git a/samples/media/HDREnvironments/forest_env_cubemap.dds b/samples/media/HDREnvironments/forest_env_cubemap.dds Binary files differnew file mode 100644 index 0000000..5d4e181 --- /dev/null +++ b/samples/media/HDREnvironments/forest_env_cubemap.dds diff --git a/samples/media/HDREnvironments/forest_spec_cubemap.dds b/samples/media/HDREnvironments/forest_spec_cubemap.dds Binary files differnew file mode 100644 index 0000000..1e5af00 --- /dev/null +++ b/samples/media/HDREnvironments/forest_spec_cubemap.dds diff --git a/samples/media/HDREnvironments/hdri-hub-readme.txt b/samples/media/HDREnvironments/hdri-hub-readme.txt new file mode 100644 index 0000000..080d11f --- /dev/null +++ b/samples/media/HDREnvironments/hdri-hub-readme.txt @@ -0,0 +1,17 @@ +This HDRI sIBL set is free for your use. + +In our online store you can find many other bundled together with their high resolution source hdr files. +With these you can do your own tonemapping and have even greater quality. + +Besides those HDRI skies we also have a lot of super high resolution textures. + +Weblinks: +http://www.hdri-hub.com/hdrishop +http://www.hdri-hub.com/hdrishop/freesamples +https://www.facebook.com/hdrihub + +You can contact us anytime at [email protected] + +With regards + +Your HDRI Hub team
\ No newline at end of file diff --git a/samples/media/HDREnvironments/night_diffuse_cubemap.dds b/samples/media/HDREnvironments/night_diffuse_cubemap.dds Binary files differnew file mode 100644 index 0000000..9fb044e --- /dev/null +++ b/samples/media/HDREnvironments/night_diffuse_cubemap.dds diff --git a/samples/media/HDREnvironments/night_env_cubemap.dds b/samples/media/HDREnvironments/night_env_cubemap.dds Binary files differnew file mode 100644 index 0000000..0c8dff9 --- /dev/null +++ b/samples/media/HDREnvironments/night_env_cubemap.dds diff --git a/samples/media/HDREnvironments/night_spec_cubemap.dds b/samples/media/HDREnvironments/night_spec_cubemap.dds Binary files differnew file mode 100644 index 0000000..b9f5cdc --- /dev/null +++ b/samples/media/HDREnvironments/night_spec_cubemap.dds diff --git a/samples/media/HDREnvironments/tunnel_diffuse_cubemap.dds b/samples/media/HDREnvironments/tunnel_diffuse_cubemap.dds Binary files differnew file mode 100644 index 0000000..87bb0ac --- /dev/null +++ b/samples/media/HDREnvironments/tunnel_diffuse_cubemap.dds diff --git a/samples/media/HDREnvironments/tunnel_env_cubemap.dds b/samples/media/HDREnvironments/tunnel_env_cubemap.dds Binary files differnew file mode 100644 index 0000000..02b9cc6 --- /dev/null +++ b/samples/media/HDREnvironments/tunnel_env_cubemap.dds diff --git a/samples/media/HDREnvironments/tunnel_spec_cubemap.dds b/samples/media/HDREnvironments/tunnel_spec_cubemap.dds Binary files differnew file mode 100644 index 0000000..c7d0fb6 --- /dev/null +++ b/samples/media/HDREnvironments/tunnel_spec_cubemap.dds |