sunrize 1.8.27 → 1.8.28

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "1.8.27",
4
+ "version": "1.8.28",
5
5
  "description": "A Multi-Platform X3D Editor",
6
6
  "main": "src/main.js",
7
7
  "bin": {
@@ -110,7 +110,7 @@
110
110
  "string-similarity": "^4.0.4",
111
111
  "tweakpane": "^3.1.10",
112
112
  "update-electron-app": "^3.1.1",
113
- "x_ite": "^12.0.4",
113
+ "x_ite": "^12.0.5",
114
114
  "x3d-traverse": "^1.0.13"
115
115
  }
116
116
  }
@@ -56,8 +56,14 @@
56
56
  <connect nodeField='scale' protoField='size'/>
57
57
  <connect nodeField='visible' protoField='selected'/>
58
58
  </IS>
59
- <Group
60
- bboxSize='1 1 1'/>
59
+ <Shape>
60
+ <Appearance>
61
+ <UnlitMaterial
62
+ transparency='1'/>
63
+ </Appearance>
64
+ <Box
65
+ size='1 1 1'/>
66
+ </Shape>
61
67
  </Transform>
62
68
  </Collision>
63
69
  <Script DEF='Tool'
@@ -718,8 +718,14 @@
718
718
  <connect nodeField='translation' protoField='center'/>
719
719
  </IS>
720
720
  <ScreenGroup>
721
- <Group
722
- bboxSize='40 40 40'/>
721
+ <Shape>
722
+ <Appearance>
723
+ <UnlitMaterial
724
+ transparency='1'/>
725
+ </Appearance>
726
+ <Box
727
+ size='40 40 40'/>
728
+ </Shape>
723
729
  </ScreenGroup>
724
730
  </Transform>
725
731
  </Transform>
@@ -222,8 +222,14 @@
222
222
  <connect nodeField='visible' protoField='selected'/>
223
223
  </IS>
224
224
  <ScreenGroup>
225
- <Group
226
- bboxSize='60 60 60'/>
225
+ <Shape>
226
+ <Appearance>
227
+ <UnlitMaterial
228
+ transparency='1'/>
229
+ </Appearance>
230
+ <Box
231
+ size='60 60 60'/>
232
+ </Shape>
227
233
  </ScreenGroup>
228
234
  </Transform>
229
235
  </Collision>
@@ -8,9 +8,9 @@
8
8
  <meta name='comment' content='Rise and Shine'/>
9
9
  <meta name='created' content='Sun, 03 Aug 2014 03:06:41 GMT'/>
10
10
  <meta name='creator' content='Holger Seelig'/>
11
- <meta name='generator' content='Sunrize X3D Editor V1.7.57, https://create3000.github.io/sunrize/'/>
11
+ <meta name='generator' content='Sunrize X3D Editor V1.8.27, https://create3000.github.io/sunrize/'/>
12
12
  <meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Tools/Navigation/X3DViewpointNodeTool.x3d'/>
13
- <meta name='modified' content='Mon, 10 Mar 2025 10:43:15 GMT'/>
13
+ <meta name='modified' content='Sat, 30 Aug 2025 10:36:12 GMT'/>
14
14
  </head>
15
15
  <Scene>
16
16
  <ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
@@ -152,8 +152,14 @@
152
152
  <connect nodeField='visible' protoField='selected'/>
153
153
  </IS>
154
154
  <ScreenGroup>
155
- <Group
156
- bboxSize='60 60 60'/>
155
+ <Shape>
156
+ <Appearance>
157
+ <UnlitMaterial
158
+ transparency='1'/>
159
+ </Appearance>
160
+ <Box
161
+ size='60 60 60'/>
162
+ </Shape>
157
163
  </ScreenGroup>
158
164
  </Transform>
159
165
  </Collision>
@@ -45,8 +45,14 @@
45
45
  <connect nodeField='visible' protoField='selected'/>
46
46
  </IS>
47
47
  <ScreenGroup>
48
- <Group
49
- bboxSize='60 60 60'/>
48
+ <Shape>
49
+ <Appearance>
50
+ <UnlitMaterial
51
+ transparency='1'/>
52
+ </Appearance>
53
+ <Box
54
+ size='60 60 60'/>
55
+ </Shape>
50
56
  </ScreenGroup>
51
57
  </Transform>
52
58
  </Collision>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "http://www.web3d.org/specifications/x3d-4.0.dtd">
