@wandelbots/wandelbots-js-react-components 1.27.0 → 1.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -13,135 +13,147 @@ export function Yaskawa_AR2010({ modelURL, ...props }: RobotModelProps) {
13
13
  const materials = gltf.materials
14
14
 
15
15
  return (
16
- <>
17
- <group {...props} dispose={null}>
18
- <group name="Scene">
19
- <group name="AR2010" rotation={[Math.PI / 2, 0, 0]}>
20
- <animated.group name="AR2010_J01" rotation={[-Math.PI / 2, 0, 0]}>
16
+ <group {...props} dispose={null}>
17
+ <group name="Scene">
18
+ <group name="link_0">
19
+ <mesh
20
+ name="shape"
21
+ castShadow
22
+ receiveShadow
23
+ geometry={nodes.shape.geometry}
24
+ material={materials.yaskawa_black}
25
+ />
26
+ <mesh
27
+ name="shape_1"
28
+ castShadow
29
+ receiveShadow
30
+ geometry={nodes.shape_1.geometry}
31
+ material={materials.yaskawa_metalsilver}
32
+ />
33
+ <mesh
34
+ name="shape_2"
35
+ castShadow
36
+ receiveShadow
37
+ geometry={nodes.shape_2.geometry}
38
+ material={materials.yaskawa_blue}
39
+ />
40
+ <mesh
41
+ name="shape_3"
42
+ castShadow
43
+ receiveShadow
44
+ geometry={nodes.shape_3.geometry}
45
+ material={materials.yaskawa_metalsilver}
46
+ />
47
+ </group>
48
+ <animated.group name="YASKAWA_AR2010_J00">
49
+ <group name="link_1">
50
+ <mesh
51
+ name="shape001"
52
+ castShadow
53
+ receiveShadow
54
+ geometry={nodes.shape001.geometry}
55
+ material={materials.yaskawa_black}
56
+ />
57
+ <mesh
58
+ name="shape001_1"
59
+ castShadow
60
+ receiveShadow
61
+ geometry={nodes.shape001_1.geometry}
62
+ material={materials.yaskawa_blue}
63
+ />
64
+ </group>
65
+ <animated.group
66
+ name="YASKAWA_AR2010_J01"
67
+ position={[0.15, 0, 0]}
68
+ rotation={[-Math.PI / 2, -Math.PI / 2, 0]}
69
+ >
70
+ <mesh
71
+ name="link_2"
72
+ castShadow
73
+ receiveShadow
74
+ geometry={nodes.link_2.geometry}
75
+ material={materials.yaskawa_blue}
76
+ position={[0, 0, 0.15]}
77
+ rotation={[Math.PI / 2, 0, -Math.PI / 2]}
78
+ />
79
+ <animated.group
80
+ name="YASKAWA_AR2010_J02"
81
+ position={[0.76, 0, 0]}
82
+ rotation={[-Math.PI, 0, 0]}
83
+ >
84
+ <group
85
+ name="link_3"
86
+ position={[-0.76, 0, -0.15]}
87
+ rotation={[-Math.PI / 2, 0, -Math.PI / 2]}
88
+ >
89
+ <mesh
90
+ name="shape003"
91
+ castShadow
92
+ receiveShadow
93
+ geometry={nodes.shape003.geometry}
94
+ material={materials.yaskawa_black}
95
+ />
96
+ <mesh
97
+ name="shape003_1"
98
+ castShadow
99
+ receiveShadow
100
+ geometry={nodes.shape003_1.geometry}
101
+ material={materials.yaskawa_blue}
102
+ />
103
+ </group>
21
104
  <animated.group
22
- name="AR2010_J02"
23
- position={[0.15, 0, 0]}
24
- rotation={[Math.PI / 2, 0, Math.PI]}
105
+ name="YASKAWA_AR2010_J03"
106
+ position={[0.2, 0, 0]}
107
+ rotation={[-Math.PI / 2, 0, 0]}
25
108
  >
109
+ <mesh
110
+ name="link_4"
111
+ castShadow
112
+ receiveShadow
113
+ geometry={nodes.link_4.geometry}
114
+ material={materials.yaskawa_blue}
115
+ position={[-0.96, 0.15, 0]}
116
+ rotation={[0, 0, -Math.PI / 2]}
117
+ />
26
118
  <animated.group
27
- name="AR2010_J03"
28
- position={[0.76, 0, 0]}
29
- rotation={[Math.PI, 0, 0]}
119
+ name="YASKAWA_AR2010_J04"
120
+ position={[0, -1.082, 0]}
121
+ rotation={[Math.PI / 2, 0, 0]}
30
122
  >
123
+ <mesh
124
+ name="link_5"
125
+ castShadow
126
+ receiveShadow
127
+ geometry={nodes.link_5.geometry}
128
+ material={materials.yaskawa_blue}
129
+ position={[-0.96, 0, -1.232]}
130
+ rotation={[-Math.PI / 2, 0, -Math.PI / 2]}
131
+ />
31
132
  <animated.group
32
- name="AR2010_J04"
33
- position={[0.2, 0, 0]}
133
+ name="YASKAWA_AR2010_J05"
34
134
  rotation={[-Math.PI / 2, 0, 0]}
35
135
  >
36
- <animated.group
37
- name="AR2010_J05"
38
- position={[0, -1.082, 0]}
39
- rotation={[Math.PI / 2, 0, 0]}
40
- >
41
- <animated.group
42
- name="AR2010_J06"
43
- rotation={[-Math.PI / 2, 0, 0]}
44
- >
45
- <group
46
- name="AR2010_FLG"
47
- position={[0, -0.1, 0]}
48
- rotation={[-Math.PI, 0, 0]}
49
- ></group>
50
- <group name="AR2010_L06">
51
- <mesh
52
- name="AR2010_06001"
53
- castShadow
54
- receiveShadow
55
- geometry={nodes.AR2010_06001.geometry}
56
- material={materials.yaskawaBlueMetall}
57
- />
58
- <mesh
59
- name="AR2010_06001_1"
60
- castShadow
61
- receiveShadow
62
- geometry={nodes.AR2010_06001_1.geometry}
63
- material={materials.metall}
64
- />
65
- </group>
66
- </animated.group>
67
- <mesh
68
- name="AR2010_L05"
69
- castShadow
70
- receiveShadow
71
- geometry={nodes.AR2010_L05.geometry}
72
- material={materials.yaskawaBlueMetall}
73
- />
74
- </animated.group>
75
- <group name="AR2010_L04">
76
- <mesh
77
- name="AR2010_04001"
78
- castShadow
79
- receiveShadow
80
- geometry={nodes.AR2010_04001.geometry}
81
- material={materials.yaskawaBlueMetall}
82
- />
83
- <mesh
84
- name="AR2010_04001_1"
85
- castShadow
86
- receiveShadow
87
- geometry={nodes.AR2010_04001_1.geometry}
88
- material={materials.white}
89
- />
90
- </group>
91
- </animated.group>
92
- <group name="AR2010_L03">
93
136
  <mesh
94
- name="AR2010_03001"
137
+ name="link_6"
95
138
  castShadow
96
139
  receiveShadow
97
- geometry={nodes.AR2010_03001.geometry}
98
- material={materials.yaskawaBlueMetall}
140
+ geometry={nodes.link_6.geometry}
141
+ material={materials.yaskawa_metalsilver}
142
+ position={[-0.96, 1.232, 0]}
143
+ rotation={[0, 0, -Math.PI / 2]}
99
144
  />
100
- <mesh
101
- name="AR2010_03001_1"
102
- castShadow
103
- receiveShadow
104
- geometry={nodes.AR2010_03001_1.geometry}
105
- material={materials.blackMetall}
145
+ <group
146
+ name="YASKAWA_AR2010_FLG"
147
+ position={[0, -0.1, 0]}
148
+ rotation={[-Math.PI, 0, 0]}
106
149
  />
107
- </group>
150
+ </animated.group>
108
151
  </animated.group>
109
- <mesh
110
- name="AR2010_L02"
111
- castShadow
112
- receiveShadow
113
- geometry={nodes.AR2010_L02.geometry}
114
- material={materials.yaskawaBlueMetall}
115
- />
116
152
  </animated.group>
117
- <group name="AR2010_L01">
118
- <mesh
119
- name="AR2010_01001"
120
- castShadow
121
- receiveShadow
122
- geometry={nodes.AR2010_01001.geometry}
123
- material={materials.yaskawaBlueMetall}
124
- />
125
- <mesh
126
- name="AR2010_01001_1"
127
- castShadow
128
- receiveShadow
129
- geometry={nodes.AR2010_01001_1.geometry}
130
- material={materials.blackMetall}
131
- />
132
- </group>
133
153
  </animated.group>
134
- <mesh
135
- name="AR2010_L00"
136
- castShadow
137
- receiveShadow
138
- geometry={nodes.AR2010_L00.geometry}
139
- material={materials.yaskawaBlueMetall}
140
- rotation={[-Math.PI / 2, 0, 0]}
141
- />
142
- </group>
143
- </group>
154
+ </animated.group>
155
+ </animated.group>
144
156
  </group>
145
- </>
157
+ </group>
146
158
  )
147
159
  }