I have 3D model which I have created in three.js. Based on some data, I want to create a set of arrows which is decorated by a small text label. These labels should be in 2D
If you actually want to include text (or any image) from a canvas object as part of your 3D scene, check out the sample code at:
http://stemkoski.github.com/Three.js/Texture-From-Canvas.html