parallax_obb

From Valve Developer Community
Jump to: navigation, search

parallax_obb is a internal brush entity available in the following Source Source games or engine branches:
Strata Source Strata SourceHunt Down the Freeman Hunt Down the Freeman and Mapbase Mapbase.

English (en)
Edit

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.

Blank image.pngTodo: I have a custom tooltexture made specifically for parallax obb that had parallax instead of trigger on it. I will provide download link somewhere here

- Equalizer5118, an idiot who cant spel (talk) 22:08, 21 August 2023 (PDT)

Creation

KeyValues


Targetname:
Name (targetname) <string>
The targetname that other entities refer to this entity by.

Flags

This entity has no flags

See also