<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://manual.dengine.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://manual.dengine.net/feed.php">
        <title>Doomsday Manual</title>
        <description></description>
        <link>https://manual.dengine.net/</link>
        <image rdf:resource="https://manual.dengine.net/lib/tpl/dengine/images/favicon.ico" />
       <dc:date>2026-06-11T03:51:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://manual.dengine.net/assets/model?rev=1582446796&amp;do=diff"/>
                <rdf:li rdf:resource="https://manual.dengine.net/assets/shader?rev=1503766736&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://manual.dengine.net/lib/tpl/dengine/images/favicon.ico">
        <title>Doomsday Manual</title>
        <link>https://manual.dengine.net/</link>
        <url>https://manual.dengine.net/lib/tpl/dengine/images/favicon.ico</url>
    </image>
    <item rdf:about="https://manual.dengine.net/assets/model?rev=1582446796&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-23T08:33:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>assets:model</title>
        <link>https://manual.dengine.net/assets/model?rev=1582446796&amp;do=diff</link>
        <description>3D model assets

This page is about 3D model assets that can be rendered in the game world using the GL2 model renderer. The article applies to version 2.2. 

Doomsday 1.x supports only MD2/DMD models.

Models representing things (model.thing.*)

Example:
asset model.thing.possessed {
  path = &quot;possessed.md5mesh&quot;
}</description>
    </item>
    <item rdf:about="https://manual.dengine.net/assets/shader?rev=1503766736&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-26T16:58:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>assets:shader</title>
        <link>https://manual.dengine.net/assets/shader?rev=1503766736&amp;do=diff</link>
        <description>Shader

This article is about shader programs. Shaders are defined in ScriptedInfo files named shaders.dei.

Variables

Declaring a variable

Shader variables are uniforms, i.e, constants that can be changed at runtime without recompiling the shader.

Variables must be declared separately from their declaration in the shader source code. This lets Doomsday know which uniforms are intended to be externally modifiable. Also, Doomsday can initialize the variables to a specified initial values — use…</description>
    </item>
</rdf:RDF>
