Search found 1 match

by fegabe
Sun Jun 21, 2009 1:58 am
Forum: Project Announcements
Topic: Tree Scene Node v2.1
Replies: 234
Views: 200754

Hi all,

I´ve discovered this application and it´s fantastic! I would like to export the generated tree to a file to be imported from irrlicht after.

I´ve tried to use this function in main.cpp

void saveTree ()
{
core::stringc dest;

dest = "tree.irr";

irr::scene::IMeshWriter *writer ...