<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.luxcorerender.org/index.php?action=history&amp;feed=atom&amp;title=Shape%3A_Pointiness</id>
	<title>Shape: Pointiness - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.luxcorerender.org/index.php?action=history&amp;feed=atom&amp;title=Shape%3A_Pointiness"/>
	<link rel="alternate" type="text/html" href="https://wiki.luxcorerender.org/index.php?title=Shape:_Pointiness&amp;action=history"/>
	<updated>2026-05-07T14:00:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.luxcorerender.org/index.php?title=Shape:_Pointiness&amp;diff=75&amp;oldid=prev</id>
		<title>Byob: Created page with &quot;= Shape: Pointiness =   &#039;&#039;&#039;SDL properties&#039;&#039;&#039;   Contains surface curvature information in vertex alpha channel.&lt;br&gt; You...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.luxcorerender.org/index.php?title=Shape:_Pointiness&amp;diff=75&amp;oldid=prev"/>
		<updated>2017-12-04T13:55:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Shape: Pointiness =  &lt;a href=&quot;/LuxCore_SDL_Reference_Manual_v2.0#Type:_pointiness&quot; title=&quot;LuxCore SDL Reference Manual v2.0&quot;&gt; &amp;#039;&amp;#039;&amp;#039;SDL properties&amp;#039;&amp;#039;&amp;#039; &lt;/a&gt;  Contains surface curvature information in vertex alpha channel.&amp;lt;br&amp;gt; You...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Shape: Pointiness =&lt;br /&gt;
&lt;br /&gt;
[[ LuxCore_SDL_Reference_Manual_v2.0#Type:_pointiness | &amp;#039;&amp;#039;&amp;#039;SDL properties&amp;#039;&amp;#039;&amp;#039; ]]&lt;br /&gt;
&lt;br /&gt;
Contains surface curvature information in vertex alpha channel.&amp;lt;br&amp;gt;&lt;br /&gt;
You can access this information in materials via a hitpointalpha texture.&amp;lt;br&amp;gt;&lt;br /&gt;
The values range from -1 to 1 (float).&amp;lt;br&amp;gt;&lt;br /&gt;
Values from -1 to 0 are concave, while values from 0 to 1 are convex.&lt;br /&gt;
&lt;br /&gt;
====Example: Convex====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
scene.textures.curvature_orig.type = hitpointalpha&lt;br /&gt;
##&lt;br /&gt;
# Work only on convex side&lt;br /&gt;
scene.textures.curvature.type = clamp&lt;br /&gt;
scene.textures.curvature.texture = curvature_orig&lt;br /&gt;
scene.textures.curvature.min = 0.0&lt;br /&gt;
scene.textures.curvature.max = 1.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Pointiness_convex.jpg]]&lt;br /&gt;
&lt;br /&gt;
====Example: Concave====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
scene.textures.curvature_orig.type = hitpointalpha&lt;br /&gt;
##&lt;br /&gt;
# Work only on concave side&lt;br /&gt;
scene.textures.flipped_curvature.type = scale&lt;br /&gt;
scene.textures.flipped_curvature.texture1 = curvature_orig&lt;br /&gt;
scene.textures.flipped_curvature.texture2 = -1.0&lt;br /&gt;
scene.textures.curvature.type = clamp&lt;br /&gt;
scene.textures.curvature.texture = flipped_curvature&lt;br /&gt;
scene.textures.curvature.min = 0.0&lt;br /&gt;
scene.textures.curvature.max = 1.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Pointiness_concave.jpg]]&lt;br /&gt;
&lt;br /&gt;
====Example: Both====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
scene.textures.curvature_orig.type = hitpointalpha&lt;br /&gt;
##&lt;br /&gt;
# Work on both&lt;br /&gt;
scene.textures.curvature.type = abs&lt;br /&gt;
scene.textures.curvature.texture = curvature_orig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Pointiness_both.jpg]]&lt;/div&gt;</summary>
		<author><name>Byob</name></author>
	</entry>
</feed>