Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about OSGDB::readNodeFile #1237

Open
kuazhangxiaoai opened this issue Jun 26, 2023 · 1 comment
Open

A question about OSGDB::readNodeFile #1237

kuazhangxiaoai opened this issue Jun 26, 2023 · 1 comment

Comments

@kuazhangxiaoai
Copy link

kuazhangxiaoai commented Jun 26, 2023

OSG is a great work.
I have a group of OSGB files with LOD format. I just want to get all vertex information from those files by OSGDB::readNodeFile. It is unnecessary to read all OSGB files, but just read root file of each subdirectoy, right?

Thanks for your answers.
20230626184505
20230626184520

@vsg-dev
Copy link

vsg-dev commented Jun 26, 2023

The vertex arrays are all stored in osg::Geometry within the files so if you want to analyze all that data you'll need to load all the tiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants