Class NormalMatrix
Represents an operator that computes the normal matrix for each modelview matrix in the sequence.
public class NormalMatrix : Transform<Matrix4, Matrix4>
- Inheritance
-
NormalMatrix
- Inherited Members
Methods
- Process(IObservable<Matrix3>)
Computes the normal matrix for each 3x3 modelview matrix in an observable sequence.
- Process(IObservable<Matrix4>)
Computes the normal matrix for each 4x4 modelview matrix in an observable sequence.