deleteUV operation

Synopsis

  • deleteUV (uvSet)

Parameters

  1. uvSet—float (range[0,5])
    Number of texture coordinates set. The numbering corresponds to the texture layers of the material attribute, see also texturing: essential knowledge.

Description

The deleteUV operation normalizes the texture coordinates of the given uvSet. Depending on the mode, the texture coordinates are normalized to the [0, 1] range.

Related

Examples

Please refer to the examples in the setupProjection.


In this topic