Skip to main content

annotationAutoUnfocus

Typeboolean
Defaulttrue

Whether to automatically unfocus annotation on user input.
annotation.unfocus must be called manually when false is used.

{
src: "/egjs-view3d/model/draco/alarm.glb",
annotationURL: "/egjs-view3d/model/annotation/alarm-annotations.json",
annotationAutoUnfocus: true
}
{
src: "/egjs-view3d/model/draco/alarm.glb",
annotationURL: "/egjs-view3d/model/annotation/alarm-annotations.json",
annotationAutoUnfocus: false
}