Search found 5 matches
- Thu Aug 28, 2003 1:21 pm
- Forum: Beginners Help
- Topic: Mesh (.ms3d or .obj) loaded without textures
- Replies: 21
- Views: 7404
- Thu Aug 28, 2003 1:19 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Irrlicht in VB - is it possible?
- Replies: 4
- Views: 2728
- Thu Aug 28, 2003 8:56 am
- Forum: Beginners Help
- Topic: Simply 2D-Animation
- Replies: 7
- Views: 4910
- Thu Aug 28, 2003 7:55 am
- Forum: Beginners Help
- Topic: Simply 2D-Animation
- Replies: 7
- Views: 4910
i'll tried, but it doesn't work. the picture exists and can be viewed in any other graphic program (even ms paint). i modified also the drawing-line to see what happens driver->draw2DImage(images, core::position2d<s32>(100,100)); now, the white rectancgle (and it shouldn't be white) is positioned at...
- Wed Aug 27, 2003 3:31 pm
- Forum: Beginners Help
- Topic: Simply 2D-Animation
- Replies: 7
- Views: 4910
Simply 2D-Animation
hey the following code should draw a simply 2D-texture, but all I see is a white windows and nothing else...what's wrong? (file exists!!) int main() { // set up engine IrrlichtDevice *device = createDevice(video::DT_OPENGL, core::dimension2d<s32>(640, 480), 16, false, false, 0); device->setWindowCap...