|
|
@@ -87,7 +87,6 @@ class FireDoorYmh {
|
|
|
*/
|
|
|
initAnimation() {
|
|
|
const group = this.group.children[0];
|
|
|
- console.log('debug rr', group.animations[0].tracks);
|
|
|
/** 卷帘门的元素名称,pCude34-pCude73 */
|
|
|
if (group) {
|
|
|
const tracksA: THREE.KeyframeTrack[] = [];
|
|
|
@@ -136,7 +135,6 @@ class FireDoorYmh {
|
|
|
* @param {number} [timeScale=0.01] - 动画时间缩放因子,控制动画播放速度
|
|
|
*/
|
|
|
play(handlerState, timeScale = 0.01) {
|
|
|
- console.log('debug ', handlerState);
|
|
|
let handler = () => {};
|
|
|
switch (handlerState) {
|
|
|
case 1: // 打开门
|