1. 首页
  2. 数据库
  3. 其它
  4. 一个人的项目:Web引擎 源码

一个人的项目:Web引擎 源码

上传者: 2021-05-01 02:07:45上传 ZIP文件 30.79KB 热度 3次
安装: npm install -g gulp-cli npm install 建造: gulp 例子: 创建场景: let scene = new AVE . Scene ( { width : 800 , height : 600 } ) ; 创建动画师和动画组: let animator = new Animator ( { active : true } ) ; let animationGroup = animator . createGroup ( ) ; 添加动画和超时: animator . timeout ( ( ) => { animationGroup . add ( 1000 , { onStart : ( ) => { console . log ( '1' ) ; } , onComplete : ( ) => { console . lo
用户评论