<?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:uv_set</title>
        <description></description>
        <link>/</link>
        <image rdf:resource="/lib/tpl/dazdoccenter/images/favicon.ico" />
       <dc:date>2026-04-14T17:13:08+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="/public/dson_spec/object_definitions/uv_set/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/uv_set/start">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-05T16:34:02+00:00</dc:date>
        <title>uv_set</title>
        <link>/public/dson_spec/object_definitions/uv_set/start</link>
        <description>
&lt;h1 id=&quot;uv_set&quot;&gt;uv_set&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;
The definition of a single UV coordinate set asset.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;parent_objects&quot;&gt;Parent Objects&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;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; id &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing a unique ID for this asset within the current file scope. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; yes &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; name &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the “internal” name for this UV set.  Generally unique within any sibling uv sets. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; “” &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; label &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the user facing label for this UV set. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; “” &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; source &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the &lt;abbr title=&quot;Uniform Resource Identifier&quot;&gt;URI&lt;/abbr&gt; of the &lt;em&gt;uv_set&lt;/em&gt; asset that this &lt;em&gt;uv_set&lt;/em&gt; was derived from, if any. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; “” &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; vertex_count &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; An &lt;a href=&quot;/public/dson_spec/format_description/data_types/start#int&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:format_description:data_types:start&quot;&gt;int&lt;/a&gt; representing the number of vertices expected to be in the geometry that the UV set applies to. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; yes &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; uvs &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/format_description/data_types/start#float2_array&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:format_description:data_types:start&quot;&gt;float2_array&lt;/a&gt; of all UV&amp;#039;s, both those that are shared by all polygons attached to a vertex, and those that may be unique to a particular polygon attached to a vertex. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; yes &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; polygon_vertex_indices &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; An array representing the polygons that use a UV index for a given vertex that is different than the default index defined in “uvs”. Polygon-specific vertex-indexed UV indices.  Each entry is [&lt;em&gt;polygon_index&lt;/em&gt;, &lt;em&gt;polygon_vertex_index&lt;/em&gt;, &lt;em&gt;uv_index&lt;/em&gt;], where &lt;em&gt;polygon_vertex_index&lt;/em&gt; refers to the index of a vertex in the geometry that is used by the polygon at &lt;em&gt;polygon_index&lt;/em&gt;. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT1 TABLE [208-1548] --&gt;
&lt;/div&gt;

&lt;h2 id=&quot;details&quot;&gt;Details&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
The &lt;em&gt;uvs&lt;/em&gt; array is assumed to be given in the same order as the vertices in any associated geometry. Any vertices that have more than one UV coordinate associated with them (e.g. along a UV boundary) should appear in the &lt;em&gt;polygon_vertex_indices&lt;/em&gt; array. For vertices that appear in the &lt;em&gt;polygon_vertex_indices&lt;/em&gt; array, their entry in the &lt;em&gt;uvs&lt;/em&gt; array should correspond to a “primary” value for the UV&amp;#039;s for that vertex. The “primary” value may be arbitrary for most applications.
&lt;/p&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;
For a &lt;a href=&quot;/public/dson_spec/object_definitions/geometry/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:geometry:start&quot;&gt;geometry&lt;/a&gt; with unique UV&amp;#039;s at each vertex, the &lt;em&gt;uvs&lt;/em&gt; array size will match the vertex array size of the corresponding geometry. If the &lt;a href=&quot;/public/dson_spec/object_definitions/geometry/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:geometry:start&quot;&gt;geometry&lt;/a&gt; has vertices with more than one UV associated with them, there will be an entry in the &lt;em&gt;polygon_vertex_indices&lt;/em&gt; array for each additional UV associated with each vertex.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{
    &amp;quot;id&amp;quot; : &amp;quot;default&amp;quot;,
    &amp;quot;name&amp;quot; : &amp;quot;default&amp;quot;,
    &amp;quot;label&amp;quot; : &amp;quot;Default UVs&amp;quot;,
    &amp;quot;vertex_count&amp;quot; : 266,
    &amp;quot;uvs&amp;quot; : [
        [ 0.02083333, 0 ],
        [ 0.02083333, 1 ],
        [ 0, 0.08333334 ],
        [ 0, 0.1666667 ],
        [ 0, 0.25 ],
        [ 0, 0.3333333 ],
        [ 0, 0.4166667 ],
        [ 0, 0.5 ],
        [ 0, 0.5833333 ],
        [ 0, 0.6666667 ],
        [ 0, 0.75 ],
        [ 0, 0.8333333 ],
        [ 0, 0.9166667 ]
    ],
    &amp;quot;polygon_vertex_indices&amp;quot; : [
        [ 12, 0, 266 ],
        [ 24, 0, 4 ],
        [ 36, 0, 7 ],
        [ 48, 0, 9 ],
        [ 60, 0, 2 ]
    ]	
}&lt;/pre&gt;

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