Description: "Interactive Computer Graphics- a top-down approach using opengl" instance A.16, in the book s chapters 9.9 discusses the scene graph structure.
To Search:
File list (Check if you may need any files):
SCENE_GRAPH_场景图类\Example
....................\Example.cc
....................\Example.o
....................\Gloo.a
....................\graph
....................\Makefile
....................\Makefile.exa
....................\Makefile.lib
....................\Makfile
....................\ReadMe
....................\Scene.h
....................\结点类\Node.cc
....................\......\Node.h
....................\......\光源结点\Light.cc
....................\......\........\Light.h
....................\......\........\LightOff.cc
....................\......\........\LightOff.h
....................\......\几何结点\Cube.cc
....................\......\........\Cube.h
....................\......\........\Cylinder.cc
....................\......\........\Cylinder.h
....................\......\........\Geometry.cc
....................\......\........\Geometry.h
....................\......\........\Line.cc
....................\......\........\Line.h
....................\......\........\Polygon.cc
....................\......\........\Polygon.h
....................\......\........\Sphere.cc
....................\......\........\Sphere.h
....................\......\变换结点\Transfor.cc
....................\......\........\Transfor.h
....................\......\材质结点\Material.cc
....................\......\........\Material.h
....................\......\相机结点\Camera.cc
....................\......\........\Camera.h
....................\......\绘制结点\DrawStyl.cc
....................\......\........\DrawStyl.h
....................\......\颜色结点\Color.cc
....................\......\........\Color.h
....................\观察者类\GLViewer.cc
....................\........\GLViewer.h
....................\结点类\光源结点
....................\......\几何结点
....................\......\变换结点
....................\......\材质结点
....................\......\相机结点
....................\......\绘制结点
....................\......\颜色结点
....................\结点类
....................\观察者类
SCENE_GRAPH_场景图类