attr txtIdent = "" attr txtPath = "images/New Textures_test/" attr txtExt = ".jpg" buildingSide--> case txtIdent == "": setupProjection(0, scope.xy, '1, '1) texture(fileRandom(txtPath+"*"+txtExt) projectUV(0) else: texture(txtPath+txtIdent+txtExt)
const myRandomTxt= fileRandom("images/New Textures_test/*.jpg") attr txtIdent = "" attr txtPath = "images/New Textures_test/" attr txtExt = ".jpg" buildingSide--> case txtIdent == "": setupProjection(0, scope.xy, '1, '1) texture(myRandomTxt) ...
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.