Skip to content

strawlab/osgt-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

osgt-utils

Programs to operate on OpenSceneGraph .osgt files.

Building

On Ubuntu:

sudo apt-get install cmake libopenscenegraph-dev
mkdir build
cd build
cmake ..
make

Usage

osgtsplit

osgtsplit splits one .osgt file into multiple components.

Example usage:

./osgtsplit source.osgt

Example result:

num children: 2
  saving child "Cube" to "source.osgt.part-0.osgt"
  saving child "Cylinder" to "source.osgt.part-1.osgt"

osgtmerge

osgtmerge joins two source .osgt files into a new .osgt file.

Example usage:

./osgtmerge source1.osgt source2.osgt dest.osgt

Example result:

appending 1 children from "source2.osgt" into data from "source1.osgt"
saved to dest.osgt

About

Programs to operate on OpenSceneGraph .osgt files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published