Feral Heart

Help & Guidance => Game Help => Topic started by: The Pumpkin King on April 22, 2014, 01:05:34 am

Title: Funky Mesh Textures
Post by: The Pumpkin King 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.

(http://i58BannedImageSite/ieqcmo.png)

I don't really want the shine.

(http://i61BannedImageSite/bh0l5d.png)

Over here has head looks boxed instead if smooth.

(http://i61BannedImageSite/vnpl01.png)

This looks dented...

(http://i61BannedImageSite/23hkikj.png)

Again, with the shine.

(http://i59BannedImageSite/1znbo12.png)

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.
Title: Re: Funky Mesh Textures
Post by: AlphaEclipse 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.
Title: Re: Funky Mesh Textures
Post by: The Pumpkin King 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
         }
      }
   }
}
Title: Re: Funky Mesh Textures
Post by: AlphaEclipse 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."
Title: Re: Funky Mesh Textures
Post by: The Pumpkin King on April 22, 2014, 02:04:57 am
Thank you. The meshes look normal now.
Title: Re: Funky Mesh Textures
Post by: AlphaEclipse on April 22, 2014, 02:10:55 am
Thank you. The meshes look normal now.
Glad it's working now. :3