<?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: OBJ imports with no textures in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341004#M4704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m struggling with the same issue in City Engine 2012. The imported obj-Files appear without texture in City Engine. All Files (obj, mtl and related graphics file) are in the same location (Folder "assets"within the City Engine Workspace Directory). Into the mtl-file the graphics-file is referenced wihtout pointing to an absolute or relative path (like Mat described it in the post marked as the solution).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any further ideas or recommendations? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 11:54:18 GMT</pubDate>
    <dc:creator>SebastianLuhmer</dc:creator>
    <dc:date>2014-04-17T11:54:18Z</dc:date>
    <item>
      <title>OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/340997#M4697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to import some building models in to CE in an OBJ format.&amp;nbsp; The problem is that all the buildings are coming in grey with no textures.&amp;nbsp; My OBJ file is saved in the same location as my textures and the .MTL file.&amp;nbsp; I'm not sure whats going wrong any suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 19:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/340997#M4697</guid>
      <dc:creator>leewinslow1</dc:creator>
      <dc:date>2013-08-05T19:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/340998#M4698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lee !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open the .mtl in a text editor and check all texture paths (use 'notepad++' to search &amp;amp; replace over many files if needed).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually if you want the .mtl right next to the .obj file, use a 'relative path', means just use the texture name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the path in the .mtl is :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mapKd C:/images/myPic.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CE cannot find that path because it needs to reside within CityEngine's workspace. If the files are copied to :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;assets/..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it should work with just the texture name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* * *&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, you can also use the standard file navigation syntax :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../ # 1 dir up&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/&amp;nbsp;&amp;nbsp; # 1 dir below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* * *&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I usually create:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;assets/trees/..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;assets/cars/..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and within those just use relative paths in the .mtls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally, you'll make your life easier if none of any textures you use in your full projects share the same name because on export, they may ( depending on your export settings ) be copied into 1 big folder. Note that files will not be overridden if they have the same name, but incrementally renamed, which may mess up your workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/340998#M4698</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2013-08-06T08:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/340999#M4699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Matt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help with the texture path name conventions.&amp;nbsp; I think that tipped me off to what was going wrong with my textures.&amp;nbsp; I had a "./" in front of my texture instead of just the texture name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 13:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/340999#M4699</guid>
      <dc:creator>leewinslow1</dc:creator>
      <dc:date>2013-08-06T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341000#M4700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm facing the same issue, but it seems that everthing is ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all I tried with complex models, but the last test has been performed with a simple cube with one texture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I switch the Material_Transparent setting I can visualize the texture with the alpha channel active.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check my settings from my screenshots.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on MAC Pro Quad-Core Intel Xeon, 4 GB, with ATI Radeon HD 5770.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the support,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michele&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Material_Transparent setting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32664[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The mtl file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32663[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32662[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:39:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341000#M4700</guid>
      <dc:creator>MicheleAndreolli</dc:creator>
      <dc:date>2014-04-01T08:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341001#M4701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you try to change the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Ka' to '0 0 0' ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lemme know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:49:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341001#M4701</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-04-02T09:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341002#M4702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No improvements...I'm testing the new trial release of CE... could this be the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the .zip file, if you want you can test my cube &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 12:54:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341002#M4702</guid>
      <dc:creator>MicheleAndreolli</dc:creator>
      <dc:date>2014-04-02T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341003#M4703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the mtl, change line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Tr 0.0000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Tr 1.0000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:27:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341003#M4703</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-04-08T10:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341004#M4704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m struggling with the same issue in City Engine 2012. The imported obj-Files appear without texture in City Engine. All Files (obj, mtl and related graphics file) are in the same location (Folder "assets"within the City Engine Workspace Directory). Into the mtl-file the graphics-file is referenced wihtout pointing to an absolute or relative path (like Mat described it in the post marked as the solution).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any further ideas or recommendations? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 11:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341004#M4704</guid>
      <dc:creator>SebastianLuhmer</dc:creator>
      <dc:date>2014-04-17T11:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341005#M4705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you sure you display the models textured and not just shaded ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:37:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341005#M4705</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-04-22T13:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341006#M4706</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;yes I am sure that the models are displayed in textured mode (see attatched screenshot). The OBJs are the same I sent you some weeks ago when we were talking about the OBJ-Imort in CE 2013. I tried to import these files in CE 2012, but was unfortunately just able to visualize them without texture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33323[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 05:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341006#M4706</guid>
      <dc:creator>SebastianLuhmer</dc:creator>
      <dc:date>2014-04-24T05:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: OBJ imports with no textures</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341007#M4707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;but the error texture says 'unknown asset', not 'unknown texture'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;means the obj you're displaying is not a cube.. this is just the 'error cube' you see.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you post the asset here ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 11:15:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/obj-imports-with-no-textures/m-p/341007#M4707</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-04-24T11:15:31Z</dc:date>
    </item>
  </channel>
</rss>

