disguise developers

Designer Plugins

Plugins for Disguise Designer software.

UVLookupModule

A UVLookup module

Applies a UV mapping to a source texture based on colour information in a lookup texture.

Category: Modules

Base class: ProjectionAwareModule

Properties

contentSource : ContentSource

The texture that is to be mapped to the object

UserName: Content source

lookupSource : ContentSource

The texture that is to be used as the UV map for the content source.

UserName: Lookup source

uvEncoding : int

The method in which the UV coordinates are encoded in the RGBA lookup source

Options: {0: ‘U=R/V=G’, 1: ‘U=R/V=B’, 2: ‘UV=RGB (Packed)’, 3: ‘U=RG/V=BA’}
UserName: UV encoding

Constructors

__init__(self)