-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
I am trying to scale my text to be smaller but whenever I do the last letter is clipped like shown in the picture below. It should say "Spacetime" but the E is clipped.

This is the function that creates the textMesh
const geometry = createGeometry({ font, text: text, letterSpacing:letterSpacing, width:width, }); // Create material with msdf shader from three-bmfont-tex const material = new THREE.RawShaderMaterial(MSDFShader({ map: texture, color: color, side: THREE.DoubleSide, transparent: false, negate: false, }));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels