Search found 4 matches

by Joseph1337
Mon Feb 11, 2008 8:15 pm
Forum: Everything 2d/3d Graphics
Topic: Blender material import
Replies: 1
Views: 1514

Blender material import

I have a question - can Irrlicht import blender materials(if so to what extent) when i export the model+animation to b3d?

Thanks
by Joseph1337
Wed Feb 06, 2008 8:39 pm
Forum: Beginners Help
Topic: Game source problem
Replies: 2
Views: 224

Game source problem

Well i started with Irrlicht recently and thought that the best way of learning it will be to create a game - a quite simple fps in my case. What I got now is some header files with not finished basic classes of the game. The problem is
that when I moved each class to a separate header i produced ...
by Joseph1337
Mon Feb 04, 2008 9:12 pm
Forum: Beginners Help
Topic: Scripting language help
Replies: 8
Views: 1108

Does that mean that I can`t call methods with Lua or Python? (This angelascript isn`t so bad though)
by Joseph1337
Mon Feb 04, 2008 6:10 pm
Forum: Beginners Help
Topic: Scripting language help
Replies: 8
Views: 1108

Scripting language help

Hello

I recently started a small project with Irrlicht with no game programming experience. I created some code, almost all object based. Now I`m wondering - does Lua or Python can call c++ methods? If yes then could you say where I can find a decent tutorial on Lua/C++ or Python/C++(based on which ...