Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.72 KB

File metadata and controls

54 lines (29 loc) · 1.72 KB

ForgeViewerExtensions

Collection of self-contained Forge Viewer extensions:

markupExtension - shows how to add 3d markups to a model.

live here


cameraRotationExtension - shows how to add a button to start and stop camera rotation around the model:

live here


transformationExplorerExtension - shows transformation data (position) of clicked component:

live here


viewerResizerExtension - illustrates how to resize dynamically the Forge Viewer window:

live here


TransformTool - illustrates how to attach a gizmo to a component and use it to move the component:

live here


customMaterialExtension - illustrates how to create and add custom material to model's component:

live here