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

Merge pull request #19794 from WestLangley/dev_example_flipY

Set flipY to false in webgl_buffergeometry_instancing_interleaved.html
......@@ -109,6 +109,7 @@
var material = new THREE.MeshBasicMaterial();
material.map = new THREE.TextureLoader().load( 'textures/crate.gif' );
material.map.flipY = false;
// per instance data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册