3
- <X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-4.0.xsd'>
2
+ <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
3
+ <X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'>
4
4
  <head>
5
5
  <component name='Layout' level='2'/>
6
6
  <component name='PointingDeviceSensor' level='1'/>
@@ -10,12 +10,14 @@
10
10
  <meta name='comment' content='Rise and Shine'/>
11
11
  <meta name='created' content='Thu, 18 Feb 2016 08:47:54 GMT'/>
12
12
  <meta name='creator' content='Holger Seelig'/>
13
- <meta name='generator' content='Sunrize X3D Editor V1.6.7, https://create3000.github.io/sunrize/'/>
13
+ <meta name='generator' content='Sunrize X3D Editor V1.8.27, https://create3000.github.io/sunrize/'/>
14
14
  <meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Tools/Sound/SoundTool.x3d'/>
15
- <meta name='modified' content='Tue, 26 Mar 2024 12:03:37 GMT'/>
15
+ <meta name='modified' content='Sat, 30 Aug 2025 10:42:22 GMT'/>
16
16
  </head>
17
17
  <Scene>
18
- <ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'></ExternProtoDeclare>
18
+ <ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
19
+ <field accessType='inputOutput' type='SFBool' name='instanced'/>
20
+ </ExternProtoDeclare>
19
21
  <ExternProtoDeclare name='BooleanSwitch' url='"../Grouping/BooleanSwitch.x3d"'>
20
22
  <field accessType='inputOutput' type='SFBool' name='whichChoice'/>
21
23
  <field accessType='inputOutput' type='SFBool' name='visible'/>
@@ -85,7 +87,7 @@
85
87
  rotation='-1 0 0 90'>
86
88
  <ProtoInstance name='BooleanSwitch'>
87
89
  <fieldValue name='children'>
88
- <Shape DEF='_14'
90
+ <Shape
89
91
  castShadow='false'>
90
92
  <Appearance>
91
93
  <LineProperties DEF='_5'
@@ -101,7 +103,7 @@
101
103
  point='0 1 0, 4.68652e-17 0.92388 -0.382683, -0.224936 0.92388 -0.309597, -0.363954 0.92388 -0.118256, -0.363954 0.92388 0.118256, -0.224936 0.92388 0.309597, -9.37304e-17 0.92388 0.382683, 0.224936 0.92388 0.309597, 0.363954 0.92388 0.118256, 0.363954 0.92388 -0.118256, 0.224936 0.92388 -0.309597, 8.65956e-17 0.707107 -0.707107, -0.415627 0.707107 -0.572061, -0.672499 0.707107 -0.218508, -0.672499 0.707107 0.218508, -0.415627 0.707107 0.572061, -1.73191e-16 0.707107 0.707107, 0.415627 0.707107 0.572061, 0.672499 0.707107 0.218508, 0.672499 0.707107 -0.218508, 0.415627 0.707107 -0.572061, 1.13143e-16 0.382683 -0.92388, -0.543043 0.382683 -0.747434, -0.878662 0.382683 -0.285494, -0.878662 0.382683 0.285494, -0.543043 0.382683 0.747434, -2.26285e-16 0.382683 0.92388, 0.543043 0.382683 0.747434, 0.878662 0.382683 0.285494, 0.878662 0.382683 -0.285494, 0.543043 0.382683 -0.747434, 1.22465e-16 6.12323e-17 -1, -0.587785 6.12323e-17 -0.809017, -0.951057 6.12323e-17 -0.309017, -0.951057 6.12323e-17 0.309017, -0.587785 6.12323e-17 0.809017, -2.44929e-16 6.12323e-17 1, 0.587785 6.12323e-17 0.809017, 0.951057 6.12323e-17 0.309017, 0.951057 6.12323e-17 -0.309017, 0.587785 6.12323e-17 -0.809017, 1.13143e-16 -0.382683 -0.92388, -0.543043 -0.382683 -0.747434, -0.878662 -0.382683 -0.285494, -0.878662 -0.382683 0.285494, -0.543043 -0.382683 0.747434, -2.26285e-16 -0.382683 0.92388, 0.543043 -0.382683 0.747434, 0.878662 -0.382683 0.285494, 0.878662 -0.382683 -0.285494, 0.543043 -0.382683 -0.747434, 8.65956e-17 -0.707107 -0.707107, -0.415627 -0.707107 -0.572061, -0.672499 -0.707107 -0.218508, -0.672499 -0.707107 0.218508, -0.415627 -0.707107 0.572061, -1.73191e-16 -0.707107 0.707107, 0.415627 -0.707107 0.572061, 0.672499 -0.707107 0.218508, 0.672499 -0.707107 -0.218508, 0.415627 -0.707107 -0.572061, 4.68652e-17 -0.92388 -0.382683, -0.224936 -0.92388 -0.309597, -0.363954 -0.92388 -0.118256, -0.363954 -0.92388 0.118256, -0.224936 -0.92388 0.309597, -9.37304e-17 -0.92388 0.382683, 0.224936 -0.92388 0.309597, 0.363954 -0.92388 0.118256, 0.363954 -0.92388 -0.118256, 0.224936 -0.92388 -0.309597, 0 -1 0'/>
