Skip to content

Commit

Permalink
rebuilt 4.2 build with emissive changes like the other builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valigursky committed Jul 9, 2024
1 parent 4159557 commit 425f33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/playcanvas-spine.4.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -12862,6 +12862,7 @@ var spine = (function (pc) {
var material = new pc__namespace.StandardMaterial();
material.emissiveMap = texture;
material.emissiveVertexColor = true;
material.emissive = pc__namespace.Color.WHITE;
material.opacityMap = texture;
material.opacityVertexColor = true;
material.depthWrite = false;
Expand Down
2 changes: 1 addition & 1 deletion build/playcanvas-spine.4.2.min.js

Large diffs are not rendered by default.

0 comments on commit 425f33c

Please sign in to comment.