sunrize 1.7.55 → 1.7.56
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 +1 -1
- package/src/Tools/EnvironmentalSensor/X3DEnvironmentalSensorNodeTool.x3d +13 -6
- package/src/Tools/Grouping/X3DTransformNodeTool.x3d +17 -9
- package/src/Tools/Lighting/X3DLightNodeTool.x3d +16 -9
- package/src/Tools/Navigation/X3DViewpointNodeTool.x3d +16 -9
- package/src/Tools/Sound/ListenerPointSourceTool.x3d +12 -6
- package/src/Tools/Sound/SoundTool.x3d +30 -16
- package/src/Tools/Sound/SpatialSoundTool.x3d +19 -11
- package/src/Tools/TextureProjection/X3DTextureProjectorNodeTool.x3d +17 -9
package/package.json
CHANGED
|
@@ -1,17 +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" "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='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.7.55, 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='Mon, 10 Mar 2025 09:41:20 GMT'/>
|
|
12
12
|
</head>
|
|
13
13
|
<Scene>
|
|
14
14
|
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
15
|
+
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
15
16
|
</ExternProtoDeclare>
|
|
16
17
|
<ProtoDeclare name='X3DEnvironmentalSensorNodeTool'>
|
|
17
18
|
<ProtoInterface>
|
|
@@ -56,8 +57,14 @@
|
|
|
56
57
|
<connect nodeField='scale' protoField='size'/>
|
|
57
58
|
<connect nodeField='visible' protoField='selected'/>
|
|
58
59
|
</IS>
|
|
59
|
-
<
|
|
60
|
-
|
|
60
|
+
<Shape>
|
|
61
|
+
<Appearance>
|
|
62
|
+
<UnlitMaterial
|
|
63
|
+
transparency='1'/>
|
|
64
|
+
</Appearance>
|
|
65
|
+
<Box
|
|
66
|
+
size='1 1 1'/>
|
|
67
|
+
</Shape>
|
|
61
68
|
</Transform>
|
|
62
69
|
</Collision>
|
|
63
70
|
<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" "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='Geometry2D' level='2'/>
|
|
6
6
|
<component name='Layout' level='2'/>
|
|
@@ -11,11 +11,13 @@
|
|
|
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.55, https://create3000.github.io/sunrize/'/>
|
|
15
|
+
<meta name='modified' content='Mon, 10 Mar 2025 09:34:42 GMT'/>
|
|
16
16
|
</head>
|
|
17
17
|
<Scene>
|
|
18
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'
|
|
18
|
+
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
19
|
+
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
20
|
+
</ExternProtoDeclare>
|
|
19
21
|
<ExternProtoDeclare name='BooleanSwitch' url='"BooleanSwitch.x3d#BooleanSwitch"'>
|
|
20
22
|
<field accessType='inputOutput' type='SFBool' name='whichChoice'/>
|
|
21
23
|
<field accessType='inputOutput' type='SFBool' name='visible'/>
|
|
@@ -649,7 +651,7 @@
|
|
|
649
651
|
</IS>
|
|
650
652
|
<ProtoInstance name='BooleanSwitch' DEF='CenterLine'>
|
|
651
653
|
<fieldValue name='children'>
|
|
652
|
-
<Shape DEF='
|
|
654
|
+
<Shape DEF='_30'
|
|
653
655
|
castShadow='false'>
|
|
654
656
|
<Appearance DEF='CenterLineStyle'>
|
|
655
657
|
<LineProperties
|
|
@@ -700,8 +702,14 @@
|
|
|
700
702
|
<connect nodeField='translation' protoField='center'/>
|
|
701
703
|
</IS>
|
|
702
704
|
<ScreenGroup>
|
|
703
|
-
<
|
|
704
|
-
|
|
705
|
+
<Shape>
|
|
706
|
+
<Appearance>
|
|
707
|
+
<UnlitMaterial
|
|
708
|
+
transparency='1'/>
|
|
709
|
+
</Appearance>
|
|
710
|
+
<Box
|
|
711
|
+
size='40 40 40'/>
|
|
712
|
+
</Shape>
|
|
705
713
|
</ScreenGroup>
|
|
706
714
|
</Transform>
|
|
707
715
|
</Transform>
|
|
@@ -972,7 +980,7 @@ function set_bboxSize ()
|
|
|
972
980
|
<field accessType='outputOnly' type='SFBool' name='scale'/>
|
|
973
981
|
<field accessType='outputOnly' type='SFInt32' name='whichChoice_changed'/>
|
|
974
982
|
<field accessType='outputOnly' type='SFString' name='activeTool'/>
|
|
975
|
-
<field accessType='initializeOnly' type='SFTime' name='time'/>
|
|
983
|
+
<field accessType='initializeOnly' type='SFTime' name='time' value='-1'/>
|
|
976
984
|
<field accessType='initializeOnly' type='SFInt32' name='tool'/>
|
|
977
985
|
<IS>
|
|
978
986
|
<connect nodeField='tools' protoField='tools'/>
|
|
@@ -1,18 +1,19 @@
|
|
|
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" "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='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.
|
|
10
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.55, https://create3000.github.io/sunrize/'/>
|
|
11
11
|
<meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Tools/Lighting/X3DLightNodeTool.x3d'/>
|
|
12
|
-
<meta name='modified' content='
|
|
12
|
+
<meta name='modified' content='Mon, 10 Mar 2025 09:30:35 GMT'/>
|
|
13
13
|
</head>
|
|
14
14
|
<Scene>
|
|
15
15
|
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
16
|
+
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
16
17
|
</ExternProtoDeclare>
|
|
17
18
|
<ProtoDeclare name='X3DLightNodeTool'>
|
|
18
19
|
<ProtoInterface>
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
<ProtoBody>
|
|
36
37
|
<Collision
|
|
37
38
|
enabled='false'>
|
|
38
|
-
<Transform DEF='
|
|
39
|
+
<Transform DEF='_7'
|
|
39
40
|
rotation='0 1 0 3.14159265358979'>
|
|
40
41
|
<ScreenGroup>
|
|
41
42
|
<Transform DEF='Lights'
|
|
@@ -220,8 +221,14 @@
|
|
|
220
221
|
<connect nodeField='visible' protoField='selected'/>
|
|
221
222
|
</IS>
|
|
222
223
|
<ScreenGroup>
|
|
223
|
-
<
|
|
224
|
-
|
|
224
|
+
<Shape>
|
|
225
|
+
<Appearance>
|
|
226
|
+
<UnlitMaterial
|
|
227
|
+
transparency='1'/>
|
|
228
|
+
</Appearance>
|
|
229
|
+
<Box
|
|
230
|
+
size='60 60 60'/>
|
|
231
|
+
</Shape>
|
|
225
232
|
</ScreenGroup>
|
|
226
233
|
</Transform>
|
|
227
234
|
</Collision>
|
|
@@ -385,8 +392,8 @@ function set_angle ()
|
|
|
385
392
|
}
|
|
386
393
|
]]>
|
|
387
394
|
</Script>
|
|
388
|
-
<ROUTE fromNode='TransformTool' fromField='translation_changed' toNode='
|
|
389
|
-
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='
|
|
395
|
+
<ROUTE fromNode='TransformTool' fromField='translation_changed' toNode='_7' toField='set_translation'/>
|
|
396
|
+
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='_7' toField='set_rotation'/>
|
|
390
397
|
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='Tool' toField='set_rotation'/>
|
|
391
398
|
</ProtoBody>
|
|
392
399
|
</ProtoDeclare>
|
|
@@ -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" "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='Geometry2D' level='2'/>
|
|
6
6
|
<component name='Layout' level='2'/>
|
|
@@ -8,12 +8,13 @@
|
|
|
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.
|
|
11
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.55, 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='
|
|
13
|
+
<meta name='modified' content='Mon, 10 Mar 2025 09:35:47 GMT'/>
|
|
14
14
|
</head>
|
|
15
15
|
<Scene>
|
|
16
16
|
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
17
|
+
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
17
18
|
</ExternProtoDeclare>
|
|
18
19
|
<ProtoDeclare name='X3DViewpointNodeTool'>
|
|
19
20
|
<ProtoInterface>
|
|
@@ -32,7 +33,7 @@
|
|
|
32
33
|
<ProtoBody>
|
|
33
34
|
<Collision
|
|
34
35
|
enabled='false'>
|
|
35
|
-
<Transform DEF='
|
|
36
|
+
<Transform DEF='_7'>
|
|
36
37
|
<ScreenGroup>
|
|
37
38
|
<Transform
|
|
38
39
|
rotation='0 1 0 3.14159'
|
|
@@ -151,8 +152,14 @@
|
|
|
151
152
|
<connect nodeField='visible' protoField='selected'/>
|
|
152
153
|
</IS>
|
|
153
154
|
<ScreenGroup>
|
|
154
|
-
<
|
|
155
|
-
|
|
155
|
+
<Shape>
|
|
156
|
+
<Appearance>
|
|
157
|
+
<UnlitMaterial
|
|
158
|
+
transparency='1'/>
|
|
159
|
+
</Appearance>
|
|
160
|
+
<Box
|
|
161
|
+
size='60 60 60'/>
|
|
162
|
+
</Shape>
|
|
156
163
|
</ScreenGroup>
|
|
157
164
|
</Transform>
|
|
158
165
|
</Collision>
|
|
@@ -195,8 +202,8 @@ function set_selected ()
|
|
|
195
202
|
: new SFColor ();
|
|
196
203
|
}]]>
|
|
197
204
|
</Script>
|
|
198
|
-
<ROUTE fromNode='TransformTool' fromField='translation_changed' toNode='
|
|
199
|
-
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='
|
|
205
|
+
<ROUTE fromNode='TransformTool' fromField='translation_changed' toNode='_7' toField='set_translation'/>
|
|
206
|
+
<ROUTE fromNode='TransformTool' fromField='rotation_changed' toNode='_7' toField='set_rotation'/>
|
|
200
207
|
</ProtoBody>
|
|
201
208
|
</ProtoDeclare>
|
|
202
209
|
</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" "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='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.
|
|
10
|
-
<meta name='modified' content='
|
|
9
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.55, https://create3000.github.io/sunrize/'/>
|
|
10
|
+
<meta name='modified' content='Mon, 10 Mar 2025 09:36:30 GMT'/>
|
|
11
11
|
</head>
|
|
12
12
|
<Scene>
|
|
13
13
|
<ProtoDeclare name='ListenerPointSourceTool'>
|
|
@@ -45,8 +45,14 @@
|
|
|
45
45
|
<connect nodeField='visible' protoField='selected'/>
|
|
46
46
|
</IS>
|
|
47
47
|
<ScreenGroup>
|
|
48
|
-
<
|
|
49
|
-
|
|
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" "
|
|
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" "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.
|
|
13
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.55, 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='Mon, 10 Mar 2025 09:38:47 GMT'/>
|
|
16
16
|
</head>
|
|
17
17
|
<Scene>
|
|
18
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'
|
|
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'/>
|
|
@@ -55,7 +57,7 @@
|
|
|
55
57
|
<Transform DEF='Cone'>
|
|
56
58
|
<Shape
|
|
57
59
|
castShadow='false'>
|
|
58
|
-
<Appearance DEF='
|
|
60
|
+
<Appearance DEF='_4'>
|
|
59
61
|
<Material DEF='_2'
|
|
60
62
|
diffuseColor='0.2705882 0.2705882 0.2705882'
|
|
61
63
|
specularColor='0.8627451 0.8588235 0.8588235'/>
|
|
@@ -72,7 +74,7 @@
|
|
|
72
74
|
translation='0 5 0'>
|
|
73
75
|
<Shape
|
|
74
76
|
castShadow='false'>
|
|
75
|
-
<Appearance USE='
|
|
77
|
+
<Appearance USE='_4'/>
|
|
76
78
|
<Cylinder
|
|
77
79
|
height='10'
|
|
78
80
|
radius='12'/>
|
|
@@ -85,7 +87,7 @@
|
|
|
85
87
|
rotation='-1 0 0 90'>
|
|
86
88
|
<ProtoInstance name='BooleanSwitch'>
|
|
87
89
|
<fieldValue name='children'>
|
|
88
|
-
<Shape
|
|
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
|
|
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
|
-
<
|
|
190
|
-
|
|
191
|
+
<Shape DEF='_1'>
|
|
192
|
+
<Appearance>
|
|
193
|
+
<UnlitMaterial
|
|
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
|
-
<
|
|
217
|
+
<Shape USE='_1'/>
|
|
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
|
-
<
|
|
247
|
+
<Shape USE='_1'/>
|
|
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
|
-
<
|
|
266
|
+
<Shape USE='_1'/>
|
|
259
267
|
</ScreenGroup>
|
|
260
268
|
</Transform>
|
|
261
269
|
</Group>
|
|
@@ -266,8 +274,14 @@
|
|
|
266
274
|
<connect nodeField='visible' protoField='selected'/>
|
|
267
275
|
</IS>
|
|
268
276
|
<ScreenGroup>
|
|
269
|
-
<
|
|
270
|
-
|
|
277
|
+
<Shape>
|
|
278
|
+
<Appearance>
|
|
279
|
+
<UnlitMaterial
|
|
280
|
+
transparency='1'/>
|
|
281
|
+
</Appearance>
|
|
282
|
+
<Box
|
|
283
|
+
size='60 60 60'/>
|
|
284
|
+
</Shape>
|
|
271
285
|
</ScreenGroup>
|
|
272
286
|
</Transform>
|
|
273
287
|
</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" "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='Scripting' level='1'/>
|
|
@@ -8,11 +8,13 @@
|
|
|
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.
|
|
12
|
-
<meta name='modified' content='
|
|
11
|
+
<meta name='generator' content='Sunrize X3D Editor V1.7.55, https://create3000.github.io/sunrize/'/>
|
|
12
|
+
<meta name='modified' content='Mon, 10 Mar 2025 09:39:33 GMT'/>
|
|
13
13
|
</head>
|
|
14
14
|
<Scene>
|
|
15
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'
|
|
15
|
+
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
16
|
+
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
17
|
+
</ExternProtoDeclare>
|
|
16
18
|
<ExternProtoDeclare name='BooleanSwitch' url='"../Grouping/BooleanSwitch.x3d"'>
|
|
17
19
|
<field accessType='inputOutput' type='SFBool' name='whichChoice'/>
|
|
18
20
|
<field accessType='inputOutput' type='SFBool' name='visible'/>
|
|
@@ -179,7 +181,7 @@ function eventsProcessed ()
|
|
|
179
181
|
rotation='1 0 0 90'>
|
|
180
182
|
<ProtoInstance name='BooleanSwitch'>
|
|
181
183
|
<fieldValue name='children'>
|
|
182
|
-
<Shape
|
|
184
|
+
<Shape>
|
|
183
185
|
<Appearance>
|
|
184
186
|
<LineProperties DEF='_5'
|
|
185
187
|
linewidthScaleFactor='1'/>
|
|
@@ -196,7 +198,7 @@ function eventsProcessed ()
|
|
|
196
198
|
</IS>
|
|
197
199
|
</ProtoInstance>
|
|
198
200
|
</Shape>
|
|
199
|
-
<Shape
|
|
201
|
+
<Shape>
|
|
200
202
|
<Appearance>
|
|
201
203
|
<LineProperties USE='_5'/>
|
|
202
204
|
<Material
|
|
@@ -216,7 +218,7 @@ function eventsProcessed ()
|
|
|
216
218
|
rotation='1 0 0 90'>
|
|
217
219
|
<ProtoInstance name='BooleanSwitch'>
|
|
218
220
|
<fieldValue name='children'>
|
|
219
|
-
<Shape
|
|
221
|
+
<Shape>
|
|
220
222
|
<Appearance>
|
|
221
223
|
<LineProperties USE='_5'/>
|
|
222
224
|
<Material
|
|
@@ -232,7 +234,7 @@ function eventsProcessed ()
|
|
|
232
234
|
</IS>
|
|
233
235
|
</ProtoInstance>
|
|
234
236
|
</Shape>
|
|
235
|
-
<Shape
|
|
237
|
+
<Shape>
|
|
236
238
|
<Appearance>
|
|
237
239
|
<LineProperties USE='_5'/>
|
|
238
240
|
<Material
|
|
@@ -255,8 +257,14 @@ function eventsProcessed ()
|
|
|
255
257
|
<connect nodeField='visible' protoField='selected'/>
|
|
256
258
|
</IS>
|
|
257
259
|
<ScreenGroup>
|
|
258
|
-
<
|
|
259
|
-
|
|
260
|
+
<Shape>
|
|
261
|
+
<Appearance>
|
|
262
|
+
<UnlitMaterial
|
|
263
|
+
transparency='1'/>
|
|
264
|
+
</Appearance>
|
|
265
|
+
<Box
|
|
266
|
+
size='60 60 60'/>
|
|
267
|
+
</Shape>
|
|
260
268
|
</ScreenGroup>
|
|
261
269
|
</Transform>
|
|
262
270
|
</Collision>
|
|
@@ -1,18 +1,20 @@
|
|
|
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" "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='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.55, 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='Mon, 10 Mar 2025 09:40:26 GMT'/>
|
|
13
13
|
</head>
|
|
14
14
|
<Scene>
|
|
15
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'
|
|
15
|
+
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
16
|
+
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
17
|
+
</ExternProtoDeclare>
|
|
16
18
|
<ExternProtoDeclare name='TextureShader' url='"../Shaders/TextureShader.x3d"'>
|
|
17
19
|
<field accessType='inputOutput' type='SFBool' name='flipY'/>
|
|
18
20
|
</ExternProtoDeclare>
|
|
@@ -105,7 +107,7 @@
|
|
|
105
107
|
<Transform DEF='Frustum'>
|
|
106
108
|
<ProtoInstance name='BooleanSwitch'>
|
|
107
109
|
<fieldValue name='children'>
|
|
108
|
-
<Shape
|
|
110
|
+
<Shape
|
|
109
111
|
castShadow='false'>
|
|
110
112
|
<Appearance>
|
|
111
113
|
<Material
|
|
@@ -118,7 +120,7 @@
|
|
|
118
120
|
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'/>
|
|
119
121
|
</IndexedLineSet>
|
|
120
122
|
</Shape>
|
|
121
|
-
<Shape
|
|
123
|
+
<Shape
|
|
122
124
|
castShadow='false'>
|
|
123
125
|
<Appearance>
|
|
124
126
|
<Material
|
|
@@ -159,8 +161,14 @@
|
|
|
159
161
|
<connect nodeField='visible' protoField='selected'/>
|
|
160
162
|
</IS>
|
|
161
163
|
<ScreenGroup>
|
|
162
|
-
<
|
|
163
|
-
|
|
164
|
+
<Shape>
|
|
165
|
+
<Appearance>
|
|
166
|
+
<UnlitMaterial
|
|
167
|
+
transparency='1'/>
|
|
168
|
+
</Appearance>
|
|
169
|
+
<Box
|
|
170
|
+
size='60 60 60'/>
|
|
171
|
+
</Shape>
|
|
164
172
|
</ScreenGroup>
|
|
165
173
|
</Transform>
|
|
166
174
|
</Collision>
|