Resolution + cameras
Resolution + cameras
Just using the basic cameras, when I tested my configuration file, changing the resolutions to obscure numbers (e.g. 533 x 477) caused the camera to automatically start turning on an axis. Using standard ones, such as 800 x 640, it doesn't happen. Is this a bug?
Just tested it in another place, it does the same thing in the Per-Pixel Lighting example.
I changed this line
to
I changed this line
Code: Select all
IrrlichtDevice* device = createDevice(driverType, core::dimension2d<s32>(800, 600));
Code: Select all
IrrlichtDevice* device = createDevice(driverType, core::dimension2d<s32>(533, 477));