Page 1 of 1

c# split camera

Posted: Tue Sep 19, 2006 3:17 pm
by kalapu
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

Posted: Fri Sep 22, 2006 1:21 pm
by ProSoft
look for a property ActiveCamera or method SetActiveCamera()