Some test text!
Web / Guides / 3D annotation
WebViewer supports adding, manipulating and viewing 3D annotations since version 8. Users can select a glTF/GLB File (GL Transmission Format) either locally or from a URL and the model will be displayed on the page as an interactive annotation.
The 3D annotation button is turned off by default. To enable it, you can use the enableElements API:
const wvElement = document.getElementById('viewer');
WebViewer({ ...options }, wvElement).then(() => {
instance.UI.enableElements([ 'threeDToolGroupButton' ]);
});
Similar to other annotation types, 3D annotations allow basic operations like moving, resizing, commenting, adding URL/Page link and deleting.
The 3D annotation also supports rotation (shift
+ mouse move) and zoom operations (shift
+ mouse wheel)
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales