Modathon

Parallax Shaders - Objects Mod

Link copied to clipboard
Parallax Shaders - Objects mod for Fallout: New Vegas
Latest25 Feb 2026
Uploaded05 Feb 2026
Version1.5.0
6.68 KB
Total Files Sizes
0
Unique DLs
0
Total DLs
1
Total Files

Parallax Shaders - Objects

File Size6.68 KB
Game Image for Fallout: New Vegas
1
Visual
Graphics
Environment

Parallax Shaders - Objects

Parallax Shaders - Objects is a set of replacement shaders for parallax mapping used in the game. Parallax mapping is a technique which creates an illusion of 3D from basic 2D textures, which improves the small scale detail of objects.



 

Acknowledgement

Thank you, Goshko, for motivating me to work on this.



 

Description

Parallax Shaders - Objects is a set of shaders which replace the vanilla shaders. Vanilla parallax shaders work, but the effect is barely visible, and (based on the mesh of the object) can lead to various issues like texture sliding. I have decoded the vanilla shaders and improved the parallax effect in several ways:



 

  1. replaced basic parallax mapping with parallax occlusion mapping, improving the 3D effect,
  2. to avoid a large performance hit, the effect is only used for objects in a certain distance,
  3. added self-shadowing, further improving the 3D effect.



 

This set of shaders only replaces the base game parallax mapping, not parallax occlusion mapping (work-in-progress for improving those). Only objects which are set up properly for this effect will use these shaders. This means that the NIF must have the Parallax_Shader_Index_15 shader flag and have a height map texture attached to it (more details can be found, for example, on GECKWiki).



 

Potential issues

Unfortunately, parallax mapping does not come without it's set of potential issues. Parallax works best on flat surfaces, complex objects with many faces, bad UV maps, etc., all can lead to weirdness and texture sliding. Authors that would like to use parallax should make sure that they test the results properly.



 

Requirements

Parallax Shaders - Objects requires the following:

  1. Shader Loader - NVSE
  2. LOD Flicker Fix - NVSE



 

A note on performance

Parallax occlusion mapping introduces a fair amount of texture sampling to the shaders, which can have a small performance hit.



 

Source Code

  1. GitHub

Permissions and credits

No permissions have been set

Parallax Shaders - Objects

Type: Main
Date uploaded06 Feb 2026
File Size6.68 KB
Unique DLs0
Total DLs0
Version1.5.0

Main file: Parallax shaders, override LOD Flicker Fix.