未验证 提交 7b43e439 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #15505 from Mugen87/dev11

Editor: Clean up
......@@ -34,7 +34,7 @@
var texture = new THREE.HTMLTexture( dom );
var geometry = new THREE.PlaneGeometry( texture.image.width * 0.05, texture.image.height * 0.05 );
var geometry = new THREE.PlaneBufferGeometry( texture.image.width * 0.05, texture.image.height * 0.05 );
var material = new THREE.MeshBasicMaterial( { map: texture } );
THREE.Mesh.call( this, geometry, material );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册