
Sorry mate
I am working on a 3d Rpg making program i need to know how to use the viewports command to create 4 viewports with different camera angles top,front,side and perspective and as you can tell from the previous post on this forum i am a complete n00b at this iirrlicht SDK, all i need to know is how to use the command basically how do i DIM a viewport i can then do the rest
this is the command that i am haveing trouble with
'-----------------------------------------------------------
device.VideoDriver.ViewPort(New Rect(0, 0, x/2, y/2))
'-----------------------------------------------------------
I hope this has helped me to be more specific