<?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: Problems with colour and texture displaying correctly in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36387#M500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That makes a lot of sense, thanks so much. I think I'm a bit haphazard with my procedural coding - still getting the hang of it!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I posted the problem under the graphics problem thread as well -&amp;nbsp; I'm also getting used to using forums properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yvette&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 11:52:37 GMT</pubDate>
    <dc:creator>YvetteBevis2</dc:creator>
    <dc:date>2013-08-23T11:52:37Z</dc:date>
    <item>
      <title>Problems with colour and texture displaying correctly</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36385#M498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently working on a project where I'm modelling informal settlements in South Africa using CityEngine. I've used procedural modelling to build the structures and the last thing I did was to apply colour to the models. The colour, however, is not displaying properly - instead of a solid colour it appears patchy and in some places it doesn't show at all. I've attached a screenshot of one of the objects (set of postboxes). The roof is supposed to be red and the bottom panel is supposed to be blue. I'm having the same problem when I apply a photograph (cropped using the facade wizard) as texture to the models.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 18:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36385#M498</guid>
      <dc:creator>YvetteBevis2</dc:creator>
      <dc:date>2013-08-21T18:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with colour and texture displaying correctly</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36386#M499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Yvette,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm pretty sure the colors do not show correctly because you have duplicate geometries on top of each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure in all your code you do not have this code structure :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;A --&amp;gt; &amp;nbsp;&amp;nbsp; B &amp;nbsp;&amp;nbsp; C&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because B and C are duplicates of A, so they're on top of each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The exact same thing would be :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shape --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; extrude(10) A.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; extrude(10) B.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, check the 'Inspect Model Mode' together with the 'Model Hierarchy' ( see tutorial 6 video ) to track this down easier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 10:30:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36386#M499</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2013-08-23T10:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with colour and texture displaying correctly</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36387#M500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That makes a lot of sense, thanks so much. I think I'm a bit haphazard with my procedural coding - still getting the hang of it!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I posted the problem under the graphics problem thread as well -&amp;nbsp; I'm also getting used to using forums properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yvette&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 11:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36387#M500</guid>
      <dc:creator>YvetteBevis2</dc:creator>
      <dc:date>2013-08-23T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with colour and texture displaying correctly</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36388#M501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You were right, I had a duplication in the rule where I split the building into the different facades.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yvette&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 08:45:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/problems-with-colour-and-texture-displaying/m-p/36388#M501</guid>
      <dc:creator>YvetteBevis2</dc:creator>
      <dc:date>2013-08-25T08:45:09Z</dc:date>
    </item>
  </channel>
</rss>

