Could someone please enlighten me as to how I add simple 2D text to a scene in three.js? I don’t need fancy text geometry.
The purpose of the text is to dimension a 3D rotatable version of this: http://img225.imageshack.us/img225/9823/capturespm.png
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can generate the text with a 2D context, then convert it to a texture and finally display it in 3D space as a particle/billboard.