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

阅读 53

2023-12-10


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

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 构建 风场场景 (十八) - 小专栏


精彩评论(0)

0 0 举报