Jump to content

Problems on Node::getID


photo

Recommended Posts

There are tons of nodes in Unigine demos which we want utilize. 

We are writing programs to copy node contents from demo's .world file to another .world file(or .node file). 

Corresponding resources like mesh, material is also copied to make sure the copied nodes can be rendered correctly in the new project.

And the problem is, could the node id be duplicated across different Unigine project? For there is an "id" attribute in the node's XML tag.

If it will duplicate, would you provide us with your integer-id generating algorithms, so that we can change the id.

Link to comment
×
×
  • Create New...