question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

THREE.MeshBasicMaterial: 'stencilWrite' is not a property of this material.

See original GitHub issue

And yet: https://github.com/mrdoob/three.js/blob/master/examples/webgl_clipping_stencil.html#L57-L61

				var baseMat = new THREE.MeshBasicMaterial();
				...
				baseMat.stencilWrite = true;

what gives?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Mugen87commented, Oct 14, 2019

Are you aware that #15611 landed in R107? You are using R105.

0reactions
mrdoobcommented, Oct 14, 2019

@makc please, always provide the version of three.js you’re using when reporting bugs… 😔

Read more comments on GitHub >

github_iconTop Results From Across the Web

three.js load glb warning 'format' is not a property of this ...
module.js:7950 THREE.MeshStandardMaterial: 'format' is not a property of this material. when I load a .glb I made in blender.
Read more >
Material – three.js docs
The material will not be rendered if the opacity is lower than this value. ... This can be used in conjunction with a...
Read more >
ShaderLab command: Stencil
Usage. This command makes a change to the render state. Use it in a Pass block to set the render state for that...
Read more >
Unity stencil property. I currently have few materials but in ...
The stencil test always passes,and Unity does not compare the pixel's depth value to the ... 520 N Lincoln Street, West Unity, OH...
Read more >
ThreeJS Material - TAE - Tutorial
The material will not be rendered if the opacity is lower than this ... be used in conjunction with a mesh's renderOrder property...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found