Search found 51 matches
- Tue Jan 24, 2012 1:32 pm
- Forum: Beginners Help
- Topic: animated image on billboard
- Replies: 4
- Views: 1770
Re: animated image on billboard
Anyone else good ideas?
- Mon Jan 23, 2012 1:54 pm
- Forum: Beginners Help
- Topic: animated image on billboard
- Replies: 4
- Views: 1770
animated image on billboard
Hello!
I know how to make a billboard with a material and a texture. But how do I put an animated image on that billboard?
It's not an animated gif. It looks like this:
I know how to make a billboard with a material and a texture. But how do I put an animated image on that billboard?
It's not an animated gif. It looks like this:
- Sat Dec 17, 2011 6:59 pm
- Forum: Beginners Help
- Topic: tile based world irrlicht UPDATE - example!!
- Replies: 7
- Views: 658
Re: tile based world irrlicht UPDATE - example!!
Thank you for your reply, bilinear filter did not work unfortunately.
- Sun Dec 04, 2011 1:12 pm
- Forum: Beginners Help
- Topic: tile based world irrlicht UPDATE - example!!
- Replies: 7
- Views: 658
- Fri Dec 02, 2011 7:33 am
- Forum: Beginners Help
- Topic: tile based world irrlicht UPDATE - example!!
- Replies: 7
- Views: 658
Re: tile "line" bug
Nobody? Can anyone atleast show me the right way of creating a tile based world (the 3d way with planes etc.)
- Thu Dec 01, 2011 6:31 pm
- Forum: Beginners Help
- Topic: render problem
- Replies: 5
- Views: 321
Re: render problem
I had the same problem when rendering using the software rendering device, when I changed it to Direct3D or OpenGl everything worked fine...
Welcome to the forums!
Welcome to the forums!
- Thu Dec 01, 2011 3:10 pm
- Forum: Beginners Help
- Topic: tile based world irrlicht UPDATE - example!!
- Replies: 7
- Views: 658
tile based world irrlicht UPDATE - example!!
Hello. This one is a bit hard to explain... I made a tile-based world, and sometimes you can look between some tiles and you see a vertical (or horizontal) gap between two columns of tiles. This gap is about 1 px wide and has the same color as the background, so I guess it really is a gap between th...
- Sat Nov 19, 2011 1:00 pm
- Forum: Beginners Help
- Topic: multi threading
- Replies: 4
- Views: 236
Re: multi threading
Thanks, that helped a little I guess... Before 'while (true)' you create four threads and you send them to a function like But this has nothing to do with Irrlicht. And if you intend to use Irrlicht you have to appreciate that Irrlicht is a rendering engine and (so) it is single-threaded. I am allow...
- Sat Nov 19, 2011 12:26 pm
- Forum: Beginners Help
- Topic: multi threading
- Replies: 4
- Views: 236
Re: multi threading
Why don't you study up on multithreaded programming instead of asking others to write the code for you? This is at least as bad as "Hi, here's my code, fix it please!" Even if someone were to write this for you, if you don't understand the principles of multithreading and the consequences...
- Sat Nov 19, 2011 11:26 am
- Forum: Beginners Help
- Topic: multi threading
- Replies: 4
- Views: 236
multi threading
Hello everyone! Can anyone tell me how to convert this piece of code into a multi threading application. I want a new (windows) thread for each client object. (each client objects also creates a player object, this player object belongs to the same thread) #include "windows.h" #include <io...
- Sun Nov 06, 2011 11:16 am
- Forum: Beginners Help
- Topic: Open .txt document with the filesystem
- Replies: 1
- Views: 158
Open .txt document with the filesystem
Hello. I probably can't use ifstream for this, because the .txt document is in a .pak archive, which is added to the irrlicht filesystem.
How can I read this text document line by line?
How can I read this text document line by line?
- Sat Nov 05, 2011 6:44 pm
- Forum: Beginners Help
- Topic: Scrolling box with images
- Replies: 2
- Views: 179
Re: Scrolling box with images
thanks, I'll try to create something that works.
- Sat Nov 05, 2011 3:22 pm
- Forum: Beginners Help
- Topic: Scrolling box with images
- Replies: 2
- Views: 179
Scrolling box with images
Hey there, I'm using the Irrlicht Gui Environment and I want to know how you can create some kind of box with a scrollbar at the bottom, and images inside the box( a lot of images, so with the horizontal scrollbar you can browse through the images in the box). And how do you scale images?
Thanks.
Thanks.
- Fri Nov 04, 2011 12:09 pm
- Forum: Beginners Help
- Topic: show all files in a pak file
- Replies: 1
- Views: 162
show all files in a pak file
Hey there!
I added a pak file to the file archive, and now I need a for loop going through each file in the pak archive. How can I do this
thanks.
I added a pak file to the file archive, and now I need a for loop going through each file in the pak archive. How can I do this
thanks.
- Thu Nov 03, 2011 7:25 pm
- Forum: Beginners Help
- Topic: std::string to wchar_t*
- Replies: 5
- Views: 333
Re: std::string to wchar_t*
works! thanks.