<?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 to drape a raster over 3D models in CityEngine? in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32987#M462</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;/P&gt;&lt;P&gt;it &lt;EM&gt;will&lt;/EM&gt; work .. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the workflow has nothing to do with the terrain per se. you just use a georeferenced terrain to get the proper extent values for a heat map, which gets projected onto the models via CGA.&lt;/P&gt;&lt;P&gt;CGA does not know georeferencing, therefore you have to 'feed' that to CGA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above workflow does that. the only stipulation in this workflow is that the texture shows the same geographic extent as the terrain - which means the terrain you use to get the values should contain all buildings you wanna texture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers!&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt; &lt;STRONG style="color: #262626; font-size: 10.0pt;"&gt;matthias buehler&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| ceo &amp;amp; co-founder || msc. arch. eth zurich&lt;BR /&gt; ------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #262626;"&gt;&lt;BR /&gt; &lt;STRONG&gt;vrbn AG – official esri partner&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;||&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&lt;A href="http://www.vrbn.io/"&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;www.vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| winterthurerstrasse 53 || 8610 uster || switzerland&lt;BR /&gt; +41 78 930 04 07 ||&amp;nbsp;&lt;A href="mailto:matthias.buehler@vrbn.io"&gt;&lt;SPAN style="color: purple;"&gt;matthias.buehler@vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;|| @vrbnio @mattb3d&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2018 17:41:34 GMT</pubDate>
    <dc:creator>MatthiasBuehler3</dc:creator>
    <dc:date>2018-08-22T17:41:34Z</dc:date>
    <item>
      <title>How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32984#M459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello GeoNet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3D buildings modeled in CityEngine. I created a heat map of office locations and would like to drape the raster of that map over the 3D buildings to show where the concentrations of offices are. This would be much quicker than writing a rule file to color gradient the buildings in my opinion because the geospatial component of office clusters is spread across the raster whereas coloring the buildings would lose the spatial component. Any ideas on how to get a raster over a non-terrain 3D model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 22:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32984#M459</guid>
      <dc:creator>NicholasMartinez1</dc:creator>
      <dc:date>2018-08-21T22:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32985#M460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicholas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- you find the terrain extent in the inspector (select the terrain layer), edit the values in the code below.&lt;/P&gt;&lt;P&gt;- your heat map needs exactly the same extent as the satellite picture with this method.&lt;/P&gt;&lt;P&gt;- this code runs metric, maybe some things need to be adapted for feet projections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE:&lt;/P&gt;&lt;P&gt;****************************************************&lt;/P&gt;&lt;P&gt;terrainExtentData(data) = &lt;BR /&gt;&amp;nbsp; &amp;nbsp;case data == "SX" : 15000&lt;BR /&gt;&amp;nbsp; &amp;nbsp;case data == "SZ" : 15000&lt;BR /&gt;&amp;nbsp; &amp;nbsp;case data == "OX" : 3224458.982&lt;BR /&gt;&amp;nbsp; &amp;nbsp;case data == "OZ" : -5016876.625&lt;BR /&gt;&amp;nbsp; &amp;nbsp;else : 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProjectGeorefImage --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;setupProjection(0,world.xz,&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;terrainExtentData("SX"),&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;-terrainExtentData("SZ"),&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;terrainExtentData("OX"),&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;terrainExtentData("OZ")&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;)&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;projectUV(0) &lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;texture("maps/myMap.jpg")&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*****************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt; &lt;STRONG style="color: #262626; font-size: 10.0pt;"&gt;matthias buehler&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| ceo &amp;amp; co-founder || msc. arch. eth zurich&lt;BR /&gt; ------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #262626;"&gt;&lt;BR /&gt; &lt;STRONG&gt;vrbn AG – official esri partner&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;||&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&lt;A href="http://www.vrbn.io/"&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;www.vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| winterthurerstrasse 53 || 8610 uster || switzerland&lt;BR /&gt; +41 78 930 04 07 ||&amp;nbsp;&lt;A href="mailto:matthias.buehler@vrbn.io"&gt;&lt;SPAN style="color: purple;"&gt;matthias.buehler@vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;|| @vrbnio @mattb3d&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 08:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32985#M460</guid>
      <dc:creator>MatthiasBuehler3</dc:creator>
      <dc:date>2018-08-22T08:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32986#M461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Matthias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the advice. I'm not sure if this will work. I haven't tried yet, but it seems like this would generate a terrain, which would be under the 3D models of our buildings. What I'm looking to do is drape it over the 3D buildings (not the terrain) as if I'm applying textures to the buildings themselves, but en masse.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 17:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32986#M461</guid>
      <dc:creator>NicholasMartinez1</dc:creator>
      <dc:date>2018-08-22T17:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32987#M462</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;/P&gt;&lt;P&gt;it &lt;EM&gt;will&lt;/EM&gt; work .. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the workflow has nothing to do with the terrain per se. you just use a georeferenced terrain to get the proper extent values for a heat map, which gets projected onto the models via CGA.&lt;/P&gt;&lt;P&gt;CGA does not know georeferencing, therefore you have to 'feed' that to CGA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above workflow does that. the only stipulation in this workflow is that the texture shows the same geographic extent as the terrain - which means the terrain you use to get the values should contain all buildings you wanna texture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers!&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt; &lt;STRONG style="color: #262626; font-size: 10.0pt;"&gt;matthias buehler&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| ceo &amp;amp; co-founder || msc. arch. eth zurich&lt;BR /&gt; ------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #262626;"&gt;&lt;BR /&gt; &lt;STRONG&gt;vrbn AG – official esri partner&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;||&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&lt;A href="http://www.vrbn.io/"&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;www.vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| winterthurerstrasse 53 || 8610 uster || switzerland&lt;BR /&gt; +41 78 930 04 07 ||&amp;nbsp;&lt;A href="mailto:matthias.buehler@vrbn.io"&gt;&lt;SPAN style="color: purple;"&gt;matthias.buehler@vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;|| @vrbnio @mattb3d&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 17:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32987#M462</guid>
      <dc:creator>MatthiasBuehler3</dc:creator>
      <dc:date>2018-08-22T17:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32988#M463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the bottom section&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/cityengine/2016/cga/cga-setup-projection.htm" title="https://desktop.arcgis.com/en/cityengine/2016/cga/cga-setup-projection.htm"&gt;setupProjection operation—Esri CityEngine | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 18:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32988#M463</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2018-08-22T18:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32989#M464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matthias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took a few moments to realize this would be a rule applied to the buildings rather than the terrain. I got it to work, but forgot that rasters default white to black in CE. How can I change the color ramp on the raster?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32989#M464</guid>
      <dc:creator>NicholasMartinez1</dc:creator>
      <dc:date>2018-08-22T21:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32990#M465</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;/P&gt;&lt;P&gt;I assume you mean changing the image visualization based on the values? CE can't do that.&lt;/P&gt;&lt;P&gt;I recomment to use a default RGB jpg that you have exported from GIS. If you use geotif as format, I'd recommend 8 bit per channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt; &lt;STRONG style="color: #262626; font-size: 10.0pt;"&gt;matthias buehler&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| ceo &amp;amp; co-founder || msc. arch. eth zurich&lt;BR /&gt; ------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #262626;"&gt;&lt;BR /&gt; &lt;STRONG&gt;vrbn AG – official esri partner&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;||&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&lt;A href="http://www.vrbn.io/"&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;www.vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| winterthurerstrasse 53 || 8610 uster || switzerland&lt;BR /&gt; +41 78 930 04 07 ||&amp;nbsp;&lt;A href="mailto:matthias.buehler@vrbn.io"&gt;&lt;SPAN style="color: purple;"&gt;matthias.buehler@vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;|| @vrbnio @mattb3d&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 06:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32990#M465</guid>
      <dc:creator>MatthiasBuehler3</dc:creator>
      <dc:date>2018-08-23T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32991#M466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. That fixed it. One last thing, how do OX, OZ, SX, and SZ match up to the extents? I projected the raster to web mercator to get meters, but it's not displaying over the buildings the way it does on the 2D map. I'm guessing I'm not inputting the extents to the OX, OZ, SX, and SZ correctly. Tried mixing the extent numbers around, which kept changing the position of the raster on the buildings, but haven't gotten it to look close enough to how it should look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 20:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32991#M466</guid>
      <dc:creator>NicholasMartinez1</dc:creator>
      <dc:date>2018-08-23T20:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32992#M467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicholas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a given terrain. When you select the terrain layer, in the inspector you can see the extent:&lt;/P&gt;&lt;P&gt;Offset X / Z and Scale X / Z.&lt;/P&gt;&lt;P&gt;What may be a bit confusing is that CityEngine works yUp internally (Y = direction of gravity, elevation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, make sure that the little pivot icon has the black dot in one of the corners, not in the middle. It should be by default. You find this icon in the terrain layer at the top. Looks a bit like this, about 16x16 pixels big:&lt;/P&gt;&lt;P&gt;[]&amp;nbsp; &amp;nbsp; &amp;nbsp;[]&amp;nbsp; &amp;nbsp; &amp;nbsp;[]&lt;/P&gt;&lt;P&gt;[]&amp;nbsp; &amp;nbsp; &amp;nbsp;[]&amp;nbsp; &amp;nbsp; &amp;nbsp;[]&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;X&gt;&amp;nbsp; &amp;nbsp;[]&amp;nbsp; &amp;nbsp; &amp;nbsp;[]&lt;/X&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just grab those 4 values of your terrain and paste them in the rule file (there are some values there, but they don't work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt; &lt;STRONG style="color: #262626; font-size: 10.0pt;"&gt;matthias buehler&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| ceo &amp;amp; co-founder || msc. arch. eth zurich&lt;BR /&gt; ------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #262626;"&gt;&lt;BR /&gt; &lt;STRONG&gt;vrbn AG – official esri partner&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;||&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&lt;A href="http://www.vrbn.io/"&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;www.vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #a6a6a6;"&gt;&amp;nbsp;|| winterthurerstrasse 53 || 8610 uster || switzerland&lt;BR /&gt; +41 78 930 04 07 ||&amp;nbsp;&lt;A href="mailto:matthias.buehler@vrbn.io"&gt;&lt;SPAN style="color: purple;"&gt;matthias.buehler@vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;|| @vrbnio @mattb3d&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 07:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32992#M467</guid>
      <dc:creator>MatthiasBuehler3</dc:creator>
      <dc:date>2018-08-24T07:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32993#M468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Matthias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually put the extents in the way the terrain had laid out after you explained this to me, and for some reason, it's still not displaying properly. I'm including 3 images. One of the buildings with the heatmap as a texture, one of the heatmap as the terrain, and one of the buildings on top of the heatmap terrain so you can see how the colors are inverted. Hope you can help.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/420476_buildingsonheatmap.JPG" /&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/420477_heatmap.JPG" /&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/420478_buildingsblue.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 14:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32993#M468</guid>
      <dc:creator>NicholasMartinez1</dc:creator>
      <dc:date>2018-08-24T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32994#M469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally, here's a screenshot of the rule file and terrain data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/420479_rulefile.JPG" /&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/420480_terraindata.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 14:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32994#M469</guid>
      <dc:creator>NicholasMartinez1</dc:creator>
      <dc:date>2018-08-24T14:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to drape a raster over 3D models in CityEngine?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32995#M470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, my last comment made me see the typo in the rule file for the offset z. Fixing that solved it. Thanks so much for your help and patience on this one, Matthias!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 14:30:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-drape-a-raster-over-3d-models-in-cityengine/m-p/32995#M470</guid>
      <dc:creator>NicholasMartinez1</dc:creator>
      <dc:date>2018-08-24T14:30:32Z</dc:date>
    </item>
  </channel>
</rss>

