From Albert Luaces, typo fixes.

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14883 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-06-01 13:40:20 +00:00
parent d14a602a59
commit ba9dfb2ff6
103 changed files with 164 additions and 168 deletions

View File

@@ -5,7 +5,7 @@
// SGI Inventor , or TGS Inventor.
//
//
// Autor: PCJohn (peciva _at fit.vutbr.cz)
// Author: PCJohn (peciva _at fit.vutbr.cz)
//
// License: public domain
//
@@ -1009,7 +1009,7 @@ ConvertToInventor::InventorState* ConvertToInventor::createInventorState(const o
// just SoMaterial::transparency, SoTexture2 with alpha channel carry transparency information
// that is controlled by SoGLRenderAction::transparency type that is set to SCREEN_DOOR by default
// (dither pattern). So, if the user does not select better transparency type, there is no
// possiblity to control transparency type from file format.
// possibility to control transparency type from file format.
//
// However, SoTransparencyType node was introduced to overcome this historical limitation
// because transparency was performance expensive long time ago.