I need to get a SkyDome rather then a SkyBox.
We implemented SkyBox via CopperCube so it was build in the XML .irr file and worked pretty well.
But now we need a SkyDome and CopperCube can't do that for us. Best would be the xml schema for the SkyDome node, but i can't find any schema online.
I tried following:
Code: Select all
smgr->addSkyDomeSceneNode(driver->getTexture("../media/textures/skydome.png"), 16, 8, 0.9f, 2.0f, 1000.f, 0, -1);
What do I have to do further? Is there any way to get the xml schema for this type of Node?