| GraphicsHelperProjectorBiasMatrix Field |
A bias matrix that converts a vector from clip space to texture space.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly Matrix44F ProjectorBiasMatrix
Public Shared ReadOnly ProjectorBiasMatrix As Matrix44F
public:
static initonly Matrix44F ProjectorBiasMatrix
static val ProjectorBiasMatrix: Matrix44F
Field Value
Type:
Matrix44FRemarks
(x, y) coordinates in clip space range from (-1, -1) at the bottom left to (1, 1) at the top
right. For texturing the top left should be (0, 0) and the bottom right should be (1, 1).
See Also