Problems enabling antialiasing

HRTom

16-02-2007 15:41:50

Hello,
It seems I can't enable antialiasing in self created window,
I tried everything, including "Anti aliasing" in mics window params, in render system params like this:
Mogre.Root.Singleton.GetRenderSystemByName("Direct3D9 Rendering Subsystem").
SetConfigOption("Anti aliasing", "NonMaskable 1");

But It look like if I write
root.Initialise(false);
anti aliasing will be off by default.
How can I enable it?

Bekas

16-02-2007 16:08:44

See this post

HRTom

16-02-2007 16:22:22

thanks:)