[help]

daffy-doomer

21-03-2014 20:41:33

Hello guys) I write this code
using Mogre;
using Mogre.TutorialFramework;
using System;



namespace Mogre.Tutorials
{
class Tutorial : BaseApplication
{
public static void Main()
{
new Tutorial().Go();
}

protected override void CreateScene()
{
mSceneMgr.AmbientLight = new ColourValue(0, 1, 0);
}
}
}


but ambient ;ight no change(

daffy-doomer

22-03-2014 15:54:24

Hey, dudes! Tell me? what me do an this wrong?

se5a

22-03-2014 19:16:13

do you have something in the scene for the light to reflect off?

daffy-doomer

24-03-2014 09:45:01

No, it simple code, which need to start engine. But i write code and run VC# 2008 with code, and ambient light no change. If i want to load model, i cant see the loading model =(