Author Topic: Transparent Preset  (Read 2192 times)

Offline Cannibalistic

  • Curious Wanderer
  • *
  • Posts: 19
  • Floof-O-Meter: 0
    • View Profile
Re: Transparent Preset
« Reply #10 on: February 15, 2013, 04:36:03 pm »
It doesn't need layers.
Unless you wanted that grid on another layer so you could take it off, but it's already merged so.
Can you open your material and paste what it says here?
material preset_8_bodyMatL
{
   technique
   {
      pass

 
alpha_rejection greater_equal 128
 
 
      {
         texture_unit
         {
            texture ZBody_Left.png

 
         }
      }
   }
}
material preset_8_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit

 
         {
            texture ZBody_Right.png

 
         }
      }
   }
}
material preset_8_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture ZHead_Left.png
         }
      }
   }
}
material preset_8_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture ZHead_Right.png
         }
      }
   }
}
material preset_8_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture ZEye_Left.png
         }
      }
   }
}
material preset_8_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture ZEye_Right.png
         }
      }
   }
}
material preset_8_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture ZTail.png
         }
      }
   }
}
material preset_8_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture ZHair.png
         }
      }
   }
}

Offline Cannibalistic

  • Curious Wanderer
  • *
  • Posts: 19
  • Floof-O-Meter: 0
    • View Profile
Re: Transparent Preset
« Reply #11 on: February 15, 2013, 04:57:04 pm »
I did!!
Thanks you so much for your help ?