猫史档案馆


求岛三移动模型代码!

用户:幽梦子曦幽梦子曦查看:4 回复:5 评论:4 创建时间:2020-10-31T22:26:19


求岛三移动模型代码!


回复

上一页1 页 / 共 1下一页
研岩研岩

啊哈

点赞0


评论


研岩研岩

考古

点赞1


评论


LCG_剑少LCG_剑少

柚子

点赞0


评论


蓝矮爱乐蓝矮爱乐

到底先回答,还是……

点赞0


评论


SCS_user_Ro5e1laikiSCS_user_Ro5e1laiki

while(1)
var fx = floor(Math.random()*114514) % 3;
    if(fx == 0){
        e.postion.x+=0.1;
    }
    if(fx == 1){
        e.postion.y+=0.1;
    }
    if(fx == 2){
        e.postion.z+=0.1;
    }
}

点赞0


评论