1const images = [
2 {
3 url: "https://placehold.co/400",
4 size: {
5 height: 10,
6 width: 10,
7 },
8 transform: {
9 position: {
10 x: 1.0,
11 y: 1.0,
12 z: 0.0,
13 },
14 rotation: {
15 centerOfRotation: {
16 x: 1.0,
17 y: 0.0,
18 z: 0.0,
19 },
20 angle: 1,
21 x: 1.0,
22 y: 0.0,
23 z: 0.0,
24 },
25 },
26 },
27];
28
29viewer3d.setImages(images);