[Plib-cvs] plib/src/ssg ssgEntity.cxx,1.26,1.27
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-09-13 11:31:05
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29651/ssg Modified Files: ssgEntity.cxx Log Message: Typo fixes by Mr John F Fay Index: ssgEntity.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgEntity.cxx,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- ssgEntity.cxx 20 Nov 2003 13:58:35 -0000 1.26 +++ ssgEntity.cxx 13 Sep 2004 11:30:55 -0000 1.27 @@ -114,7 +114,7 @@ Get the entity whos name equals match (case sensitive) or 0 if there isn't This will be overridden by descendant classes to search trees, etc. This makes recovery of tagged parts of objects simple. - I envisage it being used to find axles, gimbles etc and to seperate many objects + I envisage it being used to find axles, gimbals etc and to separate many objects from a single loaded model file. The base version in ssgEntity returns the ssgEntity if the name refers to this entity or 0 if not. */ @@ -128,7 +128,7 @@ /* Get the entity specified by the path. A path is a series of names - seperated by '/'. Each sub-unit is searched so long as the path matches. + separated by '/'. Each sub-unit is searched so long as the path matches. A single leading '/' on the path is ignored. */ |