Author Topic: Object Materials turn up white  (Read 1968 times)

Offline Silvianna

  • Experienced Traveler
  • **
  • Posts: 156
  • Floof-O-Meter: 12
    • View Profile
    • Deviantart
Object Materials turn up white
« on: October 13, 2011, 01:29:05 am »
Every mesh i downloaded i could never get the material to show up. When i type in the material Exactly like it is typed, it says it cannot be found. Im pretty sure i put everything in the right place though. I put the png., jpg., and material. files in My_objects and The .object file in Object... Any help?

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Object Materials turn up white
« Reply #1 on: October 13, 2011, 12:04:28 pm »
Is it possible there is a material code error? Can you post the material code here?

Thierry

  • Guest
Re: Object Materials turn up white
« Reply #2 on: October 13, 2011, 06:34:19 pm »
Be sure you are writting the material name and not the file name.
also if the mesh come with a .object file, you don't need to use object maker, go directly to map maker and you will find a new object group (same as the file name).

Offline Silvianna

  • Experienced Traveler
  • **
  • Posts: 156
  • Floof-O-Meter: 12
    • View Profile
    • Deviantart
Re: Object Materials turn up white
« Reply #3 on: October 13, 2011, 09:50:14 pm »
There isnt a material code error, im sure there isnt. Of all the people i downloaded from im sure ALL of them didnt have a material code error for their objects. Also, I know about using the group thing and the meshes will just pop up so i dont have to type in the mesh, But the material comes up Basewhite. Salmon for example i used salmonMat for the material, so i dont think anything is wrong with that. Since, this was the code

material salmonMat
{
   receive_shadows on
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture salmonTex.jpg
            tex_address_mode wrap
            filtering trilinear
         }
      }
   }
}


Now i have seen a couple of people with the same problem but no answers. Which is why i made my own post..

Thierry

  • Guest
Re: Object Materials turn up white
« Reply #4 on: October 13, 2011, 10:50:32 pm »
sorry. Then this is out of my knowledge, never happened to me before.
because i don't have any idea if the problem is something related to FH or something related to the computer:
try with a new and clean FH installation
try with another computer

Offline Silvianna

  • Experienced Traveler
  • **
  • Posts: 156
  • Floof-O-Meter: 12
    • View Profile
    • Deviantart
Re: Object Materials turn up white
« Reply #5 on: March 03, 2012, 04:49:02 am »
I didnt exactly "Solve" the problem but I started restarting FH each time I uploaded an object. I think its just because I always pull up the objects file to see what to type in and it makes it so that the material doesnt show up I guess. Its not really a convenient solution but it works. Just thought I'd post this in case someone else is having the same problem.