Search found 5 matches

by Jailbird
Thu Aug 28, 2003 1:21 pm
Forum: Beginners Help
Topic: Mesh (.ms3d or .obj) loaded without textures
Replies: 21
Views: 7238

if you use dt_opengl, try selecting another renderer and check if it works then
by Jailbird
Thu Aug 28, 2003 1:19 pm
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht in VB - is it possible?
Replies: 4
Views: 2640

i'm new to c++ too @ puh. but luckely, the irrlicht engine is not that difficult :)
by Jailbird
Thu Aug 28, 2003 8:56 am
Forum: Beginners Help
Topic: Simply 2D-Animation
Replies: 7
Views: 4843

i tested *.bmp, *.jpg and *.tga :) no one worked, but with the software renderer, the pictures are displayed correctly...really strange, but "luckely" :?: irrlicht could reproduce this error
by Jailbird
Thu Aug 28, 2003 7:55 am
Forum: Beginners Help
Topic: Simply 2D-Animation
Replies: 7
Views: 4843

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...
by Jailbird
Wed Aug 27, 2003 3:31 pm
Forum: Beginners Help
Topic: Simply 2D-Animation
Replies: 7
Views: 4843

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...