Currently the MPbrtContainer.find() method can search by element name and type. This puts a lot of pressure on the name, since this is the only place to store arbitrary matching info.
We should add additional matching "tags" to the Container class and allow find() to match on these. This will break the dependency between element naming 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 MPbrtContainer.find() method can search by element name and type. This puts a lot of pressure on the name, since this is the only place to store arbitrary matching info.
We should add additional matching "tags" to the Container class and allow find() to match on these. This will break the dependency between element naming and element searching.
These tags would be used just for object manipulations, and not need to be represented in the generated scene file.