Skip to content h3d.mat.Stencil
Fields
| Name | Type |
|---|
| maskBits | I32 |
| opBits | I32 |
| readMask | I32 |
| writeMask | I32 |
| reference | I32 |
| frontTest | h3d.mat.Compare |
| frontPass | h3d.mat.StencilOp |
| frontSTfail | h3d.mat.StencilOp |
| frontDPfail | h3d.mat.StencilOp |
| backTest | h3d.mat.Compare |
| backPass | h3d.mat.StencilOp |
| backSTfail | h3d.mat.StencilOp |
| backDPfail | h3d.mat.StencilOp |
| “ | Virtual[] |
Protos
f@2687 setFront(h3d.mat.Stencil, h3d.mat.StencilOp, h3d.mat.StencilOp, h3d.mat.StencilOp) → Void
f@2688 setBack(h3d.mat.Stencil, h3d.mat.StencilOp, h3d.mat.StencilOp, h3d.mat.StencilOp) → Void
f@2689 setOp(h3d.mat.Stencil, h3d.mat.StencilOp, h3d.mat.StencilOp, h3d.mat.StencilOp) → Void
f@2690 setFunc(h3d.mat.Stencil, h3d.mat.Compare, Ref, Ref, Ref) → Void
f@2691 set_readMask(h3d.mat.Stencil, I32) → I32
f@2692 set_writeMask(h3d.mat.Stencil, I32) → I32
f@2693 set_reference(h3d.mat.Stencil, I32) → I32
f@2694 set_frontTest(h3d.mat.Stencil, h3d.mat.Compare) → h3d.mat.Compare
f@2695 set_frontPass(h3d.mat.Stencil, h3d.mat.StencilOp) → h3d.mat.StencilOp
f@2696 set_frontSTfail(h3d.mat.Stencil, h3d.mat.StencilOp) → h3d.mat.StencilOp
f@2697 set_frontDPfail(h3d.mat.Stencil, h3d.mat.StencilOp) → h3d.mat.StencilOp
f@2698 set_backTest(h3d.mat.Stencil, h3d.mat.Compare) → h3d.mat.Compare
f@2699 set_backPass(h3d.mat.Stencil, h3d.mat.StencilOp) → h3d.mat.StencilOp
f@2700 set_backSTfail(h3d.mat.Stencil, h3d.mat.StencilOp) → h3d.mat.StencilOp
f@2701 set_backDPfail(h3d.mat.Stencil, h3d.mat.StencilOp) → h3d.mat.StencilOp
Bindings
- static
f@2702 __constructor__(h3d.mat.Stencil) → Void