Hi,
Whats the equivalence of the C++ code below in c#? I cant find the setActiveCamera in c# library. Please help.
//Activate camera1
smgr->setActiveCamera(camera[0]);
//Set viewpoint to the first quarter (left top)
driver->setViewPort(rect<s32>(0,0,ResX/2,ResY/2));
//Draw scene
smgr->drawAll();
Thanks,
Harun