1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>libg3d Reference Manual</title>
<releaseinfo>
for libg3d 0.0.7
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://automagically.de/libg3d/index.html">http://automagically.de/libg3d/</ulink>.
</releaseinfo>
</bookinfo>
<chapter>
<title>Application interface</title>
<xi:include href="xml/types.xml"/>
<xi:include href="xml/context.xml"/>
<xi:include href="xml/model.xml"/>
<xi:include href="xml/object.xml"/>
<xi:include href="xml/face.xml"/>
<xi:include href="xml/material.xml"/>
<xi:include href="xml/texture.xml"/>
</chapter>
<chapter>
<title>Plugin interface</title>
<xi:include href="xml/plugins.xml"/>
<xi:include href="xml/stream.xml"/>
<xi:include href="xml/iff.xml"/>
<xi:include href="xml/read.xml"/>
<xi:include href="xml/primitive.xml"/>
<xi:include href="xml/matrix.xml"/>
<xi:include href="xml/vector.xml"/>
<xi:include href="xml/quat.xml"/>
</chapter>
</book>
|