Search found 7 matches
- Wed Jan 13, 2010 12:36 am
- Forum: Beginners Help
- Topic: Reading a text file using Irrlicht. (IReadFile)
- Replies: 7
- Views: 1559
- Tue Jan 12, 2010 6:15 pm
- Forum: Beginners Help
- Topic: Reading a text file using Irrlicht. (IReadFile)
- Replies: 7
- Views: 1559
I have made a code that loads the some data from a text file, i won't post the full code right now, but i could tell you how i did it :
1 : Open notepad and create a empty file, name it (I named mine "Data.options", i changed the the type of file, many people dont try to open ".options" file), and ...
1 : Open notepad and create a empty file, name it (I named mine "Data.options", i changed the the type of file, many people dont try to open ".options" file), and ...
- Mon Jan 11, 2010 1:16 am
- Forum: Beginners Help
- Topic: Multiple game Loops.
- Replies: 11
- Views: 1266
- Mon Jan 11, 2010 12:38 am
- Forum: Beginners Help
- Topic: Multiple game Loops.
- Replies: 11
- Views: 1266
- Sun Jan 10, 2010 11:07 pm
- Forum: Beginners Help
- Topic: Multiple game Loops.
- Replies: 11
- Views: 1266
- Sun Jan 10, 2010 10:54 pm
- Forum: Beginners Help
- Topic: Multiple game Loops.
- Replies: 11
- Views: 1266
- Sun Jan 10, 2010 6:53 pm
- Forum: Beginners Help
- Topic: Multiple game Loops.
- Replies: 11
- Views: 1266
Multiple game Loops.
Hi everyone!
Im having a small problem that i couldn't solve, so your help is appricieted. Here is a pseudo-code to understand what is happenning in my application:
...
int X = 0;
{
While (device->run())
{
driver->beginScene(true, true,SColor(0,255,255,255));
while (X <= 1000)
{
device ...
Im having a small problem that i couldn't solve, so your help is appricieted. Here is a pseudo-code to understand what is happenning in my application:
...
int X = 0;
{
While (device->run())
{
driver->beginScene(true, true,SColor(0,255,255,255));
while (X <= 1000)
{
device ...