Hmm... right under my nose the entire time. Thanks atcdevil.
Doubled my frame rate! Yay!
Search found 16 matches
- Wed Jul 28, 2004 7:43 pm
- Forum: Open Discussion and Dev Announcements
- Topic: UNcapping the 60 fps limit?
- Replies: 5
- Views: 1149
- Wed Jul 28, 2004 5:40 pm
- Forum: Open Discussion and Dev Announcements
- Topic: UNcapping the 60 fps limit?
- Replies: 5
- Views: 1149
- Mon Jul 26, 2004 8:38 pm
- Forum: Beginners Help
- Topic: Light problem
- Replies: 7
- Views: 718
- Mon Jul 26, 2004 8:30 pm
- Forum: Beginners Help
- Topic: allways look at camera
- Replies: 3
- Views: 408
I assume you'd have to get the position of the object and the camera and then call a function like the following in order to get the angle to which you should rotate the object. function trueAngles (x1, y1, x2, y2 : int) : real % result an angle between 0 and 360 degrees if x1 not= x2 then if x1 < x...
- Mon Jul 26, 2004 8:22 pm
- Forum: Beginners Help
- Topic: Blended Skies?
- Replies: 7
- Views: 958
- Thu Jul 22, 2004 1:20 pm
- Forum: Beginners Help
- Topic: Irrlicht and the STL
- Replies: 3
- Views: 461
I know this is an old post and I apologize in advance for bringing it back up, but I had encountered a similar problem this morning. Just make sure you include the header you wanted to use before you include the irrlicht header. ie #include <vector> ... #include <irrlicht.h> That should work it out.
- Mon Jul 19, 2004 10:16 pm
- Forum: Advanced Help
- Topic: Flipping images drawn with draw2DImage()
- Replies: 0
- Views: 326
Flipping images drawn with draw2DImage()
Is it possible? If I want to draw something that is square shaped (and vertically/horizontally symmetrical), can I just have one section of it in my image and then draw it four time but flipped? eg image: |\- -/| |/- -\| OK, that's an ugly image, but I never pretended to be good with ASCII art. Inst...
- Thu Jul 15, 2004 9:30 pm
- Forum: Beginners Help
- Topic: Using lights in Irrlicht
- Replies: 4
- Views: 564
- Thu Jul 15, 2004 1:34 am
- Forum: Beginners Help
- Topic: Using lights in Irrlicht
- Replies: 4
- Views: 564
Using lights in Irrlicht
I tried messing around with the lights a bit, looking at the SpecialFX tutorial and the API, and I was wondering if it's possible to control the range of the light. I mean, is it possible to have a light for which the strength of light cast on an object depends on it's distance to the source? (ie, f...
- Sat Jul 10, 2004 11:04 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Anyone making anything similar to Oni?
- Replies: 9
- Views: 1941
Oni was great! Well, do be honest, it could have done with alot of improvement. I'm not concerned with graphics that much but the gameplay could've been better (it sucked that you could take on a boss easily but still get beaten thoroughly by two or three 'weaker' enemies). My favourite aspects of t...
- Thu Jul 08, 2004 3:00 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: bool keys[]
- Replies: 25
- Views: 36157
- Fri Jul 02, 2004 12:11 pm
- Forum: Off-topic
- Topic: Who is everybody?
- Replies: 358
- Views: 502694
Name Nikolaos Coutsos (my first name means 'Victory of the People' :D ) Age 17.98 years olo. Unfortunately I only started programming at 14 or so, and it was a very crappy language. Location Ontario, Canada Interests Figuring out how to use Linux, making my Linux desktop sexier, programming/reading...
- Thu Jul 01, 2004 6:44 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Linux C++ IDE??
- Replies: 15
- Views: 7323
- Thu Jul 01, 2004 12:03 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Linux C++ IDE??
- Replies: 15
- Views: 7323
Re: Linux C++ IDE??
And there might even be Dev-Cpp for Linux -- have you looked? Yes, I like Dev-Cpp so I already looked into that, but it seems you can only get the Linux version if you buy the CD from Bloodshed. It's weird to see something free for Windows and not for Linux. Anyways, what are some of the advantages...
- Thu Jul 01, 2004 12:52 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Linux C++ IDE??
- Replies: 15
- Views: 7323
Linux C++ IDE??
Anybody know of a good one? Please don't suggest KDevelop because, even though it came with my distro, I've somehow developed a hatred for KDE :P . I've also tried anjuta but couldn't get it to work. Anything? Worst case scenario I guess I'll just write the whole program in Dev-Cpp on my winxp (inte...