0

How can a 2D text be reflected onto 3D mesh surface in C# ?

Thanks in advance.

Cemo

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
  • Do you have any more specific question? What have you tried so far? What framework are you using (XNA, SlimDX, OpenGL)? – Noldorin Jun 20 '09 at 15:56

1 Answers1

2

Render the text to a texture and use the texture on the mesh.

Aistina
  • 12,435
  • 13
  • 69
  • 89