stencil
is disabled by default since r163 (you seem to be using r168) - related. You have to enable it manually in WebGLRenderer constructor new WebGLRenderer({ stencil: true, /* ... */ })
.
1 Like
stencil
is disabled by default since r163 (you seem to be using r168) - related. You have to enable it manually in WebGLRenderer constructor new WebGLRenderer({ stencil: true, /* ... */ })
.