<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I fix the flickering facade? in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335908#M4650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Micah,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to keep reporter, I think you can just add &lt;A href="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/cgareference/op_nil.html"&gt;NIL&lt;/A&gt; to the end of the rule to terminate the leaf.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along with creating gaps in a split, it helps with creating reporting rules that just need to get information then disappear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="143" src="https://community.esri.com/legacyfs/online/246251_pastedImage_3.png" width="147" /&gt;&lt;/P&gt;&lt;P&gt;Lot--&amp;gt;&lt;BR /&gt; extrude(Height)&lt;BR /&gt; comp(f) {top:Roof|side:X.}&lt;/P&gt;&lt;P&gt;Roof--&amp;gt;&lt;BR /&gt; roofGable(20)&lt;BR /&gt; Flicker&lt;BR /&gt; comp(f) {all:Reporter}&lt;/P&gt;&lt;P&gt;Reporter--&amp;gt;&lt;BR /&gt; color(1,0,0)&lt;BR /&gt; report("Area",geometry.area())&lt;BR /&gt; &lt;BR /&gt;Flicker--&amp;gt;&lt;BR /&gt; X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add:&lt;BR /&gt;Reporter--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;color(1,0,0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;report("Area",geometry.area())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NIL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The flicker in the images disappears, but the report information remains.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;May not help you right now, but thought I would mention it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;David&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Oct 2016 17:26:17 GMT</pubDate>
    <dc:creator>DavidWasserman</dc:creator>
    <dc:date>2016-10-16T17:26:17Z</dc:date>
    <item>
      <title>How do I fix the flickering facade?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335905#M4647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/237194_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rule is a simple&lt;/P&gt;&lt;P&gt;Footprint--&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cleanupGeometry(all,1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;alignScopeToAxes(y) s('1,0,'1)&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;alignScopeToGeometry(yUp, 0, longest)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Up&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Up--&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;extrude(HEIGHT * 0.3048)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Reporter&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Roof&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Roof--&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;case Style == "color override":&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;comp(f){side : color(color_override) | top : RoofGetter}&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;else:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;comp(f){side : FacadePainter | top : RoofGetter}&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;FacadePainter--&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;setupProjection(0, scope.xy, 4, 4, 1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Paint&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Paint--&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;set(material.colormap,facade)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;projectUV(0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 21:49:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335905#M4647</guid>
      <dc:creator>MicahTaylor</dc:creator>
      <dc:date>2016-09-30T21:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix the flickering facade?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335906#M4648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;it seems that you are creating double shape upon each other&amp;nbsp;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;In your Up rule you are creating the same shapes two times, by creating a Reporter and roof. Delete Reporter…&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335906#M4648</guid>
      <dc:creator>KennethLindhardt</dc:creator>
      <dc:date>2016-10-03T14:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix the flickering facade?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335907#M4649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; I did not realize reporting something in a Rule would cause an empty shape after I already textured that shape.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 16:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335907#M4649</guid>
      <dc:creator>MicahTaylor</dc:creator>
      <dc:date>2016-10-11T16:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix the flickering facade?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335908#M4650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Micah,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to keep reporter, I think you can just add &lt;A href="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/cgareference/op_nil.html"&gt;NIL&lt;/A&gt; to the end of the rule to terminate the leaf.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along with creating gaps in a split, it helps with creating reporting rules that just need to get information then disappear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="143" src="https://community.esri.com/legacyfs/online/246251_pastedImage_3.png" width="147" /&gt;&lt;/P&gt;&lt;P&gt;Lot--&amp;gt;&lt;BR /&gt; extrude(Height)&lt;BR /&gt; comp(f) {top:Roof|side:X.}&lt;/P&gt;&lt;P&gt;Roof--&amp;gt;&lt;BR /&gt; roofGable(20)&lt;BR /&gt; Flicker&lt;BR /&gt; comp(f) {all:Reporter}&lt;/P&gt;&lt;P&gt;Reporter--&amp;gt;&lt;BR /&gt; color(1,0,0)&lt;BR /&gt; report("Area",geometry.area())&lt;BR /&gt; &lt;BR /&gt;Flicker--&amp;gt;&lt;BR /&gt; X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add:&lt;BR /&gt;Reporter--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;color(1,0,0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;report("Area",geometry.area())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NIL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The flicker in the images disappears, but the report information remains.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;May not help you right now, but thought I would mention it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;David&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2016 17:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-do-i-fix-the-flickering-facade/m-p/335908#M4650</guid>
      <dc:creator>DavidWasserman</dc:creator>
      <dc:date>2016-10-16T17:26:17Z</dc:date>
    </item>
  </channel>
</rss>

