Added osgText/shaders to support greyscale and Signed Distance Field based text

This commit is contained in:
Robert Osfield
2017-09-19 16:35:28 +01:00
parent cc7cf54353
commit 72cf6734a1
5 changed files with 214 additions and 98 deletions

View File

@@ -1345,7 +1345,7 @@ bool State::convertVertexShaderSourceToOsgBuiltIns(std::string& source) const
}
}
OSG_NOTICE<<"-------- Converted source "<<std::endl<<source<<std::endl<<"----------------"<<std::endl;
OSG_INFO<<"-------- Converted source "<<std::endl<<source<<std::endl<<"----------------"<<std::endl;
return true;
}