PDA

View Full Version : OSG Text Node Additional Parameters


pcatalano
10-28-2011, 11:39 AM
The OSG Text node has some interesting and useful additional parameters such as "backdropType" for drop shadows and "colorGradientMode" which are not exposed by the Vizard API. Is there any way to gain access to these?

farshizzo
10-31-2011, 10:33 AM
Support for backdrops has already been added for the next release. If you need these features sooner, then you could create a modifier plugin that directly accesses the osgText::Text object.

pcatalano
11-01-2011, 07:45 AM
Gotcha. Thanks!