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.
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>