用户:
幽梦子曦查看:4 回复:5 评论:4 创建时间:2020-10-31T22:26:19
求岛三移动模型代码!
SCS_user_Ro5e1laikiwhile(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
评论