Scroll (Material stage keyword)

Description

The scroll keyword translates a stage by the given offset.

Usage

scroll [x], [y]

Parameters

  • = The x offset
  • [y] = The y offset

Example

Scroll a stage at a constant rate

{
   scroll  time, time
   map     textures/custom/foo.tga
}

Notes

This keyword is an alias for the translate keyword.