Don Burns (don_burns++at++peru.engr.sgi.com)
Tue, 17 Aug 1999 09:51:07 -0700 (PDT)
> I'd like to add to my scene some text that will rotate with the viewer
> so it will be in the right direction always.
> So the best solution is a billboard node - but it doesn't have the
> addChild function.
>
> What is the best solution?
> also
> How can I put 2D text in the scene - still as an object or a texture. Is
> there a fast utility that transforms string
> to rgb ?
addChild() is for classes that inherit that method from the pfGroup class.
Since pfBillboard is a pfGeode, the correct method is addGSet().
-don
This archive was generated by hypermail 2.0b2 on Tue Aug 17 1999 - 09:51:16 PDT