I have solved the issue. was very simple. I had the wrong coding for my irrlicht device
// my original code
IrrlichtDevice *device = createDevice( video::EDT_SOFTWARE,
dimension2d<u32>(640, 480), 16,false, false, false, 0);
//code I needed
IrrlichtDevice* device = createDevice(EDT_OPENGL ...
Search found 4 matches
- Sun Apr 28, 2013 7:33 pm
- Forum: Beginners Help
- Topic: .irr file not rendering near screen border
- Replies: 4
- Views: 916
- Sun Apr 28, 2013 6:23 pm
- Forum: Beginners Help
- Topic: .irr file not rendering near screen border
- Replies: 4
- Views: 916
Re: .irr file not rendering near screen border
Here is a 3 framed .gif showing what happens when the camera moves side to side
http://makeagif.com/media/4-28-2013/j1MHdE.gif
as you can see, as new bits of mesh reach the screen frame it stops being rendered and disappears
http://makeagif.com/media/4-28-2013/j1MHdE.gif
as you can see, as new bits of mesh reach the screen frame it stops being rendered and disappears
- Sun Apr 28, 2013 6:15 pm
- Forum: Beginners Help
- Topic: .irr file not rendering near screen border
- Replies: 4
- Views: 916
Re: .irr file not rendering near screen border
The screen-shot I sent, i'm currently inside the room.
when parts of the mesh (its a very simple triangulated mesh) touch the edge of the screen, that part of the mesh stops being rendered
I'll send more screenshots, so it's more clear what I mean
when parts of the mesh (its a very simple triangulated mesh) touch the edge of the screen, that part of the mesh stops being rendered
I'll send more screenshots, so it's more clear what I mean
- Sun Apr 28, 2013 6:02 pm
- Forum: Beginners Help
- Topic: .irr file not rendering near screen border
- Replies: 4
- Views: 916
.irr file not rendering near screen border
Here is a .gif of my issue
http://makeagif.com/media/4-28-2013/j1MHdE.gif
as you can see, when parts of my image reach the frame of my screen, they stop being rendered
I have created a .irr file in copper-cube (the textured building)
my issue is, when parts of the .irr mesh leave the window it ...
http://makeagif.com/media/4-28-2013/j1MHdE.gif
as you can see, when parts of my image reach the frame of my screen, they stop being rendered
I have created a .irr file in copper-cube (the textured building)
my issue is, when parts of the .irr mesh leave the window it ...