parallax_obb

From Valve Developer Community
Jump to navigation Jump to search
English (en)Translate (Translate)

parallax_obb is an internal brush entity available in Strata Source Strata Source, Hunt Down the Freeman Hunt Down the Freeman, Mapbase Mapbase, and VBSP++ VBSP++.


Overview

This brush entity defines the boundaries of Parallax Corrected Cubemaps, which are env_cubemaps that move with the camera, giving a slightly more accurate reflection on brushes. This entity basically tells the game how to display and warp the reflections by setting the dimensions of the effect to the dimensions of this entity. The Cubemap Bounds keyvalue on the desired cubemap must be set to this entity's targetname in order to function as intended. The recommended texture for this brush entity is the tools\toolstrigger texture, although any trigger texture will work. A custom texture made for this entity can be found here.

Creation

KeyValues

Name (targetname) <string>
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also: Generic Keyvalues, Inputs and Outputs available to all entities

See also