提交 7d37f683 编写于 作者: T tschw 提交者: Mr.doob

Got 'boneMatrices' uniform upload under test. (#8714)

See #8685
上级 050df338
......@@ -71,6 +71,11 @@
skinnedMesh = new THREE.SkinnedMesh(geometry, new THREE.MultiMaterial(materials));
skinnedMesh.scale.set( 1, 1, 1 );
// Note: We test the corresponding code path with this example -
// you shouldn't include the next line into your own code:
skinnedMesh.skeleton.useVertexTexture = false;
scene.add( skinnedMesh );
mixer = new THREE.AnimationMixer( skinnedMesh );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册