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

Merge pull request #13175 from Mugen87/dev1

WebGLRenderer: Fix first time skin render
......@@ -1781,6 +1781,7 @@ function WebGLRenderer( parameters ) {
boneMatrices.set( skeleton.boneMatrices ); // copy current values
var boneTexture = new DataTexture( boneMatrices, size, size, RGBAFormat, FloatType );
boneTexture.needsUpdate = true;
skeleton.boneMatrices = boneMatrices;
skeleton.boneTexture = boneTexture;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册