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