Search found 2 matches

by kalapu
Tue Sep 19, 2006 3:17 pm
Forum: Irrlicht.NET
Topic: c# split camera
Replies: 1
Views: 1763

c# split camera

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 ...
by kalapu
Mon Sep 18, 2006 12:39 pm
Forum: Irrlicht.NET
Topic: Displaying Irrlicht in a c# picture box
Replies: 17
Views: 10620

project file

Hi,

I tried to compile this sample, but it didn't work. Can anyone send project files for c# please? Thanks.

ozturkh@gmail.com