Intellisense:namespace "Osgdb" has no member "Begin_bracket"

Source: Internet
Author: User

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"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.