StarArawn / harmony

A modern 3D/2D game engine that uses wgpu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text rendered with wgpu_glyph fails to show up on screen.

StarArawn opened this issue · comments

commented

The text fails to show up on screen. I think this is due to a depth issue. Perhaps.. We do see the wire-frames showing up in the right spots in render doc:

Screen Shot 2020-04-17 at 8 43 26 AM

commented

Issue was caused by invalid orthographic projection matrix. This has been fixed in:
b7461f7