Env cubemap: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Entity icon)
m (→‎Entity Description: {{Intent}})
Line 2: Line 2:
==Entity Description==
==Entity Description==
[[Image:Env_cubemap.png|left]]An env_cubemap specifys the place that pictures will be taken to form a local cubemap. You can specify a specific face for the env_cubemap to apply to, but the general rule still applys that all faces will use the closest cubemap. For more detail read up on [[cubemaps]] themselves for advice on how, when, and where to use them.<br clear="all" />
[[Image:Env_cubemap.png|left]]An env_cubemap specifys the place that pictures will be taken to form a local cubemap. You can specify a specific face for the env_cubemap to apply to, but the general rule still applys that all faces will use the closest cubemap. For more detail read up on [[cubemaps]] themselves for advice on how, when, and where to use them.<br clear="all" />
{{intent}}
==Keyvalues==
==Keyvalues==
* '''cubemapsize'''
* '''cubemapsize'''

Revision as of 20:26, 5 April 2006

Template:Wrongtitle

Entity Description

Env cubemap.png

An env_cubemap specifys the place that pictures will be taken to form a local cubemap. You can specify a specific face for the env_cubemap to apply to, but the general rule still applys that all faces will use the closest cubemap. For more detail read up on cubemaps themselves for advice on how, when, and where to use them.

Template:Intent

Keyvalues

  • cubemapsize
<choices>
Literal Value Description
0 Default
1 1x1
2 2x2
3 4x4
4 8x8
5 16x16
6 32x32
7 64x64
8 128x128
9 256x256
  • sides
<sidelist>
(Optional) Brushes face indeces to directly attach to the env_cubemap.
Application in Hammer:
Press Pick then click on faces in the 3D View to select them.
Use CTRL while clicking to add or remove from the selection.

See also