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: 8524
- Thu Aug 28, 2003 1:19 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Irrlicht in VB - is it possible?
- Replies: 4
- Views: 3114
- Thu Aug 28, 2003 8:56 am
- Forum: Beginners Help
- Topic: Simply 2D-Animation
- Replies: 7
- Views: 5266
- Thu Aug 28, 2003 7:55 am
- Forum: Beginners Help
- Topic: Simply 2D-Animation
- Replies: 7
- Views: 5266
- Wed Aug 27, 2003 3:31 pm
- Forum: Beginners Help
- Topic: Simply 2D-Animation
- Replies: 7
- Views: 5266
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 ...
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 ...