zoukankan      html  css  js  c++  java
  • MaxScript 矩阵波浪

    a = cylinder radius:5 height:10
    animate on (at time 20 a.height=100 at time 30 a.height=20)
    animate on (at time 0 a.height=20)
    for x=0 to 9 do for y=0 to 9 do (copy a).pos=[20*x, 20*y, 20]
    delete a
    select geometry
    for a in selection do movekeys a (c+=2)
    animationrange=(interval 0 200)
    for a in selection do movekeys a(random 0 100)
    sphere radius:5
    for a in selection do movekeys a ((distance a $Sphere01)/5) 

             

  • 相关阅读:
    qq
    qqq
    q
    .json文件
    q
    q
    q
    找jar包的网址
    1qq
    day18(JDBC事务&连接池介绍&DBUtils工具介绍&BaseServlet作用)
  • 原文地址:https://www.cnblogs.com/JimmyCode/p/2249245.html
Copyright © 2011-2022 走看看