How to use the ClearMaskPass function from three
Find comprehensive JavaScript three.ClearMaskPass code examples handpicked from public code repositorys.
1203 1204 1205 1206 1207 1208 1209 1210 1211
exports.EffectComposer = THREE.EffectComposer; exports.RenderPass = THREE.RenderPass; exports.OutlinePass = THREE.OutlinePass; exports.ShaderPass = THREE.ShaderPass; exports.MaskPass = THREE.MaskPass; exports.ClearMaskPass = THREE.ClearMaskPass;
0
0
1
+ 17 other calls in file
three.Vector3 is the most popular function in three (22341 examples)