Intellisense:namespace "Osgdb" has no member "Begin_bracket"
Transferred from: http://bbs.osgchina.org/forum.php?mod=viewthread&tid=10606&_dsign=a0ab3111
The reason is that the new version of the global variables Osgdb::begin_bracket and osgdb::end_bracket have been removed.
Here is a work around:
Change each osgdb::begin_bracket at the tip to Begin_bracket,osgdb::end_bracket to End_bracket.
And you define these two variables in front of each function:
Osgdb::objectmark Begin_bracket, End_bracket;
Begin_bracket.set ("{", +2);
End_bracket.set ("}",-2);
Compiled by
Scenario two, transfer from: http://115.29.176.208/forum.php?mod=viewthread&tid=12920
change each osgdb::begin_bracket at the prompt to the appropriate use is . Begin_bracket or OS. Begin_bracket begin_bracket,osgdb::end_bracket changed to IS. End_bracket or os. End_bracket.
The second scenario has been tested and passed.
Intellisense:namespace "Osgdb" has no member "Begin_bracket"