@intelligentgraphics/3d.ig.gfx.standard 1.10.4 → 1.10.5

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/Readme.md CHANGED
@@ -1,217 +1,221 @@
1
- # IG.GFX.Standard - Standard Interactors
2
-
3
- ## History
4
-
5
- **IG.GFX.Standard 1.10.3**
6
-
7
- - fix issues in d.ts file
8
-
9
- **IG.GFX.Standard 1.10.2**
10
-
11
- - add AutoReset option for AnimationInteractor
12
-
13
- **IG.GFX.Standard 1.10.1**
14
-
15
- - use SetQuaternionRotation() call if available
16
- - use "Record" feature with static class var instead of window object
17
- - add optional GetHints() stub
18
-
19
- **IG.GFX.Standard 1.10.0**
20
-
21
- - fix OffsetRotator to work as documented
22
-
23
- **IG.GFX.Standard 1.9.3**
24
-
25
- - readd images to distribution artefact
26
-
27
- **IG.GFX.Standard 1.9.2**
28
-
29
- - properly mark api parameters as optional
30
-
31
- **IG.GFX.Standard 1.9.1**
32
-
33
- - improve _index.json types
34
-
35
- **IG.GFX.Standard 1.9**
36
-
37
- - support quaternion in animation.json
38
-
39
- **IG.GFX.Standard 1.8.2**
40
-
41
- - add EmptyInteractor for placeholder usage
42
-
43
- **IG.GFX.Standard 1.8.1 Patch 1**
44
-
45
- - fix cached deformation for 0 state
46
-
47
- **IG.GFX.Standard 1.8.1**
48
-
49
- - add missing FourBar.calculatePosition
50
-
51
- **IG.GFX.Standard 1.8 Patch 1**
52
-
53
- - fix animation interactor cache for . path
54
-
55
- **IG.GFX.Standard 1.8**
56
-
57
- - animation interactor cache for stable kinematics and better performance
58
- - restructured code
59
-
60
- **IG.GFX.Standard 1.7.6**
61
-
62
- - added more params (up to 50 now) for the animation and kinematics interactor
63
- - stage fix for deformation interactor
64
-
65
- **IG.GFX.Standard 1.7.5**
66
-
67
- - support visibility changes of attached children via LinkedPoints
68
-
69
- **IG.GFX.Standard 1.7.4**
70
-
71
- - AutoReset param for:
72
- - all range and raster translators
73
- - all range and raster rotators
74
- - deformation interactor
75
- - offset rotator
76
- - code cleanup
77
-
78
- **IG.GFX.Standard 1.7.3 Patch 4**
79
-
80
- - Added AutoReset param for ZRangeTranslator
81
-
82
- **IG.GFX.Standard 1.7.3 Patch 3**
83
-
84
- - ICOM loading new product with kinematics bugfix
85
-
86
- **IG.GFX.Standard 1.7.3 Patch 2**
87
-
88
- - single kinematic chain bugfix
89
-
90
- **IG.GFX.Standard 1.7.3 Patch 1**
91
-
92
- - intermediate calculation for special cases in kinematic animation
93
- - kinematic subbase bugfix
94
-
95
- **IG.GFX.Standard 1.7.3**
96
-
97
- - fix for scaled FourBar interactor
98
- - deprecated old vector / matrix functions in Utils
99
- - code cleanup
100
-
101
- **IG.GFX.Standard 1.7.2**
102
-
103
- - Kinematics Interactor:
104
- - better centroid calculation (multi target)
105
- - fixed constraints
106
- - follow target feature
107
- - independent multiple chains in one animation.json
108
- - Utilities:
109
- - updated GetLocalTransform with correct math functions (composeTRS - needs Math library 1.0.2)
110
- - new GetRelativePosition function
111
-
112
- **IG.GFX.Standard 1.7.1**
113
-
114
- - Animation Interactor: mapping of object paths to attachment points:
115
- - new entry "LinkedPoints" parallel to "Animations": path -> array of point keys
116
-
117
- **IG.GFX.Standard 1.7 Patch 1**
118
-
119
- - in case, BackwardPeriod is not set, use (Forward)Period as fallback, was: 1.0
120
- - auto-correct localized float parameters by replacing , with .
121
-
122
- **IG.GFX.Standard 1.7**
123
-
124
- - Kinematics Interactor: added support for multiple targets
125
-
126
- **IG.GFX.Standard 1.6.4**
127
-
128
- - Animation Interactor: new params "BackwardAnimation" and "BackwardPeriod"
129
-
130
- **IG.GFX.Standard 1.6.3**
131
-
132
- - Animation Interactor: auto-insertion of default definition for animated values
133
-
134
- **IG.GFX.Standard 1.6.2 Patch 1**
135
-
136
- - fix for z rotation issue ( was assigned to x rotation due to copy paste type )
137
-
138
- **IG.GFX.Standard 1.6.2**
139
-
140
- - parametrics for animations and kinematics: now up to 20 parameters (was: 10), also support for plain types instead of string conversions
141
-
142
- **IG.GFX.Standard 1.6.1**
143
-
144
- - parametrics added to animations and kinematics
145
-
146
- **IG.GFX.Standard 1.6**
147
-
148
- - new interactor: KinematicsInteractor
149
-
150
- **IG.GFX.Standard 1.5.3**
151
-
152
- - new interactor: OffsetRotator
153
-
154
- **IG.GFX.Standard 1.5.2 Patch 2**
155
-
156
- - automatically provide IGX.Float3 if not available by the run-time environment
157
-
158
- **IG.GFX.Standard 1.5.2 Patch 1**
159
-
160
- - AnimationInteractor: improved robustness if component does not exist
161
-
162
- **IG.GFX.Standard 1.5.2**
163
-
164
- - new interactor: VisibilityInteractor
165
-
166
- **IG.GFX.Standard 1.5.1**
167
-
168
- - AnimationInteractor:
169
- -- access to neighbors via path prefix '..'
170
- -- new parameter Visibility
171
- -- fix for assignment to root components
172
-
173
- **IG.GFX.Standard 1.5**
174
-
175
- - new special functions for particular hinges: IGX.Std.FourBar
176
- - new basic vector functions: IGX.Std.Util
177
-
178
- **IG.GFX.Standard 1.4.1**
179
-
180
- - SetupValue() more robustness in case of bad input
181
- - new interactor: DeformationInteractor
182
-
183
- **IG.GFX.Standard 1.4**
184
-
185
- - new interactor: AnimationInteractor
186
-
187
- **IG.GFX.Standard 1.3**
188
-
189
- - new interactor: BasicLinearInterpolator
190
-
191
- **IG.GFX.Standard 1.2 Patch 1**
192
-
193
- - Fixes x, y, z raster translator movements
194
-
195
- **IG.GFX.Standard 1.2**
196
-
197
- - Adds animation stages to x y z range rotator and range translator
198
-
199
- **IG.GFX.Standard 1.1.1**
200
-
201
- - Adds Animation stages start and end to range rotators and range translators
202
-
203
- **IG.GFX.Standard 1.1 Patch 1**
204
-
205
- - FIX issue with IGX.Vector3
206
-
207
- **IG.GFX.Standard 1.1**
208
-
209
- - (X,Y,Z)(Range,Raster)(Rotator,Translator) fixed SetStagePosition()
210
- - number conversion of Start/End parameters if provided as strings
211
-
212
- **IG.GFX.Standard 1.0 Patch 1**
213
-
214
- - number conversion of numeric parameters if provided as strings
215
- - (X,Y,Z)(Range,Raster)(Rotator,Translator) added SetStagePosition()
216
-
217
- **IG.GFX.Standard 1.0**
1
+ # IG.GFX.Standard - Standard Interactors
2
+
3
+ ## History
4
+
5
+ **IG.GFX.Standard 1.10.4**
6
+
7
+ - set multi rotations via quaternion if available
8
+
9
+ **IG.GFX.Standard 1.10.3**
10
+
11
+ - fix issues in d.ts file
12
+
13
+ **IG.GFX.Standard 1.10.2**
14
+
15
+ - add AutoReset option for AnimationInteractor
16
+
17
+ **IG.GFX.Standard 1.10.1**
18
+
19
+ - use SetQuaternionRotation() call if available
20
+ - use "Record" feature with static class var instead of window object
21
+ - add optional GetHints() stub
22
+
23
+ **IG.GFX.Standard 1.10.0**
24
+
25
+ - fix OffsetRotator to work as documented
26
+
27
+ **IG.GFX.Standard 1.9.3**
28
+
29
+ - readd images to distribution artefact
30
+
31
+ **IG.GFX.Standard 1.9.2**
32
+
33
+ - properly mark api parameters as optional
34
+
35
+ **IG.GFX.Standard 1.9.1**
36
+
37
+ - improve _index.json types
38
+
39
+ **IG.GFX.Standard 1.9**
40
+
41
+ - support quaternion in animation.json
42
+
43
+ **IG.GFX.Standard 1.8.2**
44
+
45
+ - add EmptyInteractor for placeholder usage
46
+
47
+ **IG.GFX.Standard 1.8.1 Patch 1**
48
+
49
+ - fix cached deformation for 0 state
50
+
51
+ **IG.GFX.Standard 1.8.1**
52
+
53
+ - add missing FourBar.calculatePosition
54
+
55
+ **IG.GFX.Standard 1.8 Patch 1**
56
+
57
+ - fix animation interactor cache for . path
58
+
59
+ **IG.GFX.Standard 1.8**
60
+
61
+ - animation interactor cache for stable kinematics and better performance
62
+ - restructured code
63
+
64
+ **IG.GFX.Standard 1.7.6**
65
+
66
+ - added more params (up to 50 now) for the animation and kinematics interactor
67
+ - stage fix for deformation interactor
68
+
69
+ **IG.GFX.Standard 1.7.5**
70
+
71
+ - support visibility changes of attached children via LinkedPoints
72
+
73
+ **IG.GFX.Standard 1.7.4**
74
+
75
+ - AutoReset param for:
76
+ - all range and raster translators
77
+ - all range and raster rotators
78
+ - deformation interactor
79
+ - offset rotator
80
+ - code cleanup
81
+
82
+ **IG.GFX.Standard 1.7.3 Patch 4**
83
+
84
+ - Added AutoReset param for ZRangeTranslator
85
+
86
+ **IG.GFX.Standard 1.7.3 Patch 3**
87
+
88
+ - ICOM loading new product with kinematics bugfix
89
+
90
+ **IG.GFX.Standard 1.7.3 Patch 2**
91
+
92
+ - single kinematic chain bugfix
93
+
94
+ **IG.GFX.Standard 1.7.3 Patch 1**
95
+
96
+ - intermediate calculation for special cases in kinematic animation
97
+ - kinematic subbase bugfix
98
+
99
+ **IG.GFX.Standard 1.7.3**
100
+
101
+ - fix for scaled FourBar interactor
102
+ - deprecated old vector / matrix functions in Utils
103
+ - code cleanup
104
+
105
+ **IG.GFX.Standard 1.7.2**
106
+
107
+ - Kinematics Interactor:
108
+ - better centroid calculation (multi target)
109
+ - fixed constraints
110
+ - follow target feature
111
+ - independent multiple chains in one animation.json
112
+ - Utilities:
113
+ - updated GetLocalTransform with correct math functions (composeTRS - needs Math library 1.0.2)
114
+ - new GetRelativePosition function
115
+
116
+ **IG.GFX.Standard 1.7.1**
117
+
118
+ - Animation Interactor: mapping of object paths to attachment points:
119
+ - new entry "LinkedPoints" parallel to "Animations": path -> array of point keys
120
+
121
+ **IG.GFX.Standard 1.7 Patch 1**
122
+
123
+ - in case, BackwardPeriod is not set, use (Forward)Period as fallback, was: 1.0
124
+ - auto-correct localized float parameters by replacing , with .
125
+
126
+ **IG.GFX.Standard 1.7**
127
+
128
+ - Kinematics Interactor: added support for multiple targets
129
+
130
+ **IG.GFX.Standard 1.6.4**
131
+
132
+ - Animation Interactor: new params "BackwardAnimation" and "BackwardPeriod"
133
+
134
+ **IG.GFX.Standard 1.6.3**
135
+
136
+ - Animation Interactor: auto-insertion of default definition for animated values
137
+
138
+ **IG.GFX.Standard 1.6.2 Patch 1**
139
+
140
+ - fix for z rotation issue ( was assigned to x rotation due to copy paste type )
141
+
142
+ **IG.GFX.Standard 1.6.2**
143
+
144
+ - parametrics for animations and kinematics: now up to 20 parameters (was: 10), also support for plain types instead of string conversions
145
+
146
+ **IG.GFX.Standard 1.6.1**
147
+
148
+ - parametrics added to animations and kinematics
149
+
150
+ **IG.GFX.Standard 1.6**
151
+
152
+ - new interactor: KinematicsInteractor
153
+
154
+ **IG.GFX.Standard 1.5.3**
155
+
156
+ - new interactor: OffsetRotator
157
+
158
+ **IG.GFX.Standard 1.5.2 Patch 2**
159
+
160
+ - automatically provide IGX.Float3 if not available by the run-time environment
161
+
162
+ **IG.GFX.Standard 1.5.2 Patch 1**
163
+
164
+ - AnimationInteractor: improved robustness if component does not exist
165
+
166
+ **IG.GFX.Standard 1.5.2**
167
+
168
+ - new interactor: VisibilityInteractor
169
+
170
+ **IG.GFX.Standard 1.5.1**
171
+
172
+ - AnimationInteractor:
173
+ -- access to neighbors via path prefix '..'
174
+ -- new parameter Visibility
175
+ -- fix for assignment to root components
176
+
177
+ **IG.GFX.Standard 1.5**
178
+
179
+ - new special functions for particular hinges: IGX.Std.FourBar
180
+ - new basic vector functions: IGX.Std.Util
181
+
182
+ **IG.GFX.Standard 1.4.1**
183
+
184
+ - SetupValue() more robustness in case of bad input
185
+ - new interactor: DeformationInteractor
186
+
187
+ **IG.GFX.Standard 1.4**
188
+
189
+ - new interactor: AnimationInteractor
190
+
191
+ **IG.GFX.Standard 1.3**
192
+
193
+ - new interactor: BasicLinearInterpolator
194
+
195
+ **IG.GFX.Standard 1.2 Patch 1**
196
+
197
+ - Fixes x, y, z raster translator movements
198
+
199
+ **IG.GFX.Standard 1.2**
200
+
201
+ - Adds animation stages to x y z range rotator and range translator
202
+
203
+ **IG.GFX.Standard 1.1.1**
204
+
205
+ - Adds Animation stages start and end to range rotators and range translators
206
+
207
+ **IG.GFX.Standard 1.1 Patch 1**
208
+
209
+ - FIX issue with IGX.Vector3
210
+
211
+ **IG.GFX.Standard 1.1**
212
+
213
+ - (X,Y,Z)(Range,Raster)(Rotator,Translator) fixed SetStagePosition()
214
+ - number conversion of Start/End parameters if provided as strings
215
+
216
+ **IG.GFX.Standard 1.0 Patch 1**
217
+
218
+ - number conversion of numeric parameters if provided as strings
219
+ - (X,Y,Z)(Range,Raster)(Rotator,Translator) added SetStagePosition()
220
+
221
+ **IG.GFX.Standard 1.0**
package/_Package.json CHANGED
@@ -5,5 +5,5 @@
5
5
  "Type": "Interactor",
6
6
  "RunTime": true,
7
7
  "Copyright": "Copyright (C) 2013 - 2024 intelligentgraphics AG. All Rights Reserved.",
8
- "Version": "1.10.4.100"
8
+ "Version": "1.10.5.100"
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@intelligentgraphics/3d.ig.gfx.standard",
3
- "description": "IG.GFX.Standard 1.10.4 (1.10.4.100)",
4
- "version": "1.10.4",
3
+ "description": "IG.GFX.Standard 1.10.5 (1.10.5.100)",
4
+ "version": "1.10.5",
5
5
  "dependencies": {
6
6
  "@intelligentgraphics/3d.ig.gfx.core": "^2.6.1",
7
7
  "@intelligentgraphics/3d.ig.math": "^1.1.0"