In my scene, I have a semantic ID for each object in my scene (they all have the same semantic class, just different values). The IDs begin at 0, and end with the number of objects in the scene. Is the ID then just the order by with the prim is created? I'd really like to be able to assign a mapping from the prim (or what I know the object is at instantiation) to the semantic ID.
Question
In my scene, I have a semantic ID for each object in my scene (they all have the same semantic class, just different values). The IDs begin at 0, and end with the number of objects in the scene. Is the ID then just the order by with the prim is created? I'd really like to be able to assign a mapping from the prim (or what I know the object is at instantiation) to the semantic ID.