Search found 6 matches

by Hairan
Fri May 15, 2009 11:26 am
Forum: Beginners Help
Topic: Easy c++ question, classes
Replies: 6
Views: 711

Ye that code was only a simple sample to get the grasp on classes. Easier to learn in small scale and then apply it to bigger projects once you get the concept :)
by Hairan
Thu May 14, 2009 11:07 am
Forum: Beginners Help
Topic: Easy c++ question, classes
Replies: 6
Views: 711

Ye, I found that out, thougth I tried that, but I obviously forgot it somewhere along the road :P

Had it that way earlier, but had an other silly error and then forgot this when fixing the other error and then thought I tried it already.

Anyway thanks for quick reply :)
by Hairan
Thu May 14, 2009 10:33 am
Forum: Beginners Help
Topic: Easy c++ question, classes
Replies: 6
Views: 711

Easy c++ question, classes

Hey!

So I have been trying to split my code into several files and using headers to declare the classes and then define them in a source file. The problem is in the Source file I can access all the public functions and define them nicely, but I am not able to use the private variables inside those ...
by Hairan
Sun May 10, 2009 7:53 pm
Forum: Code Snippets
Topic: Chasecam : Simple and smooth
Replies: 10
Views: 7291

ye I figuered that and used the deltaTime :)

But thanks anyway :)
by Hairan
Sun May 10, 2009 10:06 am
Forum: Beginners Help
Topic: ChaseCamera Problem
Replies: 0
Views: 371

ChaseCamera Problem

Hey!

I got alittle problem with the camera for my game.

I have been using a lot of code from the chase camera at: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=26944

The problem is that the camera is not going to the correct position at all, at first it spins around alittle and then it ...
by Hairan
Sun May 10, 2009 8:37 am
Forum: Code Snippets
Topic: Chasecam : Simple and smooth
Replies: 10
Views: 7291

Hey!

I know this thread is old, but just found it and think it is a very helpful code :)

But I was also wondering the same as bull did...is the "simspeed" in seconds, frames per second, or something else?