Struct ModelViewProjection

A world-space model view projection matrix. Suitable for use as a uniform buffer object.

struct ModelViewProjection ;

Fields

NameTypeDescription
mvp gfm.math.matrix.Matrix!(float,4,4)The world-space model view projection matrix.

See Also

align Attribute