Difference between revisions of "Reference:Normal-Dependent Patterns"

From POV-Wiki
Jump to navigation Jump to search
m (consistency and clean up)
m (added links)
Line 1: Line 1:
<p>Some patterns depend on the normal vector in addition to a position vector. These patterns are suitable for object normals only:</p>
+
<p>These patterns depend on the normal vector in addition to a position vector:</p>
 
<table class="tablelist">
 
<table class="tablelist">
 
<tr valign="top">
 
<tr valign="top">
<td width="15%">
+
<td width="33%">
<code>aoi</code><br>
+
[[Reference:Aoi Pattern|<code>aoi</code>]]<br>
 
</td>
 
</td>
<td width="15%">
+
<td width="33%">
<code>facets</code><br>
+
[[Reference:Facets Pattern|<code>facets</code>]]<br>
 
</td>
 
</td>
<td width="15%">
+
<td width="33%">
<code>slope</code><br>
+
[[Reference:Slope Pattern|<code>slope</code>]]<br>
 
</td>
 
</td>
 
</tr>
 
</tr>
 
</table>
 
</table>
 
<p class="Note"><strong>Note:</strong> The <code>facets</code> pattern can <em>only</em> be used in a normal statement.</p>
 
<p class="Note"><strong>Note:</strong> The <code>facets</code> pattern can <em>only</em> be used in a normal statement.</p>

Revision as of 11:41, 30 March 2017

These patterns depend on the normal vector in addition to a position vector:

aoi

facets

slope

Note: The facets pattern can only be used in a normal statement.