You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Domin
Post
by Domin » Fri Jan 30, 2004 6:22 pm
line 43 in 0.4.2 version:
RefTriangle.pointB.set(0.0f, 0.0f, 0.0f);
should be:
RefTriangle.pointC.set(0.0f, 0.0f, 0.0f);
BTW - look at line 183 - maybe now the commented part is ok... If not I think so the RefTriangle in no longer needed...
CSceneNodeAnimatorCollisionResponse::setgravity() again: :) Parameter gravity is passed without & operator.
niko
Site Admin
Posts: 1759 Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:
Post
by niko » Sat Jan 31, 2004 1:43 pm
Thanks!
This error did not cause a bug, but it's nice that someone like you sends in a correction, thanks