RemoveTextureMode

From ActiveWiki
Revision as of 08:45, 12 February 2019 by Chris (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

    RemoveTextureMode  lit

Description

This command removes the specified mode from the set of texture modes of the current clump. The mode can be either lit, foreshorten, or filter, however beginning with version 3.0, Activeworlds now only supports the lit texture mode.

Arguments

value is the mode to remove and lit is the only possible value. Other values will be ignored.

Example

RemoveTextureMode lit # This is equivalent to 'TextureMode null'

Also See

addTextureMode TextureMode