← 返回函数库

tileUV

Misc 简单操作 已实现

语法

tileUV(...)

示例

Lot --> tileUV()

🎨 3D 预览 — 平铺 UV

@StartRule
Lot --> primitiveCube(5, 5, 5)
        setupProjection(0, scope.xy, 2, 2)
        projectUV(0)
        tileUV(0, 2, 2)
        color(0.6, 0.7, 0.8)