Zoomable Text

Hi,

How Can I display a ZOOMABLE text in a 3D window ? I am using Prs3d_TextAspect::Draw().

Thanks in advance
~Amod

Serge's picture

Hi!
Did you mean Prs3d_Text::Draw()?....

In fact you can use Prs3d_TextAspect::SetHeight( number ).
Try to pass numbers like 10, 15, 20.

Hope that will work.
Serge