Skip to content

Fix vertex shader #100

Open
Open
@deccer

Description

@deccer

in all chapters Assets/Main.vs.hlsl

instead of

const matrix modelViewProjection = mul(ProjectionMatrix, mul(ViewMatrix, WorldMatrix));

do

const matrix modelViewProjection = mul(WorldMatrix, mul(ViewMatrix, ProjectionMatrix));

with row_major matrixes instead of matrix

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions