sunrize 1.7.56 → 1.7.58
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 +2 -2
- package/src/Tools/EnvironmentalSensor/X3DEnvironmentalSensorNodeTool.x3d +6 -13
- package/src/Tools/Grouping/X3DTransformNodeTool.x3d +9 -17
- package/src/Tools/Lighting/X3DLightNodeTool.x3d +9 -13
- package/src/Tools/Navigation/X3DViewpointNodeTool.x3d +7 -13
- package/src/Tools/Sound/ListenerPointSourceTool.x3d +6 -12
- package/src/Tools/Sound/SoundTool.x3d +16 -30
- package/src/Tools/Sound/SpatialSoundTool.x3d +11 -19
- package/src/Tools/TextureProjection/X3DTextureProjectorNodeTool.x3d +9 -17
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sunrize",
|
|
3
3
|
"productName": "Sunrize X3D Editor",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.58",
|
|
5
5
|
"description": "A Multi-Platform X3D Editor",
|
|
6
6
|
"main": "src/main.js",
|
|
7
7
|
"bin": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"string-similarity": "^4.0.4",
|
|
110
110
|
"tweakpane": "^3.1.10",
|
|
111
111
|
"update-electron-app": "^3.1.1",
|
|
112
|
-
"x_ite": "^11.3.
|
|
112
|
+
"x_ite": "^11.3.1",
|
|
113
113
|
"x3d-traverse": "^1.0.9"
|
|
114
114
|
}
|
|
115
115
|
}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "
|
|
3
|
-
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='
|
|
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'>
|
|
4
4
|
<head>
|
|
5
5
|
<component name='Scripting' level='1'/>
|
|
6
6
|
<meta name='created' content='Mon, 14 Aug 2023 12:10:25 GMT'/>
|
|
7
7
|
<meta name='comment' content='Rise and Shine'/>
|
|
8
8
|
<meta name='creator' content='Holger Seelig'/>
|
|
9
|
-
<meta name='generator' content='Sunrize X3D Editor V1.
|
|
9
|
+
<meta name='generator' content='Sunrize X3D Editor V1.5.1, https://create3000.github.io/sunrize/'/>
|
|
10
10
|
<meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Tools/EnvironmentalSensor/X3DEnvironmentalSensorNodeTool.x3d'/>
|
|
11
|
-
<meta name='modified' content='
|
|
11
|
+
<meta name='modified' content='Wed, 31 Jan 2024 23:21:37 GMT'/>
|
|
12
12
|
</head>
|
|
13
13
|
<Scene>
|
|
14
14
|
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
15
|
-
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
16
15
|
</ExternProtoDeclare>
|
|
17
16
|
<ProtoDeclare name='X3DEnvironmentalSensorNodeTool'>
|
|
18
17
|
<ProtoInterface>
|
|
@@ -57,14 +56,8 @@
|
|
|
57
56
|
<connect nodeField='scale' protoField='size'/>
|
|
58
57
|
<connect nodeField='visible' protoField='selected'/>
|
|
59
58
|
</IS>
|
|
60
|
-
<
|
|
61
|
-
|
|
62
|
-
<UnlitMaterial
|
|
63
|
-
transparency='1'/>
|
|
64
|
-
</Appearance>
|
|
65
|
-
<Box
|
|
66
|
-
size='1 1 1'/>
|
|
67
|
-
</Shape>
|
|
59
|
+
<Group
|
|
60
|
+
bboxSize='1 1 1'/>
|
|
68
61
|
</Transform>
|
|
69
62
|
</Collision>
|
|
70
63
|
<Script DEF='Tool'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "
|
|
3
|
-
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='
|
|
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'>
|
|
4
4
|
<head>
|
|
5
5
|
<component name='Geometry2D' level='2'/>
|
|
6
6
|
<component name='Layout' level='2'/>
|
|
@@ -11,13 +11,11 @@
|
|
|
11
11
|
<meta name='comment' content='Rise and Shine'/>
|
|
12
12
|
<meta name='created' content='Fri, 29 Aug 2014 13:13:27 GMT'/>
|
|
13
13
|
<meta name='creator' content='Holger Seelig'/>
|
|
14
|
-
<meta name='generator' content='Sunrize X3D Editor V1.7.
|
|
15
|
-
<meta name='modified' content='
|
|
14
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.1, https://create3000.github.io/sunrize/'/>
|
|
15
|
+
<meta name='modified' content='Sat, 29 Jun 2024 11:08:56 GMT'/>
|
|
16
16
|
</head>
|
|
17
17
|
<Scene>
|
|
18
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'
|
|
19
|
-
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
20
|
-
</ExternProtoDeclare>
|
|
18
|
+
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'/>
|
|
21
19
|
<ExternProtoDeclare name='BooleanSwitch' url='"BooleanSwitch.x3d#BooleanSwitch"'>
|
|
22
20
|
<field accessType='inputOutput' type='SFBool' name='whichChoice'/>
|
|
23
21
|
<field accessType='inputOutput' type='SFBool' name='visible'/>
|
|
@@ -651,7 +649,7 @@
|
|
|
651
649
|
</IS>
|
|
652
650
|
<ProtoInstance name='BooleanSwitch' DEF='CenterLine'>
|
|
653
651
|
<fieldValue name='children'>
|
|
654
|
-
<Shape DEF='
|
|
652
|
+
<Shape DEF='_1'
|
|
655
653
|
castShadow='false'>
|
|
656
654
|
<Appearance DEF='CenterLineStyle'>
|
|
657
655
|
<LineProperties
|
|
@@ -702,14 +700,8 @@
|
|
|
702
700
|
<connect nodeField='translation' protoField='center'/>
|
|
703
701
|
</IS>
|
|
704
702
|
<ScreenGroup>
|
|
705
|
-
<
|
|
706
|
-
|
|
707
|
-
<UnlitMaterial
|
|
708
|
-
transparency='1'/>
|
|
709
|
-
</Appearance>
|
|
710
|
-
<Box
|
|
711
|
-
size='40 40 40'/>
|
|
712
|
-
</Shape>
|
|
703
|
+
<Group
|
|
704
|
+
bboxSize='40 40 40'/>
|
|
713
705
|
</ScreenGroup>
|
|
714
706
|
</Transform>
|
|
715
707
|
</Transform>
|
|
@@ -980,7 +972,7 @@ function set_bboxSize ()
|
|
|
980
972
|
<field accessType='outputOnly' type='SFBool' name='scale'/>
|
|
981
973
|
<field accessType='outputOnly' type='SFInt32' name='whichChoice_changed'/>
|
|
982
974
|
<field accessType='outputOnly' type='SFString' name='activeTool'/>
|
|
983
|
-
<field accessType='initializeOnly' type='SFTime' name='time'
|
|
975
|
+
<field accessType='initializeOnly' type='SFTime' name='time'/>
|
|
984
976
|
<field accessType='initializeOnly' type='SFInt32' name='tool'/>
|
|
985
977
|
<IS>
|
|
986
978
|
<connect nodeField='tools' protoField='tools'/>
|
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<component name='Layout' level='2'/>
|
|
6
6
|
<component name='Scripting' level='1'/>
|
|
7
|
+
<component name='Shaders' level='1'/>
|
|
7
8
|
<meta name='comment' content='Rise and Shine'/>
|
|
8
9
|
<meta name='created' content='Fri, 01 Aug 2014 17:41:58 GMT'/>
|
|
9
10
|
<meta name='creator' content='Holger Seelig'/>
|
|
10
|
-
<meta name='generator' content='Sunrize X3D Editor V1.7.
|
|
11
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.57, https://create3000.github.io/sunrize/'/>
|
|
11
12
|
<meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Tools/Lighting/X3DLightNodeTool.x3d'/>
|
|
12
|
-
<meta name='modified' content='Mon, 10 Mar 2025
|
|
13
|
+
<meta name='modified' content='Mon, 10 Mar 2025 10:42:47 GMT'/>
|
|
13
14
|
</head>
|
|
14
15
|
<Scene>
|
|
15
16
|
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
<ProtoBody>
|
|
37
38
|
<Collision
|
|
38
39
|
enabled='false'>
|
|
39
|
-
<Transform DEF='
|
|
40
|
+
<Transform DEF='_1'
|
|
40
41
|
rotation='0 1 0 3.14159265358979'>
|
|
41
42
|
<ScreenGroup>
|
|
42
43
|
<Transform DEF='Lights'
|
|
@@ -221,14 +222,8 @@
|
|
|
221
222
|
<connect nodeField='visible' protoField='selected'/>
|
|
222
223
|
</IS>
|
|
223
224
|
<ScreenGroup>
|
|
224
|
-
<
|
|
225
|
-
|
|
226
|
-
<UnlitMaterial
|
|
227
|
-
transparency='1'/>
|
|
228
|
-
</Appearance>
|
|
229
|
-
<Box
|
|
230
|
-
size='60 60 60'/>
|
|
231
|
-
</Shape>
|
|
225
|
+
<Group
|
|
226
|
+
bboxSize='60 60 60'/>
|
|
232
227
|
</ScreenGroup>
|
|
233
228
|
</Transform>
|
|
234
229
|
</Collision>
|
|
@@ -392,10 +387,11 @@ function set_angle ()
|
|
|
392
387
|
}
|
|
393
388
|
]]>
|
|
394
389
|
</Script>
|
|
395
|
-
<ROUTE fromNode='TransformTool' fromField='translation_changed' toNode='
|
|
396
|
-
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='
|
|
390
|
+
<ROUTE fromNode='TransformTool' fromField='translation_changed' toNode='_1' toField='set_translation'/>
|
|
391
|
+
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='_1' toField='set_rotation'/>
|
|
397
392
|
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='Tool' toField='set_rotation'/>
|
|
398
393
|
</ProtoBody>
|
|
399
394
|
</ProtoDeclare>
|
|
395
|
+
<ProtoInstance name='X3DLightNodeTool'/>
|
|
400
396
|
</Scene>
|
|
401
397
|
</X3D>
|
|
@@ -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.
|
|
11
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.57, 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
|
|
13
|
+
<meta name='modified' content='Mon, 10 Mar 2025 10:43:15 GMT'/>
|
|
14
14
|
</head>
|
|
15
15
|
<Scene>
|
|
16
16
|
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<ProtoBody>
|
|
34
34
|
<Collision
|
|
35
35
|
enabled='false'>
|
|
36
|
-
<Transform DEF='
|
|
36
|
+
<Transform DEF='_1'>
|
|
37
37
|
<ScreenGroup>
|
|
38
38
|
<Transform
|
|
39
39
|
rotation='0 1 0 3.14159'
|
|
@@ -152,14 +152,8 @@
|
|
|
152
152
|
<connect nodeField='visible' protoField='selected'/>
|
|
153
153
|
</IS>
|
|
154
154
|
<ScreenGroup>
|
|
155
|
-
<
|
|
156
|
-
|
|
157
|
-
<UnlitMaterial
|
|
158
|
-
transparency='1'/>
|
|
159
|
-
</Appearance>
|
|
160
|
-
<Box
|
|
161
|
-
size='60 60 60'/>
|
|
162
|
-
</Shape>
|
|
155
|
+
<Group
|
|
156
|
+
bboxSize='60 60 60'/>
|
|
163
157
|
</ScreenGroup>
|
|
164
158
|
</Transform>
|
|
165
159
|
</Collision>
|
|
@@ -202,8 +196,8 @@ function set_selected ()
|
|
|
202
196
|
: new SFColor ();
|
|
203
197
|
}]]>
|
|
204
198
|
</Script>
|
|
205
|
-
<ROUTE fromNode='TransformTool' fromField='translation_changed' toNode='
|
|
206
|
-
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='
|
|
199
|
+
<ROUTE fromNode='TransformTool' fromField='translation_changed' toNode='_1' toField='set_translation'/>
|
|
200
|
+
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='_1' toField='set_rotation'/>
|
|
207
201
|
</ProtoBody>
|
|
208
202
|
</ProtoDeclare>
|
|
209
203
|
</Scene>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "
|
|
3
|
-
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='
|
|
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'>
|
|
4
4
|
<head>
|
|
5
5
|
<component name='Layout' level='2'/>
|
|
6
6
|
<component name='Scripting' level='1'/>
|
|
7
7
|
<meta name='created' content='Tue, 26 Mar 2024 07:12:19 GMT'/>
|
|
8
8
|
<meta name='creator' content='Holger Seelig'/>
|
|
9
|
-
<meta name='generator' content='Sunrize X3D Editor V1.7
|
|
10
|
-
<meta name='modified' content='
|
|
9
|
+
<meta name='generator' content='Sunrize X3D Editor V1.6.7, https://create3000.github.io/sunrize/'/>
|
|
10
|
+
<meta name='modified' content='Tue, 26 Mar 2024 11:03:08 GMT'/>
|
|
11
11
|
</head>
|
|
12
12
|
<Scene>
|
|
13
13
|
<ProtoDeclare name='ListenerPointSourceTool'>
|
|
@@ -45,14 +45,8 @@
|
|
|
45
45
|
<connect nodeField='visible' protoField='selected'/>
|
|
46
46
|
</IS>
|
|
47
47
|
<ScreenGroup>
|
|
48
|
-
<
|
|
49
|
-
|
|
50
|
-
<UnlitMaterial
|
|
51
|
-
transparency='1'/>
|
|
52
|
-
</Appearance>
|
|
53
|
-
<Box
|
|
54
|
-
size='60 60 60'/>
|
|
55
|
-
</Shape>
|
|
48
|
+
<Group
|
|
49
|
+
bboxSize='60 60 60'/>
|
|
56
50
|
</ScreenGroup>
|
|
57
51
|
</Transform>
|
|
58
52
|
</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" "
|
|
3
|
-
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='
|
|
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'>
|
|
4
4
|
<head>
|
|
5
5
|
<component name='Layout' level='2'/>
|
|
6
6
|
<component name='PointingDeviceSensor' level='1'/>
|
|
@@ -10,14 +10,12 @@
|
|
|
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.7
|
|
13
|
+
<meta name='generator' content='Sunrize X3D Editor V1.6.7, 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='
|
|
15
|
+
<meta name='modified' content='Tue, 26 Mar 2024 12:03:37 GMT'/>
|
|
16
16
|
</head>
|
|
17
17
|
<Scene>
|
|
18
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
19
|
-
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
20
|
-
</ExternProtoDeclare>
|
|
18
|
+
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'></ExternProtoDeclare>
|
|
21
19
|
<ExternProtoDeclare name='BooleanSwitch' url='"../Grouping/BooleanSwitch.x3d"'>
|
|
22
20
|
<field accessType='inputOutput' type='SFBool' name='whichChoice'/>
|
|
23
21
|
<field accessType='inputOutput' type='SFBool' name='visible'/>
|
|
@@ -57,7 +55,7 @@
|
|
|
57
55
|
<Transform DEF='Cone'>
|
|
58
56
|
<Shape
|
|
59
57
|
castShadow='false'>
|
|
60
|
-
<Appearance DEF='
|
|
58
|
+
<Appearance DEF='_1'>
|
|
61
59
|
<Material DEF='_2'
|
|
62
60
|
diffuseColor='0.2705882 0.2705882 0.2705882'
|
|
63
61
|
specularColor='0.8627451 0.8588235 0.8588235'/>
|
|
@@ -74,7 +72,7 @@
|
|
|
74
72
|
translation='0 5 0'>
|
|
75
73
|
<Shape
|
|
76
74
|
castShadow='false'>
|
|
77
|
-
<Appearance USE='
|
|
75
|
+
<Appearance USE='_1'/>
|
|
78
76
|
<Cylinder
|
|
79
77
|
height='10'
|
|
80
78
|
radius='12'/>
|
|
@@ -87,7 +85,7 @@
|
|
|
87
85
|
rotation='-1 0 0 90'>
|
|
88
86
|
<ProtoInstance name='BooleanSwitch'>
|
|
89
87
|
<fieldValue name='children'>
|
|
90
|
-
<Shape
|
|
88
|
+
<Shape DEF='_14'
|
|
91
89
|
castShadow='false'>
|
|
92
90
|
<Appearance>
|
|
93
91
|
<LineProperties DEF='_5'
|
|
@@ -103,7 +101,7 @@
|
|
|
103
101
|
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'/>
|
|
104
102
|
</IndexedLineSet>
|
|
105
103
|
</Shape>
|
|
106
|
-
<Shape
|
|
104
|
+
<Shape DEF='_7'
|
|
107
105
|
castShadow='false'>
|
|
108
106
|
<Appearance>
|
|
109
107
|
<LineProperties USE='_5'/>
|
|
@@ -188,14 +186,8 @@
|
|
|
188
186
|
rotation='0 1 0 90'
|
|
189
187
|
visible='false'>
|
|
190
188
|
<ScreenGroup>
|
|
191
|
-
<
|
|
192
|
-
|
|
193
|
-
<UnlitMaterial
|
|
194
|
-
transparency='1'/>
|
|
195
|
-
</Appearance>
|
|
196
|
-
<Box
|
|
197
|
-
size='30 30 30'/>
|
|
198
|
-
</Shape>
|
|
189
|
+
<Group DEF='_26'
|
|
190
|
+
bboxSize='30 30 30'/>
|
|
199
191
|
</ScreenGroup>
|
|
200
192
|
</Transform>
|
|
201
193
|
</Group>
|
|
@@ -214,7 +206,7 @@
|
|
|
214
206
|
rotation='0 1 0 -90'
|
|
215
207
|
visible='false'>
|
|
216
208
|
<ScreenGroup>
|
|
217
|
-
<
|
|
209
|
+
<Group USE='_26'/>
|
|
218
210
|
</ScreenGroup>
|
|
219
211
|
</Transform>
|
|
220
212
|
</Group>
|
|
@@ -244,7 +236,7 @@
|
|
|
244
236
|
rotation='1 0 0 -90'
|
|
245
237
|
visible='false'>
|
|
246
238
|
<ScreenGroup>
|
|
247
|
-
<
|
|
239
|
+
<Group USE='_26'/>
|
|
248
240
|
</ScreenGroup>
|
|
249
241
|
</Transform>
|
|
250
242
|
</Group>
|
|
@@ -263,7 +255,7 @@
|
|
|
263
255
|
rotation='1 0 0 90'
|
|
264
256
|
visible='false'>
|
|
265
257
|
<ScreenGroup>
|
|
266
|
-
<
|
|
258
|
+
<Group USE='_26'/>
|
|
267
259
|
</ScreenGroup>
|
|
268
260
|
</Transform>
|
|
269
261
|
</Group>
|
|
@@ -274,14 +266,8 @@
|
|
|
274
266
|
<connect nodeField='visible' protoField='selected'/>
|
|
275
267
|
</IS>
|
|
276
268
|
<ScreenGroup>
|
|
277
|
-
<
|
|
278
|
-
|
|
279
|
-
<UnlitMaterial
|
|
280
|
-
transparency='1'/>
|
|
281
|
-
</Appearance>
|
|
282
|
-
<Box
|
|
283
|
-
size='60 60 60'/>
|
|
284
|
-
</Shape>
|
|
269
|
+
<Group
|
|
270
|
+
bboxSize='60 60 60'/>
|
|
285
271
|
</ScreenGroup>
|
|
286
272
|
</Transform>
|
|
287
273
|
</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" "
|
|
3
|
-
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='
|
|
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'>
|
|
4
4
|
<head>
|
|
5
5
|
<component name='Layout' level='2'/>
|
|
6
6
|
<component name='Scripting' level='1'/>
|
|
@@ -8,13 +8,11 @@
|
|
|
8
8
|
<meta name='comment' content='Rise and Shine'/>
|
|
9
9
|
<meta name='created' content='Thu, 18 Feb 2016 08:47:54 GMT'/>
|
|
10
10
|
<meta name='creator' content='Holger Seelig'/>
|
|
11
|
-
<meta name='generator' content='Sunrize X3D Editor V1.7
|
|
12
|
-
<meta name='modified' content='
|
|
11
|
+
<meta name='generator' content='Sunrize X3D Editor V1.6.7, https://create3000.github.io/sunrize/'/>
|
|
12
|
+
<meta name='modified' content='Tue, 26 Mar 2024 14:18:58 GMT'/>
|
|
13
13
|
</head>
|
|
14
14
|
<Scene>
|
|
15
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'
|
|
16
|
-
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
17
|
-
</ExternProtoDeclare>
|
|
15
|
+
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'/>
|
|
18
16
|
<ExternProtoDeclare name='BooleanSwitch' url='"../Grouping/BooleanSwitch.x3d"'>
|
|
19
17
|
<field accessType='inputOutput' type='SFBool' name='whichChoice'/>
|
|
20
18
|
<field accessType='inputOutput' type='SFBool' name='visible'/>
|
|
@@ -181,7 +179,7 @@ function eventsProcessed ()
|
|
|
181
179
|
rotation='1 0 0 90'>
|
|
182
180
|
<ProtoInstance name='BooleanSwitch'>
|
|
183
181
|
<fieldValue name='children'>
|
|
184
|
-
<Shape>
|
|
182
|
+
<Shape DEF='_3'>
|
|
185
183
|
<Appearance>
|
|
186
184
|
<LineProperties DEF='_5'
|
|
187
185
|
linewidthScaleFactor='1'/>
|
|
@@ -198,7 +196,7 @@ function eventsProcessed ()
|
|
|
198
196
|
</IS>
|
|
199
197
|
</ProtoInstance>
|
|
200
198
|
</Shape>
|
|
201
|
-
<Shape>
|
|
199
|
+
<Shape DEF='_6'>
|
|
202
200
|
<Appearance>
|
|
203
201
|
<LineProperties USE='_5'/>
|
|
204
202
|
<Material
|
|
@@ -218,7 +216,7 @@ function eventsProcessed ()
|
|
|
218
216
|
rotation='1 0 0 90'>
|
|
219
217
|
<ProtoInstance name='BooleanSwitch'>
|
|
220
218
|
<fieldValue name='children'>
|
|
221
|
-
<Shape>
|
|
219
|
+
<Shape DEF='_12'>
|
|
222
220
|
<Appearance>
|
|
223
221
|
<LineProperties USE='_5'/>
|
|
224
222
|
<Material
|
|
@@ -234,7 +232,7 @@ function eventsProcessed ()
|
|
|
234
232
|
</IS>
|
|
235
233
|
</ProtoInstance>
|
|
236
234
|
</Shape>
|
|
237
|
-
<Shape>
|
|
235
|
+
<Shape DEF='_14'>
|
|
238
236
|
<Appearance>
|
|
239
237
|
<LineProperties USE='_5'/>
|
|
240
238
|
<Material
|
|
@@ -257,14 +255,8 @@ function eventsProcessed ()
|
|
|
257
255
|
<connect nodeField='visible' protoField='selected'/>
|
|
258
256
|
</IS>
|
|
259
257
|
<ScreenGroup>
|
|
260
|
-
<
|
|
261
|
-
|
|
262
|
-
<UnlitMaterial
|
|
263
|
-
transparency='1'/>
|
|
264
|
-
</Appearance>
|
|
265
|
-
<Box
|
|
266
|
-
size='60 60 60'/>
|
|
267
|
-
</Shape>
|
|
258
|
+
<Group
|
|
259
|
+
bboxSize='60 60 60'/>
|
|
268
260
|
</ScreenGroup>
|
|
269
261
|
</Transform>
|
|
270
262
|
</Collision>
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "
|
|
3
|
-
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='
|
|
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'>
|
|
4
4
|
<head>
|
|
5
5
|
<component name='Layout' level='2'/>
|
|
6
6
|
<component name='Scripting' level='1'/>
|
|
7
7
|
<meta name='comment' content='Rise and Shine'/>
|
|
8
8
|
<meta name='created' content='Fri, 01 Aug 2014 17:41:58 GMT'/>
|
|
9
9
|
<meta name='creator' content='Holger Seelig'/>
|
|
10
|
-
<meta name='generator' content='Sunrize X3D Editor V1.7.
|
|
10
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.1, https://create3000.github.io/sunrize/'/>
|
|
11
11
|
<meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Tools/TextureProjector/X3DTextureProjectorNodeTool.x3d'/>
|
|
12
|
-
<meta name='modified' content='
|
|
12
|
+
<meta name='modified' content='Sat, 29 Jun 2024 11:23:51 GMT'/>
|
|
13
13
|
</head>
|
|
14
14
|
<Scene>
|
|
15
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'
|
|
16
|
-
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
17
|
-
</ExternProtoDeclare>
|
|
15
|
+
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'/>
|
|
18
16
|
<ExternProtoDeclare name='TextureShader' url='"../Shaders/TextureShader.x3d"'>
|
|
19
17
|
<field accessType='inputOutput' type='SFBool' name='flipY'/>
|
|
20
18
|
</ExternProtoDeclare>
|
|
@@ -107,7 +105,7 @@
|
|
|
107
105
|
<Transform DEF='Frustum'>
|
|
108
106
|
<ProtoInstance name='BooleanSwitch'>
|
|
109
107
|
<fieldValue name='children'>
|
|
110
|
-
<Shape
|
|
108
|
+
<Shape DEF='_4'
|
|
111
109
|
castShadow='false'>
|
|
112
110
|
<Appearance>
|
|
113
111
|
<Material
|
|
@@ -120,7 +118,7 @@
|
|
|
120
118
|
point='0 0 0, 0 0 0, 0 0 0, 0 0 0, 1 1 1, -1 1 1, -1 -1 1, 1 -1 1, 2 2 2, -2 2 2, -2 -2 2, 2 -2 2'/>
|
|
121
119
|
</IndexedLineSet>
|
|
122
120
|
</Shape>
|
|
123
|
-
<Shape
|
|
121
|
+
<Shape DEF='_7'
|
|
124
122
|
castShadow='false'>
|
|
125
123
|
<Appearance>
|
|
126
124
|
<Material
|
|
@@ -161,14 +159,8 @@
|
|
|
161
159
|
<connect nodeField='visible' protoField='selected'/>
|
|
162
160
|
</IS>
|
|
163
161
|
<ScreenGroup>
|
|
164
|
-
<
|
|
165
|
-
|
|
166
|
-
<UnlitMaterial
|
|
167
|
-
transparency='1'/>
|
|
168
|
-
</Appearance>
|
|
169
|
-
<Box
|
|
170
|
-
size='60 60 60'/>
|
|
171
|
-
</Shape>
|
|
162
|
+
<Group
|
|
163
|
+
bboxSize='60 60 60'/>
|
|
172
164
|
</ScreenGroup>
|
|
173
165
|
</Transform>
|
|
174
166
|
</Collision>
|