模型类型 GLTF(.gltf,.glb): 是由 Khronos Group 开发的一种新型 3D 文件格式,具有高效、紧凑、支持 PBR 材质等优点,是当前主流的 3D 模型格式。 FBX(.fbx): 是由 Autodesk 开发的一种 3D 模型格式,支持几何体、材质…
舞台界面设计:
主轴第一帧代码:
this.btnObj.addEventListener("click", updateStage.bind(this));
createjs.Ticker.addEventListener("tick", updateRandom.bind(this))
var _this this;
var bPlaying false;
var nameList ["张三…