new Tiny.StencilManager(renderer)
Name | Type | Description |
---|---|---|
renderer |
Tiny.WebGLRenderer |
The renderer this manager works for. |
Extends
Members
-
rendererTiny.WebGLRenderer
-
The renderer this manager works for.
Methods
-
Destroys the mask stack.
-
inherited onContextChange()
-
Generic method called when there is a WebGL context change.
-
popStencil()
-
Removes the last mask from the stencil stack. @alvin
-
pushStencil(graphics)
-
Applies the Mask and adds it to the current stencil stack. @alvin
Name Type Description graphics
Tiny.Graphics The mask
-
setMaskStack(stencilMaskStack)
-
Changes the mask stack that is used by this manager.
Name Type Description stencilMaskStack
Array.<Tiny.Graphics> The mask stack