Author Topic: Funky Mesh Textures  (Read 1046 times)

Offline The Pumpkin King

  • Curious Wanderer
  • *
  • Posts: 20
  • Floof-O-Meter: 2
    • View Profile
Funky Mesh Textures
« on: April 22, 2014, 01:05:34 am »
I'm having some mesh issues where... it'd either the mesh or the texture that makes the meshes I made all squared or something. I took some screenshots.

I thought this was all smoothed out but it seems more boxed and shiny.



I don't really want the shine.



Over here has head looks boxed instead if smooth.



This looks dented...



Again, with the shine.



I don't want the textures shining awkwardly like that and I wanted the meshes to be smooth. Is there some coding I need to fix or is it the fact that I used the program AC3D? When I imported the meshes they did look like this...

Any ideas?

Thank you.

AlphaEclipse

  • Guest
Re: Funky Mesh Textures
« Reply #1 on: April 22, 2014, 01:28:37 am »
Could you post the .materials here? :3 It looks like there's some kind of ambient in there.

Offline The Pumpkin King

  • Curious Wanderer
  • *
  • Posts: 20
  • Floof-O-Meter: 2
    • View Profile
Re: Funky Mesh Textures
« Reply #2 on: April 22, 2014, 01:43:53 am »
I'll post one because I basically copied and paste this into each.

material 173Texture
{
   technique
   {
      pass
      {
         ambient 0.2 0.2 0.2 1
         specular 0.2 0.2 0.2 1 128
         cull_hardware none
         cull_software none
      
         texture_unit
         {
            texture 173Texture.png
         }
      }
   }
}

AlphaEclipse

  • Guest
Re: Funky Mesh Textures
« Reply #3 on: April 22, 2014, 01:52:20 am »
I'll post one because I basically copied and paste this into each.

material 173Texture
{
   technique
   {
      pass
      {
         ambient 0.2 0.2 0.2 1
         specular 0.2 0.2 0.2 1 128
         cull_hardware none
         cull_software none
      
         texture_unit
         {
            texture 173Texture.png
         }
      }
   }
}
Try deleting the two ambient and specular lines. ^^ That should work, but if it only helps a bit, delete from ambient down to "cull_software none."
« Last Edit: April 22, 2014, 01:54:03 am by AlphaEclipse »

Offline The Pumpkin King

  • Curious Wanderer
  • *
  • Posts: 20
  • Floof-O-Meter: 2
    • View Profile
Re: Funky Mesh Textures
« Reply #4 on: April 22, 2014, 02:04:57 am »
Thank you. The meshes look normal now.

AlphaEclipse

  • Guest
Re: Funky Mesh Textures
« Reply #5 on: April 22, 2014, 02:10:55 am »
Thank you. The meshes look normal now.
Glad it's working now. :3