This article relates to the game "Mapbase". Click here for more information.
This article's documentation is for anything that uses the Strata engine. Click here for more information.

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++.

Warning.pngWarning:
  • The {{{game}}} parameter is inconsistent with the name defined by the {{Strata Source}} template. This can most likely be fixed by setting the value of the {{{game}}} parameter to something like GoldSrc.
  • The {{{game1}}} parameter is inconsistent with the name defined by the {{Hunt Down the Freeman}} template. This can most likely be fixed by setting the value of the {{{game1}}} parameter to something like GoldSrc.
  • The {{{game2}}} parameter is inconsistent with the name defined by the {{Mapbase}} template. This can most likely be fixed by setting the value of the {{{game2}}} parameter to something like GoldSrc.
  • The {{{game3}}} parameter is inconsistent with the name defined by the {{VBSP++}} template. This can most likely be fixed by setting the value of the {{{game3}}} parameter to something like GoldSrc.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.


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\tools_parallax texture, although any trigger texture will work.

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