Feral Heart

Help & Guidance => Game Help => Topic started by: Morgra on May 27, 2012, 02:09:48 am

Title: Advanced Question on Coding
Post by: Morgra on May 27, 2012, 02:09:48 am
Title: Re: Advanced Question on Coding
Post by: Turrent on May 27, 2012, 06:32:42 am
Uhhum... O_o; I'll have a go at it...

I'm pretty sure all the numbers mean how much to make the part/s transperent,
and I think the Alpha_Blend part is the transperent script.

....I'm not exactly sure ^^; The best thing to do is to just experement around with it until you end up with something you like.
Title: Re: Advanced Question on Coding
Post by: Morgra on May 29, 2012, 12:06:49 am
Ok, Thanks for your reply. I just need help knowing what everything in the coding means :/ just to widen my knowledge on codes and how I can change them to get results like I want.    *bump*
Title: Re: Advanced Question on Coding
Post by: Eagleify on May 29, 2012, 08:18:57 am
texture_unit
is the part that you put all of your techniques under, like making it transparent, animated, etc. If you make lots of texture_units, you can make layers.
Title: Re: Advanced Question on Coding
Post by: Morgra on May 31, 2012, 02:18:28 am
Title: Re: Advanced Question on Coding
Post by: Eagleify on May 31, 2012, 02:27:20 am
http://www.ogre3d.org/docs/manual/manual_14.html  (http://www.ogre3d.org/docs/manual/manual_14.html)
That link should have all you want to know. I did know at one point what most of them meant, but I have since forgotten. This is where I learnt what they meant though :)