Home
last modified time | relevance | path

Searched refs:newStucco (Results 1 – 1 of 1) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/procmap/
H A Dstucco.cpp937 Stucco *newStucco = new Stucco(); in Clone() local
945 newStucco->col[0] = col[0]; in Clone()
946 newStucco->col[1] = col[1]; in Clone()
947 newStucco->size = size; in Clone()
948 newStucco->thresh = thresh; in Clone()
949 newStucco->thick = thick; in Clone()
950 newStucco->texValidity.SetEmpty(); in Clone()
952 newStucco->subTex[i] = NULL; in Clone()
953 newStucco->mapOn[i] = mapOn[i]; in Clone()
957 BaseClone(this, newStucco, remap); in Clone()
[all …]