<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.povray.org/content?action=history&amp;feed=atom&amp;title=Reference%3AObject_Pattern</id>
	<title>Reference:Object Pattern - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.povray.org/content?action=history&amp;feed=atom&amp;title=Reference%3AObject_Pattern"/>
	<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Object_Pattern&amp;action=history"/>
	<updated>2026-04-06T16:30:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Object_Pattern&amp;diff=6960&amp;oldid=prev</id>
		<title>Jholsenback: 1 revision: Reference Migration Initial Load</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Object_Pattern&amp;diff=6960&amp;oldid=prev"/>
		<updated>2012-03-15T19:07:37Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Reference Migration Initial Load&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:07, 15 March 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jholsenback</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Object_Pattern&amp;diff=6959&amp;oldid=prev</id>
		<title>Jholsenback: 1 revision: Initial Load (TF)</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Object_Pattern&amp;diff=6959&amp;oldid=prev"/>
		<updated>2012-03-11T22:28:04Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Initial Load (TF)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Patterns]]&lt;br /&gt;
{{#indexentry:object, keyword}}&lt;br /&gt;
{{#indexentry:object, pattern}}&lt;br /&gt;
{{#indexentry:keyword, object}}&lt;br /&gt;
{{#indexentry:pattern, object}}&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;object&amp;lt;/code&amp;gt; pattern takes an object as input. It generates a, two item,&lt;br /&gt;
color list pattern. Whether a point is assigned to one item or the other depends on &lt;br /&gt;
whether it is inside the specified object or not. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Object's used in the &amp;lt;code&amp;gt;object&amp;lt;/code&amp;gt; pattern cannot have a texture and must&lt;br /&gt;
be solid - these are the same limitations as for &amp;lt;code&amp;gt;bounded_by&amp;lt;/code&amp;gt; and&lt;br /&gt;
&amp;lt;code&amp;gt;clipped_by&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Syntax:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
object {&lt;br /&gt;
  OBJECT_IDENTIFIER | OBJECT {}&lt;br /&gt;
  LIST_ITEM_A, LIST_ITEM_B&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Where OBJ_IDENTIFIER is the target object (which must be declared), or use the&lt;br /&gt;
full object syntax. LIST_ITEM_A and LIST_ITEM_B are the colors, pigments, or whatever&lt;br /&gt;
the pattern is controlling. LIST_ITEM_A is used for all points outside the object,&lt;br /&gt;
and LIST_ITEM_B is used for all points inside the object.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Example:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pigment {&lt;br /&gt;
  object {&lt;br /&gt;
    myTextObject &lt;br /&gt;
    color White &lt;br /&gt;
    color Red&lt;br /&gt;
    }&lt;br /&gt;
  turbulence 0.15&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Note&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; This is a block pattern which &amp;lt;em&amp;gt;cannot&amp;lt;/em&amp;gt; use wave types, &amp;lt;code&amp;gt;color_map&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;slope_map&amp;lt;/code&amp;gt; modifiers.&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jholsenback</name></author>
	</entry>
</feed>