I´m working on a litte Game in Irrlicht.NET and for my background I use a selfmade graphic (Good looking). But when I use this in the engine it looks very strange (Strange huh?). It only show the "correct" image with the software renderer and apfelbaum. Have anybody a resolution?
Oh and I add the image with this code:
Code: Select all
IGUIElement background = env.AddImage(driver.GetTexture(mediaPath + "background.jpg"), new Position2D(0, 0), false, null, 0, "");