1.23.0 • Published 5 months ago

@superviz/autodesk-viewer-plugin v1.23.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
5 months ago

SuperViz Autodesk viewer SDK plugin

SuperViz provides a suite of programmable low-code Collaboration and Communication components, all synchronized with an advanced Real-time Data Engine, enabling real-time and asynchronous collaboration and communication within any JavaScript based application.

The SuperViz Autodesk Plugin, when integrated, connects a Autodesk scene to the SuperViz SDK, allowing avatars, pinned comments, and other collaborative features within the 3D environment for a shared participant experience.

Note: to use this package, you must also have the following minimum versions:

  • SuperViz SDK, minimum version 5.0.0
  • Autodesk Viewer, minimum version 7.0.0

Getting started

1. Installing SuperViz Autodesk extension

The Presence3D component is not available from the @superviz/sdk package, instead, to use Presence 3D you must use the @superviz/autodesk-plugin package.

To install the @superviz/autodesk-viewer-plugin package with npm, run the following command:

npm install --save @superviz/autodesk-viewer-plugin

Or with Yarn:

yarn add @superviz/autodesk-viewer-plugin

2. Adding Autodesk to SuperViz SDK

To add an Autodesk Presence3D component, you can use the following code:

import { Presence3D } from '@superviz/autodesk-viewer-plugin';

Autodesk.Viewing.Initializer(options, async () => {
  const viewerDiv = document.getElementById('forge-viewer');
  const viewer = new Autodesk.Viewing.GuiViewer3D(viewerDiv);

  await viewer.start();

  const autodeskPresence = new Presence3D(viewer, {
    isAvatarsEnabled: true,
    isLaserEnabled: true,
    isNameEnabled: true,
    avatarConfig: {
      height: 0,
      scale: 1,
      laserOrigin: { x: 0, y: 0, z: 0 },
    },
  });

  sdk.addComponent(autodeskPresence);
});

Please check the documentation for more information about the Presence3D component.

Contributing

Issues

To report a new bug, request a new feature, or if you need any help, you can file an issue on GitHub. We have a few templates to help you out.

License

SuperViz SDK is licensed under the BSD 2-Clause License.

1.23.0-lab.1

6 months ago

1.23.0-lab.2

5 months ago

1.22.3

7 months ago

1.22.4

7 months ago

1.22.3-beta.1

7 months ago

1.22.5

7 months ago

1.22.5-beta.1

7 months ago

1.22.4-beta.1

7 months ago

1.22.4-lab.1

7 months ago

1.23.0-beta.1

5 months ago

1.22.5-lab.1

7 months ago

1.23.0

5 months ago

1.22.3-lab.1

7 months ago

1.22.2-beta.1

8 months ago

1.22.2

8 months ago

1.22.2-lab.1

8 months ago

1.22.1-beta.1

8 months ago

1.22.0-beta.5

8 months ago

1.22.0

8 months ago

1.22.1

8 months ago

1.22.0-lab.7

8 months ago

1.22.0-lab.5

8 months ago

1.22.0-lab.6

8 months ago

1.22.0-lab.3

8 months ago

1.22.0-lab.4

8 months ago

1.22.0-lab.1

9 months ago

1.22.0-lab.2

8 months ago

1.22.0-beta.4

8 months ago

1.22.0-beta.3

8 months ago

1.22.0-beta.2

9 months ago

1.22.0-beta.1

9 months ago

1.18.0

1 year ago

1.15.0-lab.11

1 year ago

1.21.0

9 months ago

1.21.1

9 months ago

1.19.0

12 months ago

1.17.0

1 year ago

1.19.1

11 months ago

1.20.0-lab.3

9 months ago

1.20.0-lab.2

11 months ago

1.20.0-lab.1

12 months ago

1.19.0-lab.1

12 months ago

1.20.1

10 months ago

1.20.0

11 months ago

1.15.0-lab.10

1 year ago

1.15.0-lab.9

1 year ago

1.15.0-lab.8

1 year ago

1.15.0-lab.7

1 year ago

1.15.0-lab.6

1 year ago

1.16.0

1 year ago

1.15.0-beta.2

1 year ago

1.15.0-lab.5

1 year ago

1.15.0-beta.1

1 year ago

1.15.0

1 year ago

1.15.0-lab.4

1 year ago

1.15.0-lab.3

1 year ago

1.15.0-lab.1

1 year ago

1.15.0-lab.2

1 year ago

1.11.0-lab.6

1 year ago

1.14.1

1 year ago

1.11.0-beta.2

1 year ago

1.11.0-lab.5

1 year ago

1.14.0

1 year ago

1.11.0-beta.1

1 year ago

1.11.0-lab.4

1 year ago

1.11.0-lab.3

1 year ago

1.11.0-lab.1

1 year ago

1.11.0-lab.2

1 year ago

1.13.1

1 year ago

1.13.0

1 year ago

1.12.0

1 year ago

1.11.0

1 year ago

1.10.1

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.4

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.5.2

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.6.9

2 years ago

1.6.8

2 years ago

1.6.10

2 years ago

1.6.7

2 years ago

1.6.6

2 years ago

1.6.5

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago