fix apply once
This commit is contained in:
parent
d48a304569
commit
fa7843d520
@ -293,6 +293,7 @@ private:
|
||||
else
|
||||
*m_f << "solid " << node.getName() << std::endl;
|
||||
|
||||
*m_f << std::fixed << std::setprecision(7);
|
||||
for (unsigned int i = 0; i < node.getNumDrawables(); ++i)
|
||||
{
|
||||
osg::TriangleFunctor<PushPoints> tf;
|
||||
|
Loading…
Reference in New Issue
Block a user