OBJ Missing Textures in CityEngine

7144
10
07-31-2014 02:35 PM
JeffShih
New Contributor III

Hello all,

I have built a model in Sketchup, everything looks fine and correct; however, when I bring it into CityEngine some of the textures are missing (it's just white - see attached image). I've already searched the forums and tried all the suggestions - reversing faces, checking file paths, reapplied texture... even remodeling the areas of concern from scratch. And yes, I've tried all the formats dae, kmz, obj... etc.

Can anyone provide any insight as to what might be causing this? In the second image, you can see that the vertical walls of the residential complex is missing. The unit itself is an exact duplicate of the units on the right, if it had something to do with the model, shouldn't it appear the same with the others?

missingtexture1.jpg

missingtexture2.jpg

10 Replies
MatthiasBuehler
Occasional Contributor III

Hi !

make sure the .mtl file is in the same directory as the .obj file.

then, check the texture paths within the .mtl file (text editor). I assume you have wrong texture paths.

easiest is to make the paths relative, either directly to the same folder as the obj or to a subfolder in the same directory.

ok ?

matt

0 Kudos
JeffShih
New Contributor III

Hi Matt,

This was actually the first thing I tried. All the file paths inside the .mtl file appear to be in order and yes, they are both in the same directory.

0 Kudos
MatthiasBuehler
Occasional Contributor III

how big are the texture resolutions ?

0 Kudos
JeffShih
New Contributor III

They are just textures from the default Sketchup library - less than a mb.

0 Kudos
MatthiasBuehler
Occasional Contributor III

hmm..

can you post one of the files that don't work with the texture ?

let me know ..

matt

0 Kudos
SóniaIldefonso
New Contributor

Hello Matthias,

did you solve this?

0 Kudos
SóniaIldefonso
New Contributor

I got the same problem.

I created an OBJ from Graphisoft ArchiCAD software and now I'm trying to import it into CityEngine.

The textures don't show up...

0 Kudos
Rosa_
by
New Contributor II

Make sure that in .mtl file, material's name has no spaces, but replace them with uderscores _. For example:

# Blender MTL File: 'castel.blend'

# Material Count: 75

newmtl Acciottolato_18

Ns 0.000000

Ka 0.000000 0.000000 0.000000

Kd 0.398400 0.398400 0.398400

Ks 0.107000 0.098000 0.096000

Ni 1.500000

d 1.000000

illum 2

map_Kd /Volumes/NO NAME/Castel/Acciottolato_18.jpg

map_Ka /Volumes/NO NAME/Castel/Acciottolato_18.jpg

........

0 Kudos
MicahTaylor
Occasional Contributor III

I am currently having this same issue with some retail development plans I made in Sketchup.  I wanted to move this retail model into CityEngine to supplement the rule generated models, but less than half of the textures show up.  After reading the mtl file I found that most of the textures were not mapped to the faces AND didn't make it to the sub-folder containing the actual texture files to begin with. Here is an extension that exports ALL of your texture files from a sketchup model (Just dont have them as components in sketchup and it will work)

LIPID OBJ Exporter for SketchUp | SketchUp Extension Warehouse

.However, my model is still missing textures in CityEngine, but they are at least present in the file system and mapped in the mtl file.

This might get you started on fixing the problem. PLEASE let me know if you figure it out. Thanks! and Good luck.

0 Kudos