46
Technical forum / Re: Lighting problem
« on: September 23, 2008, 02:33:09 PM »
Oh, perhaps you are right. Just changed the normals of the back and its works..but only in WME, in max its dark
.. Well, I can live with that..thanks!

Latest WME version: WME 1.9.1 (January 1st, 2010) - download
this.AddAttachment("actors\Barkeeper\BarkeeperHead.x","Head", "Bip01_Head");
BarkeeperHead_Attached=this.GetAttachment("Head");
BarkeeperHead_Attached.PlayAnimAsync("happy");
BarkeeperHead_Attached.SetAnimTransitionTime("happy", "normal",5000);
actor.MergeAnims("actions\openDoor.x");
global Head_Attached;
actor.AddAttachment("actors\Barkeeper\Barkeeper.x","Head", "Bip01_Neck");
Head_Attached=actor.GetAttachment("Head");
Head_Attached.Scale = 100;
Head_Attached.DrawBackfaces = true;
Head_Attached.PlayAnimAsync("idle");