Typo fixes

This commit is contained in:
Alberto Luaces
2016-05-30 12:30:05 +01:00
committed by Robert Osfield
parent 307001391f
commit 260cbab518
40 changed files with 56 additions and 56 deletions

View File

@@ -266,7 +266,7 @@ osg::Node * CreateAdvancedHierarchy( osg::Node * model )
PerFragmentDirectionalLightingFragmentShaderSource );
}
// Additionaly set bottom left model texture to procedural blue to
// Additionally set bottom left model texture to procedural blue to
// better observe smooth speculars done through per pixel lighting
if( 1 )
{
@@ -279,7 +279,7 @@ osg::Node * CreateAdvancedHierarchy( osg::Node * model )
ProceduralBlueTextureFragmentShaderSource );
}
// Additionaly change texture mapping to SphereMAp in bottom right model
// Additionally change texture mapping to SphereMAp in bottom right model
if( 1 )
{
AddLabel( transformRightBottom, "EnvMap Sphere VP", offset );