#[SOLVED] GLM::ORTHO() Doesn't work.

1 messages · Page 1 of 1 (latest)

spiral aspen
#

I've followed the vulkan-tutorial site till the ubo creation and implementation, except I'm keeping it 2d rather than 3d. The projection matrix when kept at a unit Matrix 1, gives me standard behaviour, but if I try to use glm::ortho it doesn't show anything.

jovial rose
#

you need to be a bit more specific. If nothing shows up: are you sure any object is inside the bounds of your ortho matrix? how does that matrix look? etc.

spiral aspen
#

Works good now