Skip to content

Commit 1e3c2d3

Browse files
authored
Add credit for developer of MSDF technique (#468)
1 parent edb4f12 commit 1e3c2d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample/textRenderingMsdf/meta.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ fonts are more complex to implement than using Canvas 2D to generate text, but t
55
text looks smoother while using less memory than the Canvas 2D approach, especially at high
66
zoom levels. They can be used to render larger amounts of text efficiently.
77
8-
The font texture is generated using [Don McCurdy's MSDF font generation tool](https://msdf-bmfont.donmccurdy.com/)`,
8+
The font texture is generated using [Don McCurdy's MSDF font generation tool](https://msdf-bmfont.donmccurdy.com/),
9+
which is built on [Viktor Chlumský's msdfgen library](https://github.com/Chlumsky/msdfgen).`,
910
filename: __DIRNAME__,
1011
sources: [
1112
{ path: 'main.ts' },

0 commit comments

Comments
 (0)