LESSON 11
Text
Two complementary approaches. <Text> renders signed-distance-field glyphs from a TTF/WOFF — crisp at any scale, cheap. <Text3D> extrudes a Three Font (typeface.json) into real geometry — bevel, depth, full PBR materials.
SDF text loads a font file once via troika-three-text; Text3D loads a typeface JSON via Three's FontLoader. Both go through Suspense — wrap the canvas in a fallback or accept a brief flash on first paint.