Search found 3 matches

by nero24
Tue Nov 24, 2009 9:27 am
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 167646

hello everybody i've got a problem with compiling irrnewt under 1.6

i've just included the irrnewt.hpp like this

#include <irrnewt.hpp>

and then i've got a lot of errors i dunno why :

c:\dokumente und einstellungen\infomaniac\desktop\irrnewt_sdk_0_4\include\hidden.hpp(108) : error C4430 ...
by nero24
Fri Nov 20, 2009 7:23 pm
Forum: Game Programming
Topic: CollisionResponseAnimator -> change params
Replies: 3
Views: 2343

thank you very much for your answer but i already tried this and it's like a heavy movement you can also switch the camera there is no difference

im sitting since sunday on this problem i could really cry T_T
by nero24
Fri Nov 20, 2009 12:31 pm
Forum: Game Programming
Topic: CollisionResponseAnimator -> change params
Replies: 3
Views: 2343

CollisionResponseAnimator -> change params

Hello everybody

i'm new to irrlicht and i have a favor t ask:

i started with the engine a few days ago and now i'm trying to write some new code in to example 7 -> collision

#include <irrlicht.h>
#include <iostream>

using namespace irr;

#ifdef _MSC_VER
#pragma comment(lib, "Irrlicht.lib ...