Currently the MMitsubaNode.find() method can search by node id and type. This puts a lot of pressure on the id, since this is the only place to store arbitrary matching info.
We should add additional matching "tags" to the Node class and allow find() to match on these. This will break the dependency between element id construction and element searching.
These tags would be used just for object manipulations, and not need to be represented in the generated scene file.
Currently the MMitsubaNode.find() method can search by node id and type. This puts a lot of pressure on the id, since this is the only place to store arbitrary matching info.
We should add additional matching "tags" to the Node class and allow find() to match on these. This will break the dependency between element id construction and element searching.
These tags would be used just for object manipulations, and not need to be represented in the generated scene file.