Search found 1 match

by ShUr1k3n
Mon Sep 10, 2007 1:49 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to make a 3d rpg camera in 10 steps
Replies: 38
Views: 39586

Hi, the only thing you need to do is change this:
IrrlichtDevice *device =
createDevice( video::EDT_OPENGL, dimension2d<s32>(1024, 768), 32,
false, false, false, 0);

to this:
IrrlichtDevice *device =
createDevice( video::EDT_OPENGL, dimension2d<s32>(1024, 768), 32,
false, false, false ...