0
点赞
收藏
分享

微信扫一扫

BabylonJS + Vue 构建 风场场景 (十八)


在终章会放出静态文件,目前只是放出代码

import {Constant} from ‘./Constant’;
 import {Compute} from ‘./Compute’;
 import {Loader} from ‘./Loader’;
 import {RankGui} from ‘./RankGui’;
 exportclassImoca{
 constructor (y, w, u, i, x, t, v) {
 let s = this;
 this.scene = y;
 this.name = w;
 this.instanceID = u;
 this.pos = i;
 this.rank = x;
 this.dToGoal = t;
 this.life = 0;
 this.interval = 0;
 this.time = 0;
 this.increment = 0;
 this.x = 0;
 this.y = 0;


BabylonJS + Vue 构建 风场场景 (十八) - 小专栏


举报

相关推荐

六十八、vue高级

0 条评论