3.10.0 • Published 29 days ago

@shapediver/viewer.viewport v3.10.0

Weekly downloads
-
License
polyform-noncomme...
Repository
github
Last release
29 days ago

@shapediver/viewer.viewport

This is the npm package for the ShapeDiver Viewer Viewport API. For more information on ShapeDiver, please visit our homepage.

For the documentation of the Viewer, there are three main pages:

If you have any questions or need help with the viewer, please visit the ShapeDiver Forum.

Installation

npm install --save @shapediver/viewer.viewport

Usage

The ShapeDiver Viewer consists of simple components that you can use in your own application. You can see here how you can create those components and some things that you can do with them. Please have a look at the specific documentations or the help desk for further information.

createViewport

The viewport is the component where the rendering takes place. To create it, a canvas is needed that is somewhere in your page.

import {createViewport} from "@shapediver/viewer.viewport";

const viewport = await createViewport({
	id: "myViewport",
	canvas: document.getElementById("canvas") as HTMLCanvasElement,
});

Once you created a viewport, you can see the logo. When nothing is in the scene yet, the logo is shown until there is something to render.

3.9.9

2 months ago

3.9.8

2 months ago

3.9.3

3 months ago

3.7.5

4 months ago

3.5.7

7 months ago

3.9.10

1 month ago

3.9.2

3 months ago

3.7.4

5 months ago

3.5.6

7 months ago

3.9.1

3 months ago

3.7.3

5 months ago

3.5.5

7 months ago

3.9.0

3 months ago

3.7.2

5 months ago

3.5.4

7 months ago

3.9.7

2 months ago

3.9.6

3 months ago

3.9.5

3 months ago

3.9.4

3 months ago

3.8.14

3 months ago

3.8.15

3 months ago

3.8.12

4 months ago

3.8.0

4 months ago

3.10.0

29 days ago

3.8.13

3 months ago

3.8.10

4 months ago

3.6.0

7 months ago

3.8.11

4 months ago

3.8.9

4 months ago

3.8.4

4 months ago

3.8.3

4 months ago

3.8.2

4 months ago

3.8.1

4 months ago

3.8.8

4 months ago

3.8.7

4 months ago

3.8.6

4 months ago

3.8.5

4 months ago

3.7.1

5 months ago

3.5.3

7 months ago

3.7.0

6 months ago

3.5.2

7 months ago

3.5.1

7 months ago

3.5.0

7 months ago

3.4.3

8 months ago

3.4.2

8 months ago

3.4.1

8 months ago

3.4.0

8 months ago

3.3.10

8 months ago

3.3.9

8 months ago

3.3.8

9 months ago

3.3.7

9 months ago

3.3.6

9 months ago

3.3.4

9 months ago

3.3.3

9 months ago

3.3.2

9 months ago

3.3.1

9 months ago

3.2.2

10 months ago

3.0.4

1 year ago

3.3.0

10 months ago

3.2.1

10 months ago

3.1.2

11 months ago

3.0.3

1 year ago

3.2.0

11 months ago

3.1.1

11 months ago

3.0.2

1 year ago

3.1.0

1 year ago

3.2.6

10 months ago

3.2.5

10 months ago

3.2.4

10 months ago

3.0.6

1 year ago

3.2.3

10 months ago

3.0.5

1 year ago

3.2.8

10 months ago

3.2.7

10 months ago

3.0.1

1 year ago

3.0.0

1 year ago