Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hi .. this is my first time using irrEdit, i read irrEdit tutorials and know that i can add scripts from irrEdit direct, i want ensure : - is this mean i don't need write any piece of code in c++ ? - inside irrEdit can i use any irrlicht function ? may be someone guide me.. :) regards MFA |
||||
|
IrrEdit is for creating .irr files which can be read in by irrlicht applications. For that, you have to write C++ code. You can use squirrel inside irrEdit to script editor features only. If you want to create interactive 3D scenes without programming or a bit of squirrel scripting only, I recommend you to use CopperCube instead. |
|