Search found 2 matches

by obi
Sat Feb 14, 2004 1:17 pm
Forum: Beginners Help
Topic: handmade camera wont follow handmade node
Replies: 11
Views: 1685

I have a similar problem. In my app, the node and cam are only moved in the x and y directions (fixed z position). Any time I start or stop moving both, the node makes a small "jump". The camera target seems to be one frame behind. I could work around it by enlarging the target vector. Ins...
by obi
Sat Feb 14, 2004 11:41 am
Forum: Beginners Help
Topic: can't use swprintf when audiere.h is included in project
Replies: 6
Views: 1024

Maybe its a problem with the namespaces.
If you have 'using namespace ...' directives in your code, delete them and use fully quallified names (especially in .h files).