螺旋式建筑概念方案

螺旋式建筑概念方案-CGA算法社区
螺旋式建筑概念方案
此内容为付费阅读,请付费后查看
1000
付费阅读

图片[1]-螺旋式建筑概念方案-CGA算法社区

算法源码:

version "2023.1"


@Range(min=3, max=100,stepsize=1)
attr height= 32

@Range(min=0, max=360,stepsize=1)
attr rotat_x=0

@Range(min=0, max=360,stepsize=1)
attr rotat_y=0


@Range(min=0, max=360,stepsize=1)
attr rotat_z=0


@Range(min=0, max=3,stepsize=1)
attr heightstep=2


@StartRule

Lot-->
    extrude(height)
    split(y){heightstep:r(scopeCenter, rotat_x, rotat_y*split.index/split.total, rotat_z) boxstep}*
    
    
boxstep-->
    set(material.color.r, split.index/split.total)
    
#     set(material.color.r, 0.3)
#     set(material.color.g, 0.3)
#     set(material.color.b, 0.5)

 

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容