potree / PotreeConverter

Create multi res point cloud to use with potree
http://potree.org
BSD 2-Clause "Simplified" License
690 stars 427 forks source link

Allow initializing Annotation uuid as constructor parameter #626

Open SiddharthPrakashan opened 1 year ago

SiddharthPrakashan commented 1 year ago

Hello, I am requesting this pull request for allowing initializing Annotation uuid as constructor parameter,

I have created a project where I am saving the annotation uuid, camera position, camera target in server database, when I load the annotation via http fetch request I would like to set these properties using constructor.

I have applied a similar logic in startInsertion method of AnnotationTool class.

There can be more use cases allowing initializing properties via constructor parameter.