gameThirdScriptError Cannot read propety 'scene' of undefined怎么解决?
来源:5-12 2d画布绘制能力在threejs中的整合

慕运维3231767
2019-03-14
在5-11中前面的三角形可以渲染出来,从2分钟以后-15分钟就出现’scene’ of undefined
写回答
2回答
-
卷大福
2022-04-29
scene.js 中对scene赋值少了'.instance', 更正如下:
initGameOverPage (callbacks) {
this.gameOverPage = new GameOverPage(callbacks)
this.gameOverPage.init({
scene: this.gamePage.scene.instance
})
}
00 -
千迦
2019-03-14
代码逻辑有问题?没有对象未定义 代码截图发一下看看
072019-04-18
相似问题