提交 5101e943 编写于 作者: M Mr.doob

ColladaLoader: Extra checks for effect.surface.

上级 16f46ed8
......@@ -3142,11 +3142,11 @@ THREE.ColladaLoader = function () {
if ( cot.isTexture() ) {
var samplerId = cot.texture;
var surfaceId = this.effect.sampler[samplerId].source;
var surfaceId = this.effect.sampler[samplerId];
if ( surfaceId ) {
if ( surfaceId !== undefined && surfaceId.source !== undefined ) {
var surface = this.effect.surface[surfaceId];
var surface = this.effect.surface[surfaceId.source];
var image = images[surface.init_from];
if (image) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册