This set of classes implement an easy to use and customizable markup type for adding text notes with a leader line to a model in HOOPS Communicator. Complete source code, demos and documentation is available on GitHub:
Below is a quick run-down of the main features
TextBox that automatically fits to the text with leader line pointing to the model:
Easy to add toolbars and other customizations:
Textbox can be set to rotate with the camera or stay static:
Optionally setting to hide textbox if insertion point is hidden:
when I’m trying to set the function setAllowEditing() it is not working
let item = new hcTextBox.TextBoxMarkupItem(textBoxOperator.getTextBoxManager(), new Communicator.Point3(0, 0, 0));
item.setAllowEditing(false);
there are some compatibility issues with jquery files. I think there is need to modify the webpack dependency configurations as it is external library. If you get any info please share.