angular-three 0.0.3 → 0.0.4
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/esm2020/index.mjs +28 -1
- package/esm2020/lib/canvas.mjs +4 -2
- package/esm2020/lib/directives/cursor.mjs +35 -0
- package/esm2020/lib/directives/repeat.mjs +20 -0
- package/esm2020/lib/instance.mjs +11 -1
- package/esm2020/lib/pipes/math.mjs +15 -0
- package/esm2020/lib/pipes/pi.mjs +14 -0
- package/esm2020/lib/pipes/radian.mjs +14 -0
- package/esm2020/lib/pipes/side.mjs +22 -0
- package/esm2020/lights/lib/ambient-light/ambient-light.mjs +2 -12
- package/esm2020/lights/lib/ambient-light-probe/ambient-light-probe.mjs +2 -12
- package/esm2020/lights/lib/directional-light/directional-light.mjs +2 -12
- package/esm2020/lights/lib/hemisphere-light/hemisphere-light.mjs +2 -12
- package/esm2020/lights/lib/hemisphere-light-probe/hemisphere-light-probe.mjs +2 -12
- package/esm2020/lights/lib/light-probe/light-probe.mjs +2 -12
- package/esm2020/lights/lib/point-light/point-light.mjs +2 -12
- package/esm2020/lights/lib/rect-area-light/rect-area-light.mjs +2 -12
- package/esm2020/lights/lib/spot-light/spot-light.mjs +2 -12
- package/esm2020/objects/lib/lod/lod.mjs +2 -3
- package/esm2020/objects/lib/skeleton/skeleton.mjs +3 -12
- package/fesm2015/angular-three-audios.mjs +1 -0
- package/fesm2015/angular-three-lights.mjs +9 -100
- package/fesm2015/angular-three-lights.mjs.map +1 -1
- package/fesm2015/angular-three-objects.mjs +3 -14
- package/fesm2015/angular-three-objects.mjs.map +1 -1
- package/fesm2015/angular-three.mjs +126 -5
- package/fesm2015/angular-three.mjs.map +1 -1
- package/fesm2020/angular-three-audios.mjs +1 -0
- package/fesm2020/angular-three-lights.mjs +9 -100
- package/fesm2020/angular-three-lights.mjs.map +1 -1
- package/fesm2020/angular-three-objects.mjs +3 -14
- package/fesm2020/angular-three-objects.mjs.map +1 -1
- package/fesm2020/angular-three.mjs +123 -5
- package/fesm2020/angular-three.mjs.map +1 -1
- package/index.d.ts +27 -0
- package/lib/canvas.d.ts +2 -2
- package/lib/directives/cursor.d.ts +7 -0
- package/lib/directives/repeat.d.ts +7 -0
- package/lib/pipes/math.d.ts +7 -0
- package/lib/pipes/pi.d.ts +7 -0
- package/lib/pipes/radian.d.ts +7 -0
- package/lib/pipes/side.d.ts +8 -0
- package/lights/lib/ambient-light/ambient-light.d.ts +1 -11
- package/lights/lib/ambient-light-probe/ambient-light-probe.d.ts +1 -11
- package/lights/lib/directional-light/directional-light.d.ts +1 -11
- package/lights/lib/hemisphere-light/hemisphere-light.d.ts +1 -11
- package/lights/lib/hemisphere-light-probe/hemisphere-light-probe.d.ts +1 -11
- package/lights/lib/light-probe/light-probe.d.ts +1 -11
- package/lights/lib/point-light/point-light.d.ts +1 -11
- package/lights/lib/rect-area-light/rect-area-light.d.ts +1 -11
- package/lights/lib/spot-light/spot-light.d.ts +1 -11
- package/objects/lib/lod/lod.d.ts +1 -2
- package/objects/lib/skeleton/skeleton.d.ts +1 -2
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@ class NgtLightProbe extends THREE.LightProbe {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
NgtLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLightProbe, isStandalone: true, selector: "ngt-light-probe", inputs: { sh: "sh", intensity: "intensity", hex: "hex", color: "color", shadow: "shadow",
|
|
15
|
+
NgtLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLightProbe, isStandalone: true, selector: "ngt-light-probe", inputs: { sh: "sh", intensity: "intensity", hex: "hex", color: "color", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLightProbe, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
@@ -31,16 +31,6 @@ function getInputs$8() {
|
|
|
31
31
|
'hex',
|
|
32
32
|
'color',
|
|
33
33
|
'shadow',
|
|
34
|
-
'shadowCameraFov',
|
|
35
|
-
'shadowCameraLeft',
|
|
36
|
-
'shadowCameraRight',
|
|
37
|
-
'shadowCameraTop',
|
|
38
|
-
'shadowCameraBottom',
|
|
39
|
-
'shadowCameraNear',
|
|
40
|
-
'shadowCameraFar',
|
|
41
|
-
'shadowBias',
|
|
42
|
-
'shadowMapWidth',
|
|
43
|
-
'shadowMapHeight',
|
|
44
34
|
'name',
|
|
45
35
|
'position',
|
|
46
36
|
'rotation',
|
|
@@ -76,7 +66,7 @@ class NgtAmbientLight extends THREE.AmbientLight {
|
|
|
76
66
|
}
|
|
77
67
|
}
|
|
78
68
|
NgtAmbientLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
79
|
-
NgtAmbientLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLight, isStandalone: true, selector: "ngt-ambient-light", inputs: { color: "color", intensity: "intensity", hex: "hex", shadow: "shadow",
|
|
69
|
+
NgtAmbientLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLight, isStandalone: true, selector: "ngt-ambient-light", inputs: { color: "color", intensity: "intensity", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtAmbientLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
80
70
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLight, decorators: [{
|
|
81
71
|
type: Component,
|
|
82
72
|
args: [{
|
|
@@ -94,16 +84,6 @@ function getInputs$7() {
|
|
|
94
84
|
'intensity',
|
|
95
85
|
'hex',
|
|
96
86
|
'shadow',
|
|
97
|
-
'shadowCameraFov',
|
|
98
|
-
'shadowCameraLeft',
|
|
99
|
-
'shadowCameraRight',
|
|
100
|
-
'shadowCameraTop',
|
|
101
|
-
'shadowCameraBottom',
|
|
102
|
-
'shadowCameraNear',
|
|
103
|
-
'shadowCameraFar',
|
|
104
|
-
'shadowBias',
|
|
105
|
-
'shadowMapWidth',
|
|
106
|
-
'shadowMapHeight',
|
|
107
87
|
'name',
|
|
108
88
|
'position',
|
|
109
89
|
'rotation',
|
|
@@ -139,7 +119,7 @@ class NgtAmbientLightProbe extends THREE.AmbientLightProbe {
|
|
|
139
119
|
}
|
|
140
120
|
}
|
|
141
121
|
NgtAmbientLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
142
|
-
NgtAmbientLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLightProbe, isStandalone: true, selector: "ngt-ambient-light-probe", inputs: { color: "color", intensity: "intensity", sh: "sh", hex: "hex", shadow: "shadow",
|
|
122
|
+
NgtAmbientLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLightProbe, isStandalone: true, selector: "ngt-ambient-light-probe", inputs: { color: "color", intensity: "intensity", sh: "sh", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtAmbientLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
143
123
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLightProbe, decorators: [{
|
|
144
124
|
type: Component,
|
|
145
125
|
args: [{
|
|
@@ -158,16 +138,6 @@ function getInputs$6() {
|
|
|
158
138
|
'sh',
|
|
159
139
|
'hex',
|
|
160
140
|
'shadow',
|
|
161
|
-
'shadowCameraFov',
|
|
162
|
-
'shadowCameraLeft',
|
|
163
|
-
'shadowCameraRight',
|
|
164
|
-
'shadowCameraTop',
|
|
165
|
-
'shadowCameraBottom',
|
|
166
|
-
'shadowCameraNear',
|
|
167
|
-
'shadowCameraFar',
|
|
168
|
-
'shadowBias',
|
|
169
|
-
'shadowMapWidth',
|
|
170
|
-
'shadowMapHeight',
|
|
171
141
|
'name',
|
|
172
142
|
'position',
|
|
173
143
|
'rotation',
|
|
@@ -203,7 +173,7 @@ class NgtHemisphereLight extends THREE.HemisphereLight {
|
|
|
203
173
|
}
|
|
204
174
|
}
|
|
205
175
|
NgtHemisphereLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
206
|
-
NgtHemisphereLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLight, isStandalone: true, selector: "ngt-hemisphere-light", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", position: "position", hex: "hex", color: "color", shadow: "shadow",
|
|
176
|
+
NgtHemisphereLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLight, isStandalone: true, selector: "ngt-hemisphere-light", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", position: "position", hex: "hex", color: "color", shadow: "shadow", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtHemisphereLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
207
177
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLight, decorators: [{
|
|
208
178
|
type: Component,
|
|
209
179
|
args: [{
|
|
@@ -224,16 +194,6 @@ function getInputs$5() {
|
|
|
224
194
|
'hex',
|
|
225
195
|
'color',
|
|
226
196
|
'shadow',
|
|
227
|
-
'shadowCameraFov',
|
|
228
|
-
'shadowCameraLeft',
|
|
229
|
-
'shadowCameraRight',
|
|
230
|
-
'shadowCameraTop',
|
|
231
|
-
'shadowCameraBottom',
|
|
232
|
-
'shadowCameraNear',
|
|
233
|
-
'shadowCameraFar',
|
|
234
|
-
'shadowBias',
|
|
235
|
-
'shadowMapWidth',
|
|
236
|
-
'shadowMapHeight',
|
|
237
197
|
'name',
|
|
238
198
|
'rotation',
|
|
239
199
|
'quaternion',
|
|
@@ -268,7 +228,7 @@ class NgtHemisphereLightProbe extends THREE.HemisphereLightProbe {
|
|
|
268
228
|
}
|
|
269
229
|
}
|
|
270
230
|
NgtHemisphereLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
271
|
-
NgtHemisphereLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLightProbe, isStandalone: true, selector: "ngt-hemisphere-light-probe", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", sh: "sh", hex: "hex", color: "color", shadow: "shadow",
|
|
231
|
+
NgtHemisphereLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLightProbe, isStandalone: true, selector: "ngt-hemisphere-light-probe", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", sh: "sh", hex: "hex", color: "color", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtHemisphereLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
272
232
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLightProbe, decorators: [{
|
|
273
233
|
type: Component,
|
|
274
234
|
args: [{
|
|
@@ -289,16 +249,6 @@ function getInputs$4() {
|
|
|
289
249
|
'hex',
|
|
290
250
|
'color',
|
|
291
251
|
'shadow',
|
|
292
|
-
'shadowCameraFov',
|
|
293
|
-
'shadowCameraLeft',
|
|
294
|
-
'shadowCameraRight',
|
|
295
|
-
'shadowCameraTop',
|
|
296
|
-
'shadowCameraBottom',
|
|
297
|
-
'shadowCameraNear',
|
|
298
|
-
'shadowCameraFar',
|
|
299
|
-
'shadowBias',
|
|
300
|
-
'shadowMapWidth',
|
|
301
|
-
'shadowMapHeight',
|
|
302
252
|
'name',
|
|
303
253
|
'position',
|
|
304
254
|
'rotation',
|
|
@@ -334,7 +284,7 @@ class NgtDirectionalLight extends THREE.DirectionalLight {
|
|
|
334
284
|
}
|
|
335
285
|
}
|
|
336
286
|
NgtDirectionalLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDirectionalLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
337
|
-
NgtDirectionalLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDirectionalLight, isStandalone: true, selector: "ngt-directional-light", inputs: { color: "color", intensity: "intensity", position: "position", target: "target", shadow: "shadow", hex: "hex",
|
|
287
|
+
NgtDirectionalLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDirectionalLight, isStandalone: true, selector: "ngt-directional-light", inputs: { color: "color", intensity: "intensity", position: "position", target: "target", shadow: "shadow", hex: "hex", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtDirectionalLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
338
288
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDirectionalLight, decorators: [{
|
|
339
289
|
type: Component,
|
|
340
290
|
args: [{
|
|
@@ -354,16 +304,6 @@ function getInputs$3() {
|
|
|
354
304
|
'target',
|
|
355
305
|
'shadow',
|
|
356
306
|
'hex',
|
|
357
|
-
'shadowCameraFov',
|
|
358
|
-
'shadowCameraLeft',
|
|
359
|
-
'shadowCameraRight',
|
|
360
|
-
'shadowCameraTop',
|
|
361
|
-
'shadowCameraBottom',
|
|
362
|
-
'shadowCameraNear',
|
|
363
|
-
'shadowCameraFar',
|
|
364
|
-
'shadowBias',
|
|
365
|
-
'shadowMapWidth',
|
|
366
|
-
'shadowMapHeight',
|
|
367
307
|
'name',
|
|
368
308
|
'rotation',
|
|
369
309
|
'quaternion',
|
|
@@ -398,7 +338,7 @@ class NgtPointLight extends THREE.PointLight {
|
|
|
398
338
|
}
|
|
399
339
|
}
|
|
400
340
|
NgtPointLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPointLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
401
|
-
NgtPointLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPointLight, isStandalone: true, selector: "ngt-point-light", inputs: { color: "color", intensity: "intensity", distance: "distance", decay: "decay", shadow: "shadow", power: "power", hex: "hex",
|
|
341
|
+
NgtPointLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPointLight, isStandalone: true, selector: "ngt-point-light", inputs: { color: "color", intensity: "intensity", distance: "distance", decay: "decay", shadow: "shadow", power: "power", hex: "hex", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtPointLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
402
342
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPointLight, decorators: [{
|
|
403
343
|
type: Component,
|
|
404
344
|
args: [{
|
|
@@ -419,16 +359,6 @@ function getInputs$2() {
|
|
|
419
359
|
'shadow',
|
|
420
360
|
'power',
|
|
421
361
|
'hex',
|
|
422
|
-
'shadowCameraFov',
|
|
423
|
-
'shadowCameraLeft',
|
|
424
|
-
'shadowCameraRight',
|
|
425
|
-
'shadowCameraTop',
|
|
426
|
-
'shadowCameraBottom',
|
|
427
|
-
'shadowCameraNear',
|
|
428
|
-
'shadowCameraFar',
|
|
429
|
-
'shadowBias',
|
|
430
|
-
'shadowMapWidth',
|
|
431
|
-
'shadowMapHeight',
|
|
432
362
|
'name',
|
|
433
363
|
'position',
|
|
434
364
|
'rotation',
|
|
@@ -464,7 +394,7 @@ class NgtSpotLight extends THREE.SpotLight {
|
|
|
464
394
|
}
|
|
465
395
|
}
|
|
466
396
|
NgtSpotLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSpotLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
467
|
-
NgtSpotLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSpotLight, isStandalone: true, selector: "ngt-spot-light", inputs: { color: "color", intensity: "intensity", distance: "distance", angle: "angle", penumbra: "penumbra", decay: "decay", position: "position", target: "target", shadow: "shadow", power: "power", hex: "hex",
|
|
397
|
+
NgtSpotLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSpotLight, isStandalone: true, selector: "ngt-spot-light", inputs: { color: "color", intensity: "intensity", distance: "distance", angle: "angle", penumbra: "penumbra", decay: "decay", position: "position", target: "target", shadow: "shadow", power: "power", hex: "hex", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtSpotLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
468
398
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSpotLight, decorators: [{
|
|
469
399
|
type: Component,
|
|
470
400
|
args: [{
|
|
@@ -489,16 +419,6 @@ function getInputs$1() {
|
|
|
489
419
|
'shadow',
|
|
490
420
|
'power',
|
|
491
421
|
'hex',
|
|
492
|
-
'shadowCameraFov',
|
|
493
|
-
'shadowCameraLeft',
|
|
494
|
-
'shadowCameraRight',
|
|
495
|
-
'shadowCameraTop',
|
|
496
|
-
'shadowCameraBottom',
|
|
497
|
-
'shadowCameraNear',
|
|
498
|
-
'shadowCameraFar',
|
|
499
|
-
'shadowBias',
|
|
500
|
-
'shadowMapWidth',
|
|
501
|
-
'shadowMapHeight',
|
|
502
422
|
'name',
|
|
503
423
|
'rotation',
|
|
504
424
|
'quaternion',
|
|
@@ -533,7 +453,7 @@ class NgtRectAreaLight extends THREE.RectAreaLight {
|
|
|
533
453
|
}
|
|
534
454
|
}
|
|
535
455
|
NgtRectAreaLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRectAreaLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
536
|
-
NgtRectAreaLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRectAreaLight, isStandalone: true, selector: "ngt-rect-area-light", inputs: { color: "color", intensity: "intensity", width: "width", height: "height", power: "power", hex: "hex", shadow: "shadow",
|
|
456
|
+
NgtRectAreaLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRectAreaLight, isStandalone: true, selector: "ngt-rect-area-light", inputs: { color: "color", intensity: "intensity", width: "width", height: "height", power: "power", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtRectAreaLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
537
457
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRectAreaLight, decorators: [{
|
|
538
458
|
type: Component,
|
|
539
459
|
args: [{
|
|
@@ -554,16 +474,6 @@ function getInputs() {
|
|
|
554
474
|
'power',
|
|
555
475
|
'hex',
|
|
556
476
|
'shadow',
|
|
557
|
-
'shadowCameraFov',
|
|
558
|
-
'shadowCameraLeft',
|
|
559
|
-
'shadowCameraRight',
|
|
560
|
-
'shadowCameraTop',
|
|
561
|
-
'shadowCameraBottom',
|
|
562
|
-
'shadowCameraNear',
|
|
563
|
-
'shadowCameraFar',
|
|
564
|
-
'shadowBias',
|
|
565
|
-
'shadowMapWidth',
|
|
566
|
-
'shadowMapHeight',
|
|
567
477
|
'name',
|
|
568
478
|
'position',
|
|
569
479
|
'rotation',
|
|
@@ -599,4 +509,3 @@ function getInputs() {
|
|
|
599
509
|
|
|
600
510
|
export { NgtAmbientLight, NgtAmbientLightProbe, NgtDirectionalLight, NgtHemisphereLight, NgtHemisphereLightProbe, NgtLightProbe, NgtPointLight, NgtRectAreaLight, NgtSpotLight };
|
|
601
511
|
//# sourceMappingURL=angular-three-lights.mjs.map
|
|
602
|
-
//# sourceMappingURL=angular-three-lights.mjs.map
|