Parallax obb: Difference between revisions
Jump to navigation
Jump to search

m (This does not exist when the map is compiled, at least in Strata games) |
No edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{ | {{this is a|brush entity|internal=1|name=parallax_obb|type=e3|game=Strata Source|game1=Hunt Down the Freeman|game2=Mapbase|notext=1}} | ||
== Overview == | == Overview == | ||
This brush entity defines the boundaries of [[Parallax Corrected Cubemaps]], which are {{ent|env_cubemap}}s that move with the camera, giving a slightly more accurate reflection on brushes. The [[Cubemap]] Bounds keyvalue on the desired cubemap must be set to this entity's <code>[[targetname]]</code> in order to function as intended. The recommended texture for this brush entity is the <code>[[Tool textures|tools\toolstrigger]]</code> texture, although any [[%compiletrigger|trigger]] texture will work. | This brush entity defines the boundaries of [[Parallax Corrected Cubemaps]], which are {{ent|env_cubemap}}s 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 <code>[[targetname]]</code> in order to function as intended. The recommended texture for this brush entity is the <code>[[Tool textures|tools\toolstrigger]]</code> texture, although any [[%compiletrigger|trigger]] texture will work. {{Todo|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 | ||
- [[User:Equalizer5118|Equalizer5118, an idiot who cant spel]] ([[User talk:Equalizer5118|talk]]) 22:08, 21 August 2023 (PDT)}} | |||
== Creation == | == Creation == | ||
{{ | {{Main|Parallax Corrected Cubemaps/Creation|Parallaxed Cubemap Creation}} | ||
== KeyValues == | == KeyValues == | ||
Line 37: | Line 19: | ||
* [[Parallax Corrected Cubemaps]] | * [[Parallax Corrected Cubemaps]] | ||
* [[Cubemaps]] | * [[Cubemaps]] | ||
[[Category:Cubemaps]] |
Latest revision as of 19:00, 14 May 2025


parallax_obb
is an internal brush entity available in Strata Source,
Hunt Down the Freeman, and
Mapbase.
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.
Todo: 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
Main article: Parallaxed Cubemap Creation
KeyValues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Flags
This entity has no flags