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) ...
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.