[CopperCube] FollowPath export results in Node unsupported

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
specialdune
Posts: 2
Joined: Tue Sep 02, 2014 7:33 am

[CopperCube] FollowPath export results in Node unsupported

Post by specialdune »

Hello,

I'm new with the irrlicht Engine, but we want to use it for our virtual reality project (we already have an adapter for our 3d cave).
So here is the problem: We are creating a map with copper cube and want our train to follow a path.

Image Image

However in the map.irr xml file there is no "behaviour" under the Train node and now we even found
that there is no node of type Path in our Null-Objects Folder.

Code: Select all

 
    <node type="dummyTransformation">
 
        <attributes>
            <string name="Name" value="Null-Objects" />
            <bool name="Visible" value="true" />
        </attributes>
 
        <node type="unsopported">
 
        </node>
 
    </node>
 
I think this is the main problem for the export, so how can I get this to work?
Post Reply