提交 855f9daa 编写于 作者: M Mr.doob

Updated examples builds.

上级 3aca578c
......@@ -73,13 +73,6 @@
}
copy( ) {
// todo
return this;
}
}
LineGeometry.prototype.isLineGeometry = true;
......
......@@ -826,16 +826,14 @@
if ( _pbrMaterial.supported ) {
console.log( 'pbr true' );
for ( let j = 0; j < pbrTextureTypes.length; j ++ ) {
const _texture = _material.getTexture( textureTypes[ j ] );
const _texture = _material.getTexture( pbrTextureTypes[ j ] );
if ( _texture ) {
const image = doc.getEmbeddedFileAsBase64( _texture.fileName );
let textureType = textureTypes[ j ].constructor.name;
let textureType = pbrTextureTypes[ j ].constructor.name;
textureType = textureType.substring( 12, textureType.length );
const texture = {
type: textureType,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册