<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="/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="/feed.php">
        <title>Documentation Center public:dson_spec:object_definitions:camera</title>
        <description></description>
        <link>/</link>
        <image rdf:resource="/lib/tpl/dazdoccenter/images/favicon.ico" />
       <dc:date>2026-04-14T09:01:31+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="/public/dson_spec/object_definitions/camera/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="/lib/tpl/dazdoccenter/images/favicon.ico">
        <title>Documentation Center</title>
        <link>/</link>
        <url>/lib/tpl/dazdoccenter/images/favicon.ico</url>
    </image>
    <item rdf:about="/public/dson_spec/object_definitions/camera/start">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-04T04:12:12+00:00</dc:date>
        <title>camera</title>
        <link>/public/dson_spec/object_definitions/camera/start</link>
        <description>
&lt;h1 id=&quot;camera&quot;&gt;camera&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h2 id=&quot;description&quot;&gt;Description&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Extra properties available for use if the node &lt;em&gt;type&lt;/em&gt; is specified as “camera”.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;parent_object&quot;&gt;Parent Object&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;/public/dson_spec/object_definitions/daz/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:daz:start&quot;&gt;DAZ&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h2 id=&quot;extends&quot;&gt;Extends&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;/public/dson_spec/object_definitions/node/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:node:start&quot;&gt;node&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h2 id=&quot;properties&quot;&gt;Properties&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit1&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0&quot;&gt; Name &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;&lt;th class=&quot;col2&quot;&gt; Default &lt;/th&gt;&lt;th class=&quot;col3&quot;&gt; Required &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; perspective &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/camera_perspective/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:camera_perspective:start&quot;&gt;camera_perspective&lt;/a&gt; object definition, if this is a perspective camera. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; this or &lt;em&gt;camera_orthographic&lt;/em&gt; &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; orthographic &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; An &lt;a href=&quot;/public/dson_spec/object_definitions/camera_orthographic/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:camera_orthographic:start&quot;&gt;camera_orthographic&lt;/a&gt; object definition, if this is an orthographic camera. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; this or &lt;em&gt;camera_perspective&lt;/em&gt; &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT1 TABLE [314-715] --&gt;
&lt;/div&gt;

&lt;h2 id=&quot;example&quot;&gt;Example&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Definition for a node with a “camera” type, setting values for the camera properties along with several node properties.
&lt;/p&gt;

&lt;p&gt;
&lt;pre class=&quot;code&quot;&gt;{
	“id” : “perspective”,
	“label” : “Cinematic”,
	“type” : “camera”,
	“parent” : “lhand”,
	“perspective” : {
		&lt;span class=&quot;codedoc_hilite&quot;&gt;/*  See &lt;a href=&quot;/public/dson_spec/object_definitions/camera_perspective/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:camera_perspective:start&quot;&gt;camera_perspective&lt;/a&gt;  */&lt;/span&gt;
	},
	“orthographic” : {
		&lt;span class=&quot;codedoc_hilite&quot;&gt;/*  See &lt;a href=&quot;/public/dson_spec/object_definitions/camera_orthographic/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:camera_orthographic:start&quot;&gt;camera_orthographic&lt;/a&gt;  */&lt;/span&gt;
	},
	“rotation” : [
		{
			&lt;span class=&quot;codedoc_hilite&quot;&gt;/*  See &lt;a href=&quot;/public/dson_spec/object_definitions/channel_float/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:channel_float:start&quot;&gt;channel_float&lt;/a&gt;  */&lt;/span&gt;
		},
		…
	],
	“translation” : [
		{
			&lt;span class=&quot;codedoc_hilite&quot;&gt;/*  See &lt;a href=&quot;/public/dson_spec/object_definitions/channel_float/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:channel_float:start&quot;&gt;channel_float&lt;/a&gt;  */&lt;/span&gt;
		},
		…
	],
	“scale” : [
		{
			&lt;span class=&quot;codedoc_hilite&quot;&gt;/*  See &lt;a href=&quot;/public/dson_spec/object_definitions/channel_float/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:channel_float:start&quot;&gt;channel_float&lt;/a&gt;  */&lt;/span&gt;
		},
		…
	]
}&lt;/pre&gt;
&lt;/p&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
