Search found 3 matches

by pbot
Sun Apr 01, 2007 3:30 pm
Forum: Beginners Help
Topic: Rotation around another coordinate system, pls help
Replies: 1
Views: 158

Rotation around another coordinate system, pls help

Image

I need to rotate cube around center of gravity. How to translate coordinate system from cube's edge to center? And how make rotation? pls help
by pbot
Wed Mar 21, 2007 9:23 pm
Forum: Code Snippets
Topic: Smooth mixed 1st + 3rd Person Camera Scene Node (for RPG)
Replies: 158
Views: 59333

I found out what was the problem. Incompatible version of Irrlicht. This code runs with Irrlicht 1.1 engine. Could author make the code compatible with Irrlicht 1.3 engine?? <sorry for my english>
by pbot
Tue Mar 20, 2007 12:03 am
Forum: Code Snippets
Topic: Smooth mixed 1st + 3rd Person Camera Scene Node (for RPG)
Replies: 158
Views: 59333

compiling error

Error 1 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\irrlicht-1.3\examples\100. player camera rpg\irrcamerarpg\irrcamerarpg\ccamerascenenode.h 101 Error 2 error C2143: syntax error : missing ';' before '*' d:\irrlicht-1.3\examples\100. player camera rp...