deleteUV operation

CityEngine 2024.1    |    |  

Syntax

  • deleteUV(uvSet)

Parameters

  1. uvSetfloat
    Number of texture coordinates set (integer number in [0,9]). The numbering corresponds to the texture layers of the material attribute, see also Texturing: Essential knowledge.

Description

The deleteUV operation deletes the texture coordinates of the given uvSet.

Related