OpenFrames Wiki
Real-time interactive 3D graphics API for scientific simulations
Status: Beta
Brought to you by:
ravidavi
This page under construction
OpenSceneGraph provides the underlying scene graph management capabilities for OpenFrames. This page outlines the process of downloading and building the OpenSceneGraph libraries.
NOTE: This guide currently applies to Centos7.
Centos 7 Requirements:
Note: The root OSG folder will be referred to as [OSG_FOLDER] in this page
In Terminal:
CMAKE_INSTALL_PREFIX
= \[OSG_FOLDER\]/install
BUILD_OSG_EXAMPLES
= ON
(optional)In Terminal:
\[OSG_FOLDER\]/build
if not already there from previous stepsmake
make install
to install the compiled OpenSceneGraph into the \[OSG_FOLDER\]/install
folderosgversion
executable is in \[OSG_FOLDER\]/install/bin
In Terminal:
export OSG_ROOT=\[OSG_FOLDER\]/install export PATH=$PATH:$OSG_ROOT/bin export LD_LIBRARY_PATH=`\[OSG_FOLDER\]/install/lib64`
osgversion
. It should tell you the version of OSG that you have installed.OpenSceneGraph is now built and installed, and ready for use with OpenFrames.