Check your .mtl file. When you say material is that an image map (texture map)? The dds has to be in same folder as created package. User-outerra-packages-user-
I did when i created a package of the model i went to the packages-user-model location and dropped the .DDS there and its not showing up still
... you checked, if the .mtl file has the right texture name in itself written at the proper material ?
ok im getting alil lost. my .mtl file looks like this {
"version" : 512,
"mats" : [
{
"name" : "ID1",
"color" : "1.0,1.0,1.0,1.0",
"f0" : ".039",
"roughness" : ".498",
"no_light" : false,
"alpha_masked" : false,
"tex_albedo" : "",
"tex_normal" : "",
"tex_roughness" : "",
"tex_opacity" : "",
"tex_reflectance" : "",
"tex_environment" : ""
}]
the .dds file is called pluto.dds so now what?
"name" : "ID1",
"color" : "1.0,1.0,1.0,1.0",
"f0" : ".039",
"roughness" : ".498",
"no_light" : false,
"alpha_masked" : false,
"tex_albedo" : "pluto.dds",
"tex_normal" : "",
"tex_roughness" : "",
"tex_opacity" : "",
"tex_reflectance" : "",
"tex_environment" : ""
.... need to put that thing like that ...