summaryrefslogtreecommitdiff
path: root/doc/api/rendering.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/rendering.texi')
-rw-r--r--doc/api/rendering.texi48
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/api/rendering.texi b/doc/api/rendering.texi
new file mode 100644
index 0000000..364d09c
--- /dev/null
+++ b/doc/api/rendering.texi
@@ -0,0 +1,48 @@
+@node Rendering
+@section Rendering
+
+@menu
+* Scene Graph:: Declarative rendering.
+* Sprites:: 2D textured rectangles.
+* Textures:: Pixel arrays.
+* Fonts:: Font loading and text rendering.
+* Shapes:: Primitive 2D/3D shapes.
+* Cameras:: Defining a viewpoint.
+* Colors:: Pretty colors.
+* Framebuffers:: Offscreen rendering.
+@end menu
+
+@node Scene Graph
+@subsection Scene Graph
+
+@menu
+* Models:: Renderable objects.
+* Groups:: Transformation hierarchy.
+@end menu
+
+@node Models
+@subsubsection Models
+
+@node Groups
+@subsubsection Groups
+
+@node Sprites
+@subsection Sprites
+
+@node Textures
+@subsection Textures
+
+@node Fonts
+@subsection Fonts
+
+@node Shapes
+@subsection Shapes
+
+@node Cameras
+@subsection Cameras
+
+@node Colors
+@subsection Colors
+
+@node Framebuffers
+@subsection Framebuffers