Scene Graph Editor (sge) File Loader
Allows creation of more complex scene graphs from pieces
i.e other files combined together
Example 6a: Shell script to produce an sge file
#! /bin/sh
for file in T*.pfb
do
name=`basename $file .pfb`
echo LOAD $file $name
echo ON $name world
done > demo.sge
Example 6b:
Display the sge
env DPF_DSO_FILES="sgEditor" diversifly --examine demo.sge
Next
Slide09 (8/4/05)
Prev