Skip to content

Physical layout #93

@helviett

Description

@helviett

Great library in so many ways but the only thing I'm missing to pick it as math library to use in every project is physical layout of the matrices. Logical layout allows you to create proper matrices (e.g. translation(...), orthographics(...), etc.) to multiply by vector on the right (mul(m, v)) on CPU but you have to transpose matrix if shader compiler assumes column major layout of the matrix.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions