Reputation: 534
Is it possible that 3js modify uuid of objects behind the scene? I thought that uuid is constant and only it may be changed manualy by developer.
Upvotes: 1
Views: 1325
Reputation: 1887
Please read the docs first, https://threejs.org/docs/#api/en/core/Object3D.id. It clearly says it is read-only.
Upvotes: 3