Index of /documentation/presentations/intro_to_OSG/osgtut

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]Makefile 2011-02-14 12:54 2.3K 
[   ]cow.mtl 2011-02-15 11:28 382  
[TXT]cow.obj 2011-02-15 11:28 321K 
[TXT]ex_animated_arrows.cpp 2011-02-14 12:54 4.7K 
[TXT]ex_arrow.cpp 2011-02-14 12:54 2.6K 
[TXT]ex_cone.cpp 2011-02-14 12:54 1.6K 
[TXT]ex_simple_viewer.cpp 2011-02-14 12:54 776  
[TXT]ex_simple_viewer_bet..>2011-02-14 12:54 1.3K 
[TXT]ex_twin_arrows.cpp 2011-02-14 12:54 3.2K 
[TXT]ex_vec_arrow.cpp 2011-02-14 12:54 3.2K 
[TXT]osgtutREADME.txt 2011-02-14 12:54 1.4K 
[   ]run_osg 2011-02-14 12:54 303  
[TXT]soln_axes.cpp 2011-02-14 12:54 3.6K 
[TXT]soln_long_arrow.cpp 2011-02-14 12:54 2.6K 
[TXT]soln_two_animated_ar..>2011-02-14 12:54 4.7K 
[TXT]tutOSG.cpp 2011-02-14 12:54 5.2K 
[TXT]tutOSG.h 2011-02-14 12:54 531  

The source files for the OpenSceneGraph tutorial are above. Left-clickon a
given file to see the contents or right-click and choose "Save Link As ..." (or
similar wording depending on your browser) to save the file to your local
machine.

To compile any of the programs on a Linux machine, first download the files
'Makefile' and 'run_osg' and any or all of the example files you wish to run
and then:

To make any one example:
    % make example_name

To run any executable
    % run_osg example_name