clipfactor

Gives a factor for increasing or decreasing the entity's visual clipping box. The visual clipping box determines the entity's size in the ABT and BSP tree and its clipping by the view frustum. By setting this factor above 1, entities are not immediately clipped away when outside the frustum. A8.03

Range:

0 - automatic clipping (default)
0.1 ... 999999 - multiply the clipping box by this factor

Type:

var

Remarks:

Example:

action my_unclipped_ent()
{
  my.clipfactor = 999999; // never clip this entity
  ...

See also:

min_x, max_x, CLIP0, CLIP1

► latest version online