[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Enable or Disable Parallax shader on meshes"
Jump to navigation
Jump to search
Enable or Disable Parallax shader on meshes (edit)
Revision as of 18:26, 7 June 2008
, 18:26, 7 June 2008no edit summary
imported>SgyZ49 m |
imported>Madcat221 |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Solutions]] | |||
The procedure to enable/disable parallax shader in meshes texture is really simple. | The procedure to enable/disable parallax shader in meshes texture is really simple. | ||
Line 30: | Line 28: | ||
4 means "APPLY_HILIGHT2" | 4 means "APPLY_HILIGHT2" | ||
*NOTE: Parallax maps and glow maps are mutually exclusive. They cannot function together, and will cause flickering and other material coloring errors when the game engine attempts to render the mesh. This will occur even if emissive color is set all the way to black; if a glow map is present with parallax shading enabled on a mesh, errors will occur. Try to detatch all portions of the mesh that must have glowing into separate objects in the mesh using your 3D modeling program of choice, and refer them to a separate texture (all preferably smaller than the originals in pixel dimensions to reduce video ram load). | |||
==Background== | |||
A parallax shader implements parallax mapping on the particular texture. For details on parallax mapping [http://en.wikipedia.org/wiki/Parallax_mapping consult wikipedia] |