Search found 93 matches

by rogerdv
Wed Apr 28, 2004 5:25 pm
Forum: Beginners Help
Topic: attaching meshes
Replies: 5
Views: 489

attaching meshes

I was curious about this since along time ago. What is the way to attach one mesh to another, like a weapon to a character's hand? I think md2 format allow to do this, but what is the solution for other formats?
by rogerdv
Wed Apr 28, 2004 1:43 pm
Forum: Beginners Help
Topic: Returning a value from a window
Replies: 4
Views: 450

I mean, the application, not the event receiver. I need some way to display the window from some lua or python script, choose an answer and send that value back to the script.
by rogerdv
Wed Apr 28, 2004 1:29 pm
Forum: Beginners Help
Topic: Returning a value from a window
Replies: 4
Views: 450

Of course, that was my first idea, but I was wondering if there is some better solution than setting some global var in the event handler and continuously checking if the window was closed to call the script again with the chosen value.
.
by rogerdv
Wed Apr 28, 2004 12:26 pm
Forum: Beginners Help
Topic: Returning a value from a window
Replies: 4
Views: 450

Returning a value from a window

I need to create a dialog window for my rpg, but I dont know how to return the choosen option back to program. Can somebody suggest me an idea?
by rogerdv
Tue Apr 27, 2004 12:16 pm
Forum: Beginners Help
Topic: converting numerical values to irrlicht strings
Replies: 9
Views: 967

It works!
Thanks a lot.
by rogerdv
Mon Apr 26, 2004 7:03 pm
Forum: Beginners Help
Topic: converting numerical values to irrlicht strings
Replies: 9
Views: 967

not that i know. where you must take care is that you can only concatenate wchar strings with wchar strings and char strings with char strings. otherwise you'll get alot of strange symbols printed out. this should work: wchar_t myWString=L"Hi"; float myFloat=6.23f; wchar_t buf[255]; swpri...
by rogerdv
Mon Apr 26, 2004 1:12 pm
Forum: Beginners Help
Topic: converting numerical values to irrlicht strings
Replies: 9
Views: 967

Yes, i was using something like that, but I got weird results and crashes when try to concatenate strings. i was wondering if irrlicht strings implement some kind of conversion for this.
by rogerdv
Sat Apr 24, 2004 5:26 pm
Forum: Beginners Help
Topic: converting numerical values to irrlicht strings
Replies: 9
Views: 967

converting numerical values to irrlicht strings

How can i convert any numerical value to an irrlicht useable string and maybe concatenate it to another string?
by rogerdv
Fri Apr 23, 2004 8:10 pm
Forum: Beginners Help
Topic: using tabs
Replies: 3
Views: 466

using tabs

What is the proper way to define and use tabs? I tried adding with gui environment, but i cant see them.
by rogerdv
Fri Apr 23, 2004 5:08 pm
Forum: Beginners Help
Topic: BSP laden...
Replies: 8
Views: 662

Whayt you mean is include textures inside BSPs? Why would you do that if you can simply pack both bsp and textures in the same zip and lead the bsp without problems?
by rogerdv
Tue Apr 06, 2004 3:41 pm
Forum: Beginners Help
Topic: VC++ .NEt
Replies: 2
Views: 471

VC++ .NEt

Can somebody explain me how to create an Irrlicht project in Visual Studio .net? I cant find how to add the lib and set the correct path to the include dirs.
by rogerdv
Wed Mar 31, 2004 2:32 pm
Forum: Beginners Help
Topic: help with xml parser
Replies: 8
Views: 547

Tried unicode 16 but got a segfault.
by rogerdv
Tue Mar 30, 2004 9:45 pm
Forum: Beginners Help
Topic: help with xml parser
Replies: 8
Views: 547

help with xml parser

I adapted the sample code to read this: <?xml version="1.0"?> <config> <shadows>no</shadows> <fullscreen>no</fullscreen> </config> the code is this: io::IXMLReader* xml = device->getFileSystem()->createXMLReader("config2.xml"); core::stringw c_shadows; core::stringw c_fullsc; whi...
by rogerdv
Tue Mar 30, 2004 9:34 pm
Forum: Beginners Help
Topic: creating an xml parser without initializing device
Replies: 3
Views: 380

creating an xml parser without initializing device

Is possible to create an xml parser before the initialization of an irrlicht device? I want to load config and then init device according to read values, instead of init, read and reinit screen.
by rogerdv
Sun Mar 28, 2004 2:23 pm
Forum: Beginners Help
Topic: again problem with black textured BSPs
Replies: 0
Views: 256

again problem with black textured BSPs

after upgrading to.6 I have the same problem. But now I have another detail. Here is the game running under linux, ATI radeon 7000 with dri drivers: http://www.granhotelstgo.cu/x/bad05.jpg and here is the same game, running under linux, but GeForce 2 http://www.granhotelstgo.cu/x/tower.jpg in both c...