# 目录 ```{toctree} :maxdepth: 2 :numbered: introduction ``` ```{toctree} :maxdepth: 2 :numbered: :caption: 专题一:简单图形绘制 drawing/vectors drawing/display drawing/rasterization drawing/sampling drawing/anti-aliasing ``` ```{toctree} :maxdepth: 2 :numbered: :caption: 专题二:几何表示 geometry/usage geometry/computational geometry/differential geometry/points_and_voxels geometry/mesh geometry/curves geometry/signed_distance_functions ``` ```{toctree} :maxdepth: 2 :numbered: :caption: 专题三:三维物体渲染 rendering/pipeline rendering/transformation rendering/camera rendering/visibility rendering/shading rendering/texture rendering/ray_tracing rendering/graphics_API ``` ```{toctree} :maxdepth: 2 :numbered: :caption: 专题四:动画生成 animation/principle animation/procedural animation/simulation animation/rotation animation/characters ``` ```{toctree} :maxdepth: 2 :caption: 附录 references ```