Added support for controlling the number of curves samples to generate on Glyph3D's. Set via Font3D::setNumberCurveSamples(num).
This commit is contained in:
@@ -243,7 +243,8 @@ Font3D::Font3D(Font3DImplementation* implementation):
|
||||
osg::Object(true),
|
||||
_depth(1),
|
||||
_width(64),
|
||||
_height(64)
|
||||
_height(64),
|
||||
_numCurveSamples(10)
|
||||
{
|
||||
setImplementation(implementation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user