102
104
  </IndexedLineSet>
103
105
  </Shape>
104
- <Shape DEF='_7'
106
+ <Shape
105
107
  castShadow='false'>
106
108
  <Appearance>
107
109
  <LineProperties USE='_5'/>
@@ -186,8 +188,14 @@
186
188
  rotation='0 1 0 90'
187
189
  visible='false'>
188
190
  <ScreenGroup>
189
- <Group DEF='_26'
190
- bboxSize='30 30 30'/>
191
+ <Shape DEF='_26'>
192
+ <Appearance>
193
+ <UnlitMaterial DEF='_111'
194
+ transparency='1'/>
195
+ </Appearance>
196
+ <Box
197
+ size='30 30 30'/>
198
+ </Shape>
191
199
  </ScreenGroup>
192
200
  </Transform>
193
201
  </Group>
@@ -206,7 +214,7 @@
206
214
  rotation='0 1 0 -90'
207
215
  visible='false'>
208
216
  <ScreenGroup>
209
- <Group USE='_26'/>
217
+ <Shape USE='_26'/>
210
218
  </ScreenGroup>
211
219
  </Transform>
212
220
  </Group>
@@ -236,7 +244,7 @@
236
244
  rotation='1 0 0 -90'
237
245
  visible='false'>
238
246
  <ScreenGroup>
239
- <Group USE='_26'/>
247
+ <Shape USE='_26'/>
240
248
  </ScreenGroup>
241
249
  </Transform>
242
250
  </Group>
@@ -255,7 +263,7 @@
255
263
  rotation='1 0 0 90'
256
264
  visible='false'>
257
265
  <ScreenGroup>
258
- <Group USE='_26'/>
266
+ <Shape USE='_26'/>
259
267
  </ScreenGroup>
260
268
  </Transform>
261
269
  </Group>
@@ -266,8 +274,13 @@
266
274
  <connect nodeField='visible' protoField='selected'/>
267
275
  </IS>
268
276
  <ScreenGroup>
269
- <Group
270
- bboxSize='60 60 60'/>
277
+ <Shape>
278
+ <Appearance>
279
+ <UnlitMaterial USE='_111'/>
280
+ </Appearance>
281
+ <Box
282
+ size='60 60 60'/>
283
+ </Shape>
271
284
  </ScreenGroup>
272
285
  </Transform>
273
286
  </Collision>
@@ -255,8 +255,14 @@ function eventsProcessed ()
255
255
  <connect nodeField='visible' protoField='selected'/>
256
256
  </IS>
257
257
  <ScreenGroup>
258
- <Group
259
- bboxSize='60 60 60'/>
258
+ <Shape>
259
+ <Appearance>
260
+ <UnlitMaterial
261
+ transparency='1'/>
262
+ </Appearance>
263
+ <Box
264
+ size='60 60 60'/>
265
+ </Shape>
260
266
  </ScreenGroup>
261
267
  </Transform>
262
268
  </Collision>
@@ -159,8 +159,14 @@
159
159
  <connect nodeField='visible' protoField='selected'/>
160
160
  </IS>
161
161
  <ScreenGroup>
162
- <Group
163
- bboxSize='60 60 60'/>
162
+ <Shape>
163
+ <Appearance>
164
+ <UnlitMaterial
165
+ transparency='1'/>
166
+ </Appearance>
167
+ <Box
168
+ size='60 60 60'/>
169
+ </Shape>
164
170
  </ScreenGroup>
165
171
  </Transform>
166
172
  </Collision>