Search found 7 matches

by Dragon7
Tue Apr 13, 2004 2:02 pm
Forum: Beginners Help
Topic: Increase FPS with monitor settings! It worked for me!
Replies: 7
Views: 867

Errr... That's just one of the many options to get a higher framerate. You could also consider disabling antialising and anatiostrophic filtering.
by Dragon7
Tue Apr 13, 2004 2:02 pm
Forum: Beginners Help
Topic: Increase FPS with monitor settings! It worked for me!
Replies: 7
Views: 867

Errr... That's just one of the many options to get a higher framerate. You could also consider disabling antialising and anatiostrophic filtering.
by Dragon7
Sun Apr 11, 2004 6:25 pm
Forum: Beginners Help
Topic: How to convert c8* to wchar_t* and inverse
Replies: 4
Views: 686

For wchar I use .c_str() of stringw in the irrlicht api, and to construct it, you could use it's overloaded member?
by Dragon7
Sun Apr 11, 2004 4:50 pm
Forum: Beginners Help
Topic: Making AI
Replies: 1
Views: 294

Not too hard. Practicly, have a map plan with connected nodes where the enemies can walk, have seperate points where they have to do something special, such as jump. Then, you could have a simple 2d raytracing to see wether someone is in line of sight, and if so, shoot.
by Dragon7
Sun Apr 11, 2004 1:36 pm
Forum: Beginners Help
Topic: Need help with a problem concerning IEventReceiver
Replies: 6
Views: 390

Yes, also, get more into C++ a bit and get rid of hungarian notation ;o
by Dragon7
Sun Apr 11, 2004 1:34 pm
Forum: Beginners Help
Topic: Maya Camera node problem
Replies: 0
Views: 195

Maya Camera node problem

Hello, I have a global pointer to a maya like camera node in my simple level editor 'thing', problem is, that when I set the target or position of the camera, it, with no excuse, gets reset directly.

Stuff like:

Camera->setTarget(Cursor);
Camera->setPosition(Cursor.getPossition());
by Dragon7
Sun Apr 11, 2004 1:31 pm
Forum: Beginners Help
Topic: Why Irrlicht so slow-w-w?..
Replies: 5
Views: 725

It could be that they (most likely) put the maximum framerate on about 70. Maybe the sound system is lagging you out. Anyway, personally, I don't use irrlicht for it's speed but ease of use.