OSG:中级篇 文件IO类

一.简介

#include <osgDB/ReadFile>

#include <osgDB/WriteFile>

 

二.读取数据

    osgDB::readCommandLine()
    osgDB::readFile()
    osgDB::readHeightFieldFile()
    osgDB::readImageFile()
    osgDB::readNodeFile()
    osgDB::readNodeFiles()
    osgDB::readObjectFile()
    osgDB::readScriptFile()
    osgDB::readShaderFile()

 

osg::ref_ptr<osg::Node> loadModel = osgDB::readNodeFile("glider.osg");

 

posted @ 2019-09-03 15:26  言午丶  阅读(354)  评论(0编辑  收藏  举报