new PIXI.ProjectionSystem(renderer)
| Name | Type | Description |
|---|---|---|
renderer |
PIXI.WebGLRenderer |
The renderer this System works for. |
Extends
Members
-
rendererPIXI.WebGLRenderer
-
The renderer this manager works for.
Methods
-
calculateProjection(destinationFrame, sourceFrame)
-
Updates the projection matrix based on a projection frame (which is a rectangle)
Name Type Description destinationFrameRectangle The destination frame.
sourceFrameRectangle The source frame.
-
inherited contextChange()
-
Generic method called when there is a WebGL context change.
-
Generic destroy methods to be overridden by the subclass
-
setTransform(matrix)
-
Sets the transform of the active render target to the given matrix
Name Type Description matrixPIXI.Matrix The transformation matrix