- Изменено
Backface culling in the Spine Webplayer
[solved]
Hello,
I cannot find any info about whether backface culling is toggleable in the web player. I also cannot find it in the web player's config. Is this possible?
Solution:
gl.enable(gl.CULL_FACE);
Source: https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/cullFace
Glad you figured it out! Configuring backface culling is specific to each "game toolkit".