Three.js 3D Text Bending
问题 Is this still available in r69? In the process of 'rolling' my own, but before moving forward, want to make sure I have not overlooked any vital documentation or useful libraries... 回答1: Try to make through this example. Look at messages in the console. <script src="js/modifiers/BendModifier.js"></script> var text = "THREE.BendModifier"; var textGeometry = new THREE.TextGeometry(text, { size: 128, height: 50, curveSegments: 4, font: "gentilis", weight: "bold", style: "normal", bevelEnabled: