在C4D中快速选择间隔的克隆物体

修改
鏉ユ簮: 水银管理员 浏览 5337 日期 2015-11-18 0

教程中的两个公示:

Without falloff: if( mod(id;f) == 0; 1; 0) With falloff: if( mod(id;f) == 0; 1; if( mod(id;f) < (f/2); f/2-mod(id;f) ; mod(id;f/2) )/(f/2) )

评论

{{ username ? username.charAt(0).toUpperCase() : '?' }}
Ctrl+Enter 发布
{{ (c.username || c.author_name || '?').charAt(0).toUpperCase() }}
{{ c.username || c.author_name }} {{ Utils.formatDate(c.created_at) }}