Difference between revisions of "Spherical environment map"
From polycount
m (Throttlekitty moved page SphericalEnvironmentMap to Spherical environment map: Convert old>new space and case.) |
EricChadwick (Talk | contribs) (http://polycount.com/discussion/) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
Spherical Environment Mapping (SEM) is one of the simplest [[Cube map|reflection mapping]] techniques. | Spherical Environment Mapping (SEM) is one of the simplest [[Cube map|reflection mapping]] techniques. | ||
Line 8: | Line 7: | ||
Also called MatCap or Lit Sphere. | Also called MatCap or Lit Sphere. | ||
− | + | [[image:litspheres_cmp.jpg|left|frame|Image by [http://www.peterboehme.com/ Peter "peppi" Boehme].]]<br clear="all"/> | |
− | + | ||
− | + | ||
− | + | ||
* [https://forums.unrealengine.com/showthread.php?13501-Matcaps-for-UE4 Matcaps for UE4] Unreal Engine Forum thread. | * [https://forums.unrealengine.com/showthread.php?13501-Matcaps-for-UE4 Matcaps for UE4] Unreal Engine Forum thread. | ||
− | * [http:// | + | * [http://polycount.com/discussion/112129 UDK LitSpheres, world space and camera space] Polycount Forum thread. |
* [http://docs.pixologic.com/user-guide/materials-lights-rendering/materials/matcap/matcap-basics/ MatCap Basics » ZBrush Docs] Pixologic documentation. | * [http://docs.pixologic.com/user-guide/materials-lights-rendering/materials/matcap/matcap-basics/ MatCap Basics » ZBrush Docs] Pixologic documentation. | ||
* [http://area.autodesk.com/tutorials/lit_sphere_material_closer_look Mudbox Lit Sphere] Autodesk video tutorial. | * [http://area.autodesk.com/tutorials/lit_sphere_material_closer_look Mudbox Lit Sphere] Autodesk video tutorial. | ||
* [http://norman3d.com/blog/?p=62 Spherical Environment Mapping in Unreal 3] - by ''[http://norman3d.com Norman 'Norman3D' Schaar]'' | * [http://norman3d.com/blog/?p=62 Spherical Environment Mapping in Unreal 3] - by ''[http://norman3d.com Norman 'Norman3D' Schaar]'' | ||
* [http://www.ozone3d.net/tutorials/glsl_texturing_p04.php The Art of Texturing Using The OpenGL Shading Language - Spherical Environment Mapping] - by ''[http://www.ozone3d.net/about.php Jerome Guinot]'' | * [http://www.ozone3d.net/tutorials/glsl_texturing_p04.php The Art of Texturing Using The OpenGL Shading Language - Spherical Environment Mapping] - by ''[http://www.ozone3d.net/about.php Jerome Guinot]'' | ||
− | * [http:// | + | * [http://polycount.com/discussion/68125/litspheres-in-max-viewport/p1 LitSpheres in Max viewport] Polycount Forum thread has Max & Maya FX shaders and many example Lit Spheres. |
* [http://blog.maginot.eu/index.php?p=till.1__scriptnstuff_shader_toon Toon/Comic Shader for 3ds Max] by ''[http://www.till.maginot.eu/ Till 'Rollin' Maginot]'' supports LitSpheres. More info in the Polycount thread ''[http://boards.polycount.net/showthread.php?t=64453 TF2 and TOON realtime viewport shader (3ds max)]''. | * [http://blog.maginot.eu/index.php?p=till.1__scriptnstuff_shader_toon Toon/Comic Shader for 3ds Max] by ''[http://www.till.maginot.eu/ Till 'Rollin' Maginot]'' supports LitSpheres. More info in the Polycount thread ''[http://boards.polycount.net/showthread.php?t=64453 TF2 and TOON realtime viewport shader (3ds max)]''. | ||
* [http://vimeo.com/7916648 Mudbox Litspheres creation] - by ''[http://www.pioroberson.com/ Pior 'pior' Oberson]'', timelapse video of him creating Lit Spheres. | * [http://vimeo.com/7916648 Mudbox Litspheres creation] - by ''[http://www.pioroberson.com/ Pior 'pior' Oberson]'', timelapse video of him creating Lit Spheres. |
Latest revision as of 16:52, 7 November 2016
Spherical Environment Mapping (SEM) is one of the simplest reflection mapping techniques.
When the camera moves around the object, the reflection is not very realistic since the same image is always reflected.
The image is usually aligned with the camera, although you could align it to other directions. For example Mudbox aligns its SEMs to the light, or in Unreal you can align SEMs to the Up vector (world space) and other directions.
Also called MatCap or Lit Sphere.
- Matcaps for UE4 Unreal Engine Forum thread.
- UDK LitSpheres, world space and camera space Polycount Forum thread.
- MatCap Basics » ZBrush Docs Pixologic documentation.
- Mudbox Lit Sphere Autodesk video tutorial.
- Spherical Environment Mapping in Unreal 3 - by Norman 'Norman3D' Schaar
- The Art of Texturing Using The OpenGL Shading Language - Spherical Environment Mapping - by Jerome Guinot
- LitSpheres in Max viewport Polycount Forum thread has Max & Maya FX shaders and many example Lit Spheres.
- Toon/Comic Shader for 3ds Max by Till 'Rollin' Maginot supports LitSpheres. More info in the Polycount thread TF2 and TOON realtime viewport shader (3ds max).
- Mudbox Litspheres creation - by Pior 'pior' Oberson, timelapse video of him creating Lit Spheres.