91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 7.61MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2023-10-01
  • 語言: 其他
  • 標簽: OSG??

資源簡介

OpenSceneGraph-3.4.0的安裝包,用于搭建OpenSceneGraph平臺的必要軟件。

資源截圖

代碼片段和文件信息

/*?-*-c++-*-?OpenSceneGraph?-?Copyright?(C)?1998-2006?Robert?Osfield?
?*
?*?This?application?is?open?source?and?may?be?redistributed?and/or?modified???
?*?freely?and?without?restriction?both?in?commercial?and?non?commercial?applications
?*?as?long?as?this?copyright?notice?is?maintained.
?*?
?*?This?application?is?distributed?in?the?hope?that?it?will?be?useful
?*?but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
?*?MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.
*/

#include?
#include?
#include?

#include?
#include?
#include?
#include?

#include?
#include?


int?main(?int?argc?char?**argv?)
{
????//?use?an?ArgumentParser?object?to?manage?the?program?arguments.
????osg::ArgumentParser?arguments(&argcargv);
????
????//?set?up?the?usage?document?in?case?we?need?to?print?out?how?to?use?this?program.
????arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName());
????arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+“?is?an?application?for?collecting?a?set?of?separate?files?into?a?single?archive?file?that?can?be?later?read?in?OSG?applications..“);
????arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+“?[options]?filename?...“);
????????
????//?if?user?request?help?write?it?out?to?cout.
????if?(arguments.read(“-h“)?||?arguments.read(“--help“))
????{
????????arguments.getApplicationUsage()->write(std::cout);
????????return?1;
????}

????std::string?archiveFilename;
????while?(arguments.read(“-a“archiveFilename)?||?arguments.read(“--archive“archiveFilename))
????{
????}

????bool?insert?=?false;
????while?(arguments.read(“-i“)?||?arguments.read(“--insert“))
????{
????????insert?=?true;
????}
????
????bool?extract?=?false;
????while?(arguments.read(“-e“)?||?arguments.read(“--extract“))
????{
????????extract?=?true;
????}
????
????bool?list?=?false;????
????while?(arguments.read(“-l“)?||?arguments.read(“--list“))
????{
????????list?=?true;
????}

????typedef?std::vector?FileNameList;
????FileNameList?files;
????for(int?pos=1;pos????{
????????if?(!arguments.isOption(pos))
????????{
????????????if?(insert)
????????????{
????????????????std::string?filePath?=?osgDB::findDataFile(arguments[pos]);
????????????????osgDB::FileType?fileType?=?osgDB::fileType(filePath);
????????????????if?(fileType==osgDB::REGULAR_FILE)
????????????????{
????????????????????files.push_back(arguments[pos]);
????????????????}
????????????????else?if?(fileType==osgDB::DIRECTORY)
????????????????{
????????????????????osgDB::DirectoryContents?directory?=?osgDB::getDirectoryContents(arguments[pos]);
????????????????????osgDB::DirectoryContents::iterator?it?=?directory.begin();
????????????????????while(?it?!=?directory.end())
????????????????????{
????????????????????????files.push_back(filePath?+?“/“?+

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-08-12?16:42??OpenSceneGraph-3.4.0\
?????文件???????29848??2009-04-10?09:37??OpenSceneGraph-3.4.0\LICENSE.txt
?????目錄???????????0??2015-08-12?16:42??OpenSceneGraph-3.4.0\PlatformSpecifics\
?????目錄???????????0??2015-08-12?16:42??OpenSceneGraph-3.4.0\PlatformSpecifics\Android\
?????文件?????????219??2011-04-19?11:40??OpenSceneGraph-3.4.0\PlatformSpecifics\Android\Android.mk.master.in
?????文件?????????134??2011-04-19?11:40??OpenSceneGraph-3.4.0\PlatformSpecifics\Android\Android.mk.src.in
?????文件???????85326??2014-11-28?16:20??OpenSceneGraph-3.4.0\PlatformSpecifics\Android\android.toolchain.cmake
?????文件?????????743??2012-04-19?09:50??OpenSceneGraph-3.4.0\PlatformSpecifics\Android\Android.mk.modules.in
?????文件?????????637??2011-04-19?11:40??OpenSceneGraph-3.4.0\PlatformSpecifics\Android\Android.mk.serializers.in
?????文件?????????421??2014-12-18?16:52??OpenSceneGraph-3.4.0\PlatformSpecifics\Android\Application.mk.master.in
?????文件?????????267??2013-02-13?16:03??OpenSceneGraph-3.4.0\PlatformSpecifics\Android\AndroidManifest.xml.master.in
?????目錄???????????0??2015-08-12?16:42??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\
?????文件?????????636??2009-02-06?14:13??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\osgShell.bat
?????目錄???????????0??2015-08-12?16:42??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\
?????目錄???????????0??2015-08-12?16:42??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\
?????文件?????????870??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg16-32.png
?????文件???????27897??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg.xcf
?????文件????????3883??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg32.xcf
?????文件????????4254??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg48-32.png
?????文件????????1575??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg32-8.png
?????文件????????2116??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg48-8.png
?????文件?????????314??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg16-4.png
?????文件?????????525??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg32-4.png
?????文件?????????745??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg16-8.png
?????文件?????????898??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\file.txt
?????文件????????2302??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg32-32.png
?????文件????????1883??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg16.xcf
?????文件?????????775??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg48-4.png
?????文件?????????302??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\make.bat
?????文件????????6364??2004-01-28?10:53??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\src\osg48.xcf
?????文件??????????37??2007-02-27?13:16??OpenSceneGraph-3.4.0\PlatformSpecifics\Windows\icons\osg_icon.rc
............此處省略3910個文件信息

評論

共有 條評論