angular-three 0.0.5 → 0.0.6
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/attributes/lib/buffer-attribute/buffer-attribute.d.ts +1 -1
- package/attributes/lib/color-attribute/color-attribute.d.ts +1 -1
- package/attributes/lib/common.d.ts +0 -1
- package/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.d.ts +1 -1
- package/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.d.ts +1 -1
- package/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.d.ts +1 -1
- package/attributes/lib/fog-attribute/fog-attribute.d.ts +1 -1
- package/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.d.ts +1 -1
- package/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.d.ts +1 -1
- package/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.d.ts +1 -1
- package/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.d.ts +1 -1
- package/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.d.ts +1 -1
- package/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.d.ts +1 -1
- package/attributes/lib/matrix3-attribute/matrix3-attribute.d.ts +1 -1
- package/attributes/lib/matrix4-attribute/matrix4-attribute.d.ts +1 -1
- package/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.d.ts +1 -1
- package/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.d.ts +1 -1
- package/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.d.ts +1 -1
- package/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.d.ts +1 -1
- package/attributes/lib/value-attribute/value-attribute.d.ts +1 -1
- package/attributes/lib/vector2-attribute/vector2-attribute.d.ts +1 -1
- package/attributes/lib/vector3-attribute/vector3-attribute.d.ts +1 -1
- package/attributes/lib/vector4-attribute/vector4-attribute.d.ts +1 -1
- package/esm2020/attributes/lib/buffer-attribute/buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/color-attribute/color-attribute.mjs +4 -4
- package/esm2020/attributes/lib/common.mjs +1 -16
- package/esm2020/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/fog-attribute/fog-attribute.mjs +4 -4
- package/esm2020/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.mjs +4 -4
- package/esm2020/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/matrix3-attribute/matrix3-attribute.mjs +4 -4
- package/esm2020/attributes/lib/matrix4-attribute/matrix4-attribute.mjs +4 -4
- package/esm2020/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.mjs +4 -4
- package/esm2020/attributes/lib/value-attribute/value-attribute.mjs +4 -4
- package/esm2020/attributes/lib/vector2-attribute/vector2-attribute.mjs +4 -4
- package/esm2020/attributes/lib/vector3-attribute/vector3-attribute.mjs +4 -4
- package/esm2020/attributes/lib/vector4-attribute/vector4-attribute.mjs +4 -4
- package/esm2020/geometries/lib/box-geometry/box-geometry.mjs +4 -4
- package/esm2020/geometries/lib/buffer-geometry/buffer-geometry.mjs +4 -4
- package/esm2020/geometries/lib/capsule-geometry/capsule-geometry.mjs +4 -4
- package/esm2020/geometries/lib/circle-geometry/circle-geometry.mjs +4 -4
- package/esm2020/geometries/lib/common.mjs +1 -16
- package/esm2020/geometries/lib/cone-geometry/cone-geometry.mjs +4 -4
- package/esm2020/geometries/lib/cylinder-geometry/cylinder-geometry.mjs +4 -4
- package/esm2020/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.mjs +4 -4
- package/esm2020/geometries/lib/edges-geometry/edges-geometry.mjs +4 -4
- package/esm2020/geometries/lib/extrude-geometry/extrude-geometry.mjs +4 -4
- package/esm2020/geometries/lib/icosahedron-geometry/icosahedron-geometry.mjs +4 -4
- package/esm2020/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.mjs +4 -4
- package/esm2020/geometries/lib/lathe-geometry/lathe-geometry.mjs +4 -4
- package/esm2020/geometries/lib/octahedron-geometry/octahedron-geometry.mjs +4 -4
- package/esm2020/geometries/lib/plane-geometry/plane-geometry.mjs +4 -4
- package/esm2020/geometries/lib/polyhedron-geometry/polyhedron-geometry.mjs +4 -4
- package/esm2020/geometries/lib/ring-geometry/ring-geometry.mjs +4 -4
- package/esm2020/geometries/lib/shape-geometry/shape-geometry.mjs +4 -4
- package/esm2020/geometries/lib/sphere-geometry/sphere-geometry.mjs +4 -4
- package/esm2020/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.mjs +4 -4
- package/esm2020/geometries/lib/torus-geometry/torus-geometry.mjs +4 -4
- package/esm2020/geometries/lib/torus-knot-geometry/torus-knot-geometry.mjs +4 -4
- package/esm2020/geometries/lib/tube-geometry/tube-geometry.mjs +4 -4
- package/esm2020/geometries/lib/wireframe-geometry/wireframe-geometry.mjs +4 -4
- package/esm2020/helpers/lib/arrow-helper/arrow-helper.mjs +4 -4
- package/esm2020/helpers/lib/axes-helper/axes-helper.mjs +4 -4
- package/esm2020/helpers/lib/box-helper/box-helper.mjs +4 -4
- package/esm2020/helpers/lib/box3-helper/box3-helper.mjs +4 -4
- package/esm2020/helpers/lib/camera-helper/camera-helper.mjs +4 -4
- package/esm2020/helpers/lib/common.mjs +1 -16
- package/esm2020/helpers/lib/directional-light-helper/directional-light-helper.mjs +4 -4
- package/esm2020/helpers/lib/grid-helper/grid-helper.mjs +4 -4
- package/esm2020/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.mjs +4 -4
- package/esm2020/helpers/lib/plane-helper/plane-helper.mjs +4 -4
- package/esm2020/helpers/lib/point-light-helper/point-light-helper.mjs +4 -4
- package/esm2020/helpers/lib/polar-grid-helper/polar-grid-helper.mjs +4 -4
- package/esm2020/helpers/lib/skeleton-helper/skeleton-helper.mjs +4 -4
- package/esm2020/helpers/lib/spot-light-helper/spot-light-helper.mjs +4 -4
- package/esm2020/materials/lib/common.mjs +1 -16
- package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +4 -4
- package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +4 -4
- package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +4 -4
- package/esm2020/materials/lib/points-material/points-material.mjs +4 -4
- package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +4 -4
- package/esm2020/materials/lib/shader-material/shader-material.mjs +4 -4
- package/esm2020/materials/lib/shadow-material/shadow-material.mjs +4 -4
- package/esm2020/materials/lib/sprite-material/sprite-material.mjs +4 -4
- package/esm2020/objects/lib/skeleton/skeleton.mjs +4 -4
- package/esm2020/textures/lib/canvas-texture/canvas-texture.mjs +4 -4
- package/esm2020/textures/lib/common.mjs +1 -16
- package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +4 -4
- package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +4 -4
- package/esm2020/textures/lib/cube-texture/cube-texture.mjs +4 -4
- package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +4 -4
- package/esm2020/textures/lib/data-texture/data-texture.mjs +4 -4
- package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +4 -4
- package/esm2020/textures/lib/depth-texture/depth-texture.mjs +4 -4
- package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +4 -4
- package/esm2020/textures/lib/video-texture/video-texture.mjs +4 -4
- package/fesm2015/angular-three-attributes.mjs +44 -60
- package/fesm2015/angular-three-attributes.mjs.map +1 -1
- package/fesm2015/angular-three-geometries.mjs +46 -62
- package/fesm2015/angular-three-geometries.mjs.map +1 -1
- package/fesm2015/angular-three-helpers.mjs +26 -42
- package/fesm2015/angular-three-helpers.mjs.map +1 -1
- package/fesm2015/angular-three-materials.mjs +34 -50
- package/fesm2015/angular-three-materials.mjs.map +1 -1
- package/fesm2015/angular-three-objects.mjs +2 -2
- package/fesm2015/angular-three-objects.mjs.map +1 -1
- package/fesm2015/angular-three-primitives.mjs +1 -0
- package/fesm2015/angular-three-textures.mjs +20 -35
- package/fesm2015/angular-three-textures.mjs.map +1 -1
- package/fesm2020/angular-three-attributes.mjs +44 -60
- package/fesm2020/angular-three-attributes.mjs.map +1 -1
- package/fesm2020/angular-three-geometries.mjs +46 -62
- package/fesm2020/angular-three-geometries.mjs.map +1 -1
- package/fesm2020/angular-three-helpers.mjs +26 -42
- package/fesm2020/angular-three-helpers.mjs.map +1 -1
- package/fesm2020/angular-three-materials.mjs +34 -50
- package/fesm2020/angular-three-materials.mjs.map +1 -1
- package/fesm2020/angular-three-objects.mjs +2 -2
- package/fesm2020/angular-three-objects.mjs.map +1 -1
- package/fesm2020/angular-three-primitives.mjs +1 -0
- package/fesm2020/angular-three-textures.mjs +20 -35
- package/fesm2020/angular-three-textures.mjs.map +1 -1
- package/geometries/lib/box-geometry/box-geometry.d.ts +1 -1
- package/geometries/lib/buffer-geometry/buffer-geometry.d.ts +1 -1
- package/geometries/lib/capsule-geometry/capsule-geometry.d.ts +1 -1
- package/geometries/lib/circle-geometry/circle-geometry.d.ts +1 -1
- package/geometries/lib/common.d.ts +0 -1
- package/geometries/lib/cone-geometry/cone-geometry.d.ts +1 -1
- package/geometries/lib/cylinder-geometry/cylinder-geometry.d.ts +1 -1
- package/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.d.ts +1 -1
- package/geometries/lib/edges-geometry/edges-geometry.d.ts +1 -1
- package/geometries/lib/extrude-geometry/extrude-geometry.d.ts +1 -1
- package/geometries/lib/icosahedron-geometry/icosahedron-geometry.d.ts +1 -1
- package/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.d.ts +1 -1
- package/geometries/lib/lathe-geometry/lathe-geometry.d.ts +1 -1
- package/geometries/lib/octahedron-geometry/octahedron-geometry.d.ts +1 -1
- package/geometries/lib/plane-geometry/plane-geometry.d.ts +1 -1
- package/geometries/lib/polyhedron-geometry/polyhedron-geometry.d.ts +1 -1
- package/geometries/lib/ring-geometry/ring-geometry.d.ts +1 -1
- package/geometries/lib/shape-geometry/shape-geometry.d.ts +1 -1
- package/geometries/lib/sphere-geometry/sphere-geometry.d.ts +1 -1
- package/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.d.ts +1 -1
- package/geometries/lib/torus-geometry/torus-geometry.d.ts +1 -1
- package/geometries/lib/torus-knot-geometry/torus-knot-geometry.d.ts +1 -1
- package/geometries/lib/tube-geometry/tube-geometry.d.ts +1 -1
- package/geometries/lib/wireframe-geometry/wireframe-geometry.d.ts +1 -1
- package/helpers/lib/arrow-helper/arrow-helper.d.ts +1 -1
- package/helpers/lib/axes-helper/axes-helper.d.ts +1 -1
- package/helpers/lib/box-helper/box-helper.d.ts +1 -1
- package/helpers/lib/box3-helper/box3-helper.d.ts +1 -1
- package/helpers/lib/camera-helper/camera-helper.d.ts +1 -1
- package/helpers/lib/common.d.ts +0 -1
- package/helpers/lib/directional-light-helper/directional-light-helper.d.ts +1 -1
- package/helpers/lib/grid-helper/grid-helper.d.ts +1 -1
- package/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.d.ts +1 -1
- package/helpers/lib/plane-helper/plane-helper.d.ts +1 -1
- package/helpers/lib/point-light-helper/point-light-helper.d.ts +1 -1
- package/helpers/lib/polar-grid-helper/polar-grid-helper.d.ts +1 -1
- package/helpers/lib/skeleton-helper/skeleton-helper.d.ts +1 -1
- package/helpers/lib/spot-light-helper/spot-light-helper.d.ts +1 -1
- package/materials/lib/common.d.ts +0 -1
- package/materials/lib/line-basic-material/line-basic-material.d.ts +1 -1
- package/materials/lib/line-dashed-material/line-dashed-material.d.ts +1 -1
- package/materials/lib/mesh-basic-material/mesh-basic-material.d.ts +1 -1
- package/materials/lib/mesh-depth-material/mesh-depth-material.d.ts +1 -1
- package/materials/lib/mesh-distance-material/mesh-distance-material.d.ts +1 -1
- package/materials/lib/mesh-lambert-material/mesh-lambert-material.d.ts +1 -1
- package/materials/lib/mesh-matcap-material/mesh-matcap-material.d.ts +1 -1
- package/materials/lib/mesh-normal-material/mesh-normal-material.d.ts +1 -1
- package/materials/lib/mesh-phong-material/mesh-phong-material.d.ts +1 -1
- package/materials/lib/mesh-physical-material/mesh-physical-material.d.ts +1 -1
- package/materials/lib/mesh-standard-material/mesh-standard-material.d.ts +1 -1
- package/materials/lib/mesh-toon-material/mesh-toon-material.d.ts +1 -1
- package/materials/lib/points-material/points-material.d.ts +1 -1
- package/materials/lib/raw-shader-material/raw-shader-material.d.ts +1 -1
- package/materials/lib/shader-material/shader-material.d.ts +1 -1
- package/materials/lib/shadow-material/shadow-material.d.ts +1 -1
- package/materials/lib/sprite-material/sprite-material.d.ts +1 -1
- package/objects/lib/skeleton/skeleton.d.ts +1 -1
- package/package.json +1 -1
- package/textures/lib/canvas-texture/canvas-texture.d.ts +1 -1
- package/textures/lib/common.d.ts +0 -1
- package/textures/lib/compressed-array-texture/compressed-array-texture.d.ts +1 -1
- package/textures/lib/compressed-texture/compressed-texture.d.ts +1 -1
- package/textures/lib/cube-texture/cube-texture.d.ts +1 -1
- package/textures/lib/data-array-texture/data-array-texture.d.ts +1 -1
- package/textures/lib/data-texture/data-texture.d.ts +1 -1
- package/textures/lib/data3-dtexture/data3-dtexture.d.ts +1 -1
- package/textures/lib/depth-texture/depth-texture.d.ts +1 -1
- package/textures/lib/framebuffer-texture/framebuffer-texture.d.ts +1 -1
- package/textures/lib/video-texture/video-texture.d.ts +1 -1
- package/schematics/executors.json +0 -4
- package/schematics/generators.json +0 -19
- package/schematics/package.json +0 -9
- package/schematics/src/generators/init/compat.d.ts +0 -2
- package/schematics/src/generators/init/compat.js +0 -6
- package/schematics/src/generators/init/compat.js.map +0 -1
- package/schematics/src/generators/init/generator.d.ts +0 -5
- package/schematics/src/generators/init/generator.js +0 -39
- package/schematics/src/generators/init/generator.js.map +0 -1
- package/schematics/src/generators/init/schema.json +0 -6
- package/schematics/src/index.d.ts +0 -1
- package/schematics/src/index.js +0 -6
- package/schematics/src/index.js.map +0 -1
|
@@ -16,21 +16,6 @@ const NGT_INSTANCE_INPUTS = [
|
|
|
16
16
|
'updateCallback',
|
|
17
17
|
'readyCallback',
|
|
18
18
|
];
|
|
19
|
-
const NGT_INSTANCE_OUTPUTS = [
|
|
20
|
-
'click',
|
|
21
|
-
'contextmenu',
|
|
22
|
-
'dblclick',
|
|
23
|
-
'pointerup',
|
|
24
|
-
'pointerdown',
|
|
25
|
-
'pointerover',
|
|
26
|
-
'pointerout',
|
|
27
|
-
'pointerenter',
|
|
28
|
-
'pointerleave',
|
|
29
|
-
'pointermove',
|
|
30
|
-
'pointermissed',
|
|
31
|
-
'pointercancel',
|
|
32
|
-
'wheel',
|
|
33
|
-
];
|
|
34
19
|
|
|
35
20
|
// GENERATED - AngularThree v1.0.0
|
|
36
21
|
class NgtBoxGeometry extends THREE.BoxGeometry {
|
|
@@ -40,14 +25,14 @@ class NgtBoxGeometry extends THREE.BoxGeometry {
|
|
|
40
25
|
}
|
|
41
26
|
}
|
|
42
27
|
NgtBoxGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBoxGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
-
NgtBoxGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBoxGeometry, isStandalone: true, selector: "ngt-box-geometry", providers: [provideInstanceRef(NgtBoxGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
28
|
+
NgtBoxGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBoxGeometry, isStandalone: true, selector: "ngt-box-geometry", providers: [provideInstanceRef(NgtBoxGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
44
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBoxGeometry, decorators: [{
|
|
45
30
|
type: Component,
|
|
46
31
|
args: [{
|
|
47
32
|
selector: 'ngt-box-geometry',
|
|
48
33
|
standalone: true,
|
|
49
34
|
template: '<ng-content></ng-content>',
|
|
50
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
35
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
51
36
|
providers: [provideInstanceRef(NgtBoxGeometry)],
|
|
52
37
|
}]
|
|
53
38
|
}], ctorParameters: function () { return []; } });
|
|
@@ -60,14 +45,14 @@ class NgtCapsuleGeometry extends THREE.CapsuleGeometry {
|
|
|
60
45
|
}
|
|
61
46
|
}
|
|
62
47
|
NgtCapsuleGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCapsuleGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
-
NgtCapsuleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCapsuleGeometry, isStandalone: true, selector: "ngt-capsule-geometry", providers: [provideInstanceRef(NgtCapsuleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
48
|
+
NgtCapsuleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCapsuleGeometry, isStandalone: true, selector: "ngt-capsule-geometry", providers: [provideInstanceRef(NgtCapsuleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
64
49
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCapsuleGeometry, decorators: [{
|
|
65
50
|
type: Component,
|
|
66
51
|
args: [{
|
|
67
52
|
selector: 'ngt-capsule-geometry',
|
|
68
53
|
standalone: true,
|
|
69
54
|
template: '<ng-content></ng-content>',
|
|
70
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
55
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
71
56
|
providers: [provideInstanceRef(NgtCapsuleGeometry)],
|
|
72
57
|
}]
|
|
73
58
|
}], ctorParameters: function () { return []; } });
|
|
@@ -80,14 +65,14 @@ class NgtCircleGeometry extends THREE.CircleGeometry {
|
|
|
80
65
|
}
|
|
81
66
|
}
|
|
82
67
|
NgtCircleGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCircleGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
83
|
-
NgtCircleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCircleGeometry, isStandalone: true, selector: "ngt-circle-geometry", providers: [provideInstanceRef(NgtCircleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
68
|
+
NgtCircleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCircleGeometry, isStandalone: true, selector: "ngt-circle-geometry", providers: [provideInstanceRef(NgtCircleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
84
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCircleGeometry, decorators: [{
|
|
85
70
|
type: Component,
|
|
86
71
|
args: [{
|
|
87
72
|
selector: 'ngt-circle-geometry',
|
|
88
73
|
standalone: true,
|
|
89
74
|
template: '<ng-content></ng-content>',
|
|
90
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
75
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
91
76
|
providers: [provideInstanceRef(NgtCircleGeometry)],
|
|
92
77
|
}]
|
|
93
78
|
}], ctorParameters: function () { return []; } });
|
|
@@ -100,14 +85,14 @@ class NgtConeGeometry extends THREE.ConeGeometry {
|
|
|
100
85
|
}
|
|
101
86
|
}
|
|
102
87
|
NgtConeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtConeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
103
|
-
NgtConeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtConeGeometry, isStandalone: true, selector: "ngt-cone-geometry", providers: [provideInstanceRef(NgtConeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
88
|
+
NgtConeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtConeGeometry, isStandalone: true, selector: "ngt-cone-geometry", providers: [provideInstanceRef(NgtConeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
104
89
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtConeGeometry, decorators: [{
|
|
105
90
|
type: Component,
|
|
106
91
|
args: [{
|
|
107
92
|
selector: 'ngt-cone-geometry',
|
|
108
93
|
standalone: true,
|
|
109
94
|
template: '<ng-content></ng-content>',
|
|
110
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
95
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
111
96
|
providers: [provideInstanceRef(NgtConeGeometry)],
|
|
112
97
|
}]
|
|
113
98
|
}], ctorParameters: function () { return []; } });
|
|
@@ -120,14 +105,14 @@ class NgtCylinderGeometry extends THREE.CylinderGeometry {
|
|
|
120
105
|
}
|
|
121
106
|
}
|
|
122
107
|
NgtCylinderGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCylinderGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
123
|
-
NgtCylinderGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCylinderGeometry, isStandalone: true, selector: "ngt-cylinder-geometry", providers: [provideInstanceRef(NgtCylinderGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
108
|
+
NgtCylinderGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCylinderGeometry, isStandalone: true, selector: "ngt-cylinder-geometry", providers: [provideInstanceRef(NgtCylinderGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
124
109
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCylinderGeometry, decorators: [{
|
|
125
110
|
type: Component,
|
|
126
111
|
args: [{
|
|
127
112
|
selector: 'ngt-cylinder-geometry',
|
|
128
113
|
standalone: true,
|
|
129
114
|
template: '<ng-content></ng-content>',
|
|
130
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
115
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
131
116
|
providers: [provideInstanceRef(NgtCylinderGeometry)],
|
|
132
117
|
}]
|
|
133
118
|
}], ctorParameters: function () { return []; } });
|
|
@@ -140,14 +125,14 @@ class NgtDodecahedronGeometry extends THREE.DodecahedronGeometry {
|
|
|
140
125
|
}
|
|
141
126
|
}
|
|
142
127
|
NgtDodecahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDodecahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
143
|
-
NgtDodecahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDodecahedronGeometry, isStandalone: true, selector: "ngt-dodecahedron-geometry", providers: [provideInstanceRef(NgtDodecahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
128
|
+
NgtDodecahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDodecahedronGeometry, isStandalone: true, selector: "ngt-dodecahedron-geometry", providers: [provideInstanceRef(NgtDodecahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
144
129
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDodecahedronGeometry, decorators: [{
|
|
145
130
|
type: Component,
|
|
146
131
|
args: [{
|
|
147
132
|
selector: 'ngt-dodecahedron-geometry',
|
|
148
133
|
standalone: true,
|
|
149
134
|
template: '<ng-content></ng-content>',
|
|
150
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
135
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
151
136
|
providers: [provideInstanceRef(NgtDodecahedronGeometry)],
|
|
152
137
|
}]
|
|
153
138
|
}], ctorParameters: function () { return []; } });
|
|
@@ -160,14 +145,14 @@ class NgtEdgesGeometry extends THREE.EdgesGeometry {
|
|
|
160
145
|
}
|
|
161
146
|
}
|
|
162
147
|
NgtEdgesGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtEdgesGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
163
|
-
NgtEdgesGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtEdgesGeometry, isStandalone: true, selector: "ngt-edges-geometry", providers: [provideInstanceRef(NgtEdgesGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
148
|
+
NgtEdgesGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtEdgesGeometry, isStandalone: true, selector: "ngt-edges-geometry", providers: [provideInstanceRef(NgtEdgesGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
164
149
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtEdgesGeometry, decorators: [{
|
|
165
150
|
type: Component,
|
|
166
151
|
args: [{
|
|
167
152
|
selector: 'ngt-edges-geometry',
|
|
168
153
|
standalone: true,
|
|
169
154
|
template: '<ng-content></ng-content>',
|
|
170
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
155
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
171
156
|
providers: [provideInstanceRef(NgtEdgesGeometry)],
|
|
172
157
|
}]
|
|
173
158
|
}], ctorParameters: function () { return []; } });
|
|
@@ -180,14 +165,14 @@ class NgtExtrudeGeometry extends THREE.ExtrudeGeometry {
|
|
|
180
165
|
}
|
|
181
166
|
}
|
|
182
167
|
NgtExtrudeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtExtrudeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
-
NgtExtrudeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtExtrudeGeometry, isStandalone: true, selector: "ngt-extrude-geometry", providers: [provideInstanceRef(NgtExtrudeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
168
|
+
NgtExtrudeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtExtrudeGeometry, isStandalone: true, selector: "ngt-extrude-geometry", providers: [provideInstanceRef(NgtExtrudeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
184
169
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtExtrudeGeometry, decorators: [{
|
|
185
170
|
type: Component,
|
|
186
171
|
args: [{
|
|
187
172
|
selector: 'ngt-extrude-geometry',
|
|
188
173
|
standalone: true,
|
|
189
174
|
template: '<ng-content></ng-content>',
|
|
190
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
175
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
191
176
|
providers: [provideInstanceRef(NgtExtrudeGeometry)],
|
|
192
177
|
}]
|
|
193
178
|
}], ctorParameters: function () { return []; } });
|
|
@@ -200,14 +185,14 @@ class NgtIcosahedronGeometry extends THREE.IcosahedronGeometry {
|
|
|
200
185
|
}
|
|
201
186
|
}
|
|
202
187
|
NgtIcosahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtIcosahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
203
|
-
NgtIcosahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtIcosahedronGeometry, isStandalone: true, selector: "ngt-icosahedron-geometry", providers: [provideInstanceRef(NgtIcosahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
188
|
+
NgtIcosahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtIcosahedronGeometry, isStandalone: true, selector: "ngt-icosahedron-geometry", providers: [provideInstanceRef(NgtIcosahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
204
189
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtIcosahedronGeometry, decorators: [{
|
|
205
190
|
type: Component,
|
|
206
191
|
args: [{
|
|
207
192
|
selector: 'ngt-icosahedron-geometry',
|
|
208
193
|
standalone: true,
|
|
209
194
|
template: '<ng-content></ng-content>',
|
|
210
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
195
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
211
196
|
providers: [provideInstanceRef(NgtIcosahedronGeometry)],
|
|
212
197
|
}]
|
|
213
198
|
}], ctorParameters: function () { return []; } });
|
|
@@ -220,14 +205,14 @@ class NgtLatheGeometry extends THREE.LatheGeometry {
|
|
|
220
205
|
}
|
|
221
206
|
}
|
|
222
207
|
NgtLatheGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLatheGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
223
|
-
NgtLatheGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLatheGeometry, isStandalone: true, selector: "ngt-lathe-geometry", providers: [provideInstanceRef(NgtLatheGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
208
|
+
NgtLatheGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLatheGeometry, isStandalone: true, selector: "ngt-lathe-geometry", providers: [provideInstanceRef(NgtLatheGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
224
209
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLatheGeometry, decorators: [{
|
|
225
210
|
type: Component,
|
|
226
211
|
args: [{
|
|
227
212
|
selector: 'ngt-lathe-geometry',
|
|
228
213
|
standalone: true,
|
|
229
214
|
template: '<ng-content></ng-content>',
|
|
230
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
215
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
231
216
|
providers: [provideInstanceRef(NgtLatheGeometry)],
|
|
232
217
|
}]
|
|
233
218
|
}], ctorParameters: function () { return []; } });
|
|
@@ -240,14 +225,14 @@ class NgtOctahedronGeometry extends THREE.OctahedronGeometry {
|
|
|
240
225
|
}
|
|
241
226
|
}
|
|
242
227
|
NgtOctahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtOctahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
243
|
-
NgtOctahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtOctahedronGeometry, isStandalone: true, selector: "ngt-octahedron-geometry", providers: [provideInstanceRef(NgtOctahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
228
|
+
NgtOctahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtOctahedronGeometry, isStandalone: true, selector: "ngt-octahedron-geometry", providers: [provideInstanceRef(NgtOctahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
244
229
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtOctahedronGeometry, decorators: [{
|
|
245
230
|
type: Component,
|
|
246
231
|
args: [{
|
|
247
232
|
selector: 'ngt-octahedron-geometry',
|
|
248
233
|
standalone: true,
|
|
249
234
|
template: '<ng-content></ng-content>',
|
|
250
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
235
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
251
236
|
providers: [provideInstanceRef(NgtOctahedronGeometry)],
|
|
252
237
|
}]
|
|
253
238
|
}], ctorParameters: function () { return []; } });
|
|
@@ -260,14 +245,14 @@ class NgtPlaneGeometry extends THREE.PlaneGeometry {
|
|
|
260
245
|
}
|
|
261
246
|
}
|
|
262
247
|
NgtPlaneGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPlaneGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
263
|
-
NgtPlaneGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPlaneGeometry, isStandalone: true, selector: "ngt-plane-geometry", providers: [provideInstanceRef(NgtPlaneGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
248
|
+
NgtPlaneGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPlaneGeometry, isStandalone: true, selector: "ngt-plane-geometry", providers: [provideInstanceRef(NgtPlaneGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
264
249
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPlaneGeometry, decorators: [{
|
|
265
250
|
type: Component,
|
|
266
251
|
args: [{
|
|
267
252
|
selector: 'ngt-plane-geometry',
|
|
268
253
|
standalone: true,
|
|
269
254
|
template: '<ng-content></ng-content>',
|
|
270
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
255
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
271
256
|
providers: [provideInstanceRef(NgtPlaneGeometry)],
|
|
272
257
|
}]
|
|
273
258
|
}], ctorParameters: function () { return []; } });
|
|
@@ -280,14 +265,14 @@ class NgtPolyhedronGeometry extends THREE.PolyhedronGeometry {
|
|
|
280
265
|
}
|
|
281
266
|
}
|
|
282
267
|
NgtPolyhedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPolyhedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
283
|
-
NgtPolyhedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPolyhedronGeometry, isStandalone: true, selector: "ngt-polyhedron-geometry", providers: [provideInstanceRef(NgtPolyhedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
268
|
+
NgtPolyhedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPolyhedronGeometry, isStandalone: true, selector: "ngt-polyhedron-geometry", providers: [provideInstanceRef(NgtPolyhedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
284
269
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPolyhedronGeometry, decorators: [{
|
|
285
270
|
type: Component,
|
|
286
271
|
args: [{
|
|
287
272
|
selector: 'ngt-polyhedron-geometry',
|
|
288
273
|
standalone: true,
|
|
289
274
|
template: '<ng-content></ng-content>',
|
|
290
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
275
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
291
276
|
providers: [provideInstanceRef(NgtPolyhedronGeometry)],
|
|
292
277
|
}]
|
|
293
278
|
}], ctorParameters: function () { return []; } });
|
|
@@ -300,14 +285,14 @@ class NgtRingGeometry extends THREE.RingGeometry {
|
|
|
300
285
|
}
|
|
301
286
|
}
|
|
302
287
|
NgtRingGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRingGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
303
|
-
NgtRingGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRingGeometry, isStandalone: true, selector: "ngt-ring-geometry", providers: [provideInstanceRef(NgtRingGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
288
|
+
NgtRingGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRingGeometry, isStandalone: true, selector: "ngt-ring-geometry", providers: [provideInstanceRef(NgtRingGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
304
289
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRingGeometry, decorators: [{
|
|
305
290
|
type: Component,
|
|
306
291
|
args: [{
|
|
307
292
|
selector: 'ngt-ring-geometry',
|
|
308
293
|
standalone: true,
|
|
309
294
|
template: '<ng-content></ng-content>',
|
|
310
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
295
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
311
296
|
providers: [provideInstanceRef(NgtRingGeometry)],
|
|
312
297
|
}]
|
|
313
298
|
}], ctorParameters: function () { return []; } });
|
|
@@ -320,14 +305,14 @@ class NgtShapeGeometry extends THREE.ShapeGeometry {
|
|
|
320
305
|
}
|
|
321
306
|
}
|
|
322
307
|
NgtShapeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtShapeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
323
|
-
NgtShapeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtShapeGeometry, isStandalone: true, selector: "ngt-shape-geometry", providers: [provideInstanceRef(NgtShapeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
308
|
+
NgtShapeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtShapeGeometry, isStandalone: true, selector: "ngt-shape-geometry", providers: [provideInstanceRef(NgtShapeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
324
309
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtShapeGeometry, decorators: [{
|
|
325
310
|
type: Component,
|
|
326
311
|
args: [{
|
|
327
312
|
selector: 'ngt-shape-geometry',
|
|
328
313
|
standalone: true,
|
|
329
314
|
template: '<ng-content></ng-content>',
|
|
330
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
315
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
331
316
|
providers: [provideInstanceRef(NgtShapeGeometry)],
|
|
332
317
|
}]
|
|
333
318
|
}], ctorParameters: function () { return []; } });
|
|
@@ -340,14 +325,14 @@ class NgtSphereGeometry extends THREE.SphereGeometry {
|
|
|
340
325
|
}
|
|
341
326
|
}
|
|
342
327
|
NgtSphereGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSphereGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
343
|
-
NgtSphereGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSphereGeometry, isStandalone: true, selector: "ngt-sphere-geometry", providers: [provideInstanceRef(NgtSphereGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
328
|
+
NgtSphereGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSphereGeometry, isStandalone: true, selector: "ngt-sphere-geometry", providers: [provideInstanceRef(NgtSphereGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
344
329
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSphereGeometry, decorators: [{
|
|
345
330
|
type: Component,
|
|
346
331
|
args: [{
|
|
347
332
|
selector: 'ngt-sphere-geometry',
|
|
348
333
|
standalone: true,
|
|
349
334
|
template: '<ng-content></ng-content>',
|
|
350
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
335
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
351
336
|
providers: [provideInstanceRef(NgtSphereGeometry)],
|
|
352
337
|
}]
|
|
353
338
|
}], ctorParameters: function () { return []; } });
|
|
@@ -360,14 +345,14 @@ class NgtTetrahedronGeometry extends THREE.TetrahedronGeometry {
|
|
|
360
345
|
}
|
|
361
346
|
}
|
|
362
347
|
NgtTetrahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTetrahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
363
|
-
NgtTetrahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTetrahedronGeometry, isStandalone: true, selector: "ngt-tetrahedron-geometry", providers: [provideInstanceRef(NgtTetrahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
348
|
+
NgtTetrahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTetrahedronGeometry, isStandalone: true, selector: "ngt-tetrahedron-geometry", providers: [provideInstanceRef(NgtTetrahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
364
349
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTetrahedronGeometry, decorators: [{
|
|
365
350
|
type: Component,
|
|
366
351
|
args: [{
|
|
367
352
|
selector: 'ngt-tetrahedron-geometry',
|
|
368
353
|
standalone: true,
|
|
369
354
|
template: '<ng-content></ng-content>',
|
|
370
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
355
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
371
356
|
providers: [provideInstanceRef(NgtTetrahedronGeometry)],
|
|
372
357
|
}]
|
|
373
358
|
}], ctorParameters: function () { return []; } });
|
|
@@ -380,14 +365,14 @@ class NgtTorusGeometry extends THREE.TorusGeometry {
|
|
|
380
365
|
}
|
|
381
366
|
}
|
|
382
367
|
NgtTorusGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
383
|
-
NgtTorusGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTorusGeometry, isStandalone: true, selector: "ngt-torus-geometry", providers: [provideInstanceRef(NgtTorusGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
368
|
+
NgtTorusGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTorusGeometry, isStandalone: true, selector: "ngt-torus-geometry", providers: [provideInstanceRef(NgtTorusGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
384
369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusGeometry, decorators: [{
|
|
385
370
|
type: Component,
|
|
386
371
|
args: [{
|
|
387
372
|
selector: 'ngt-torus-geometry',
|
|
388
373
|
standalone: true,
|
|
389
374
|
template: '<ng-content></ng-content>',
|
|
390
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
375
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
391
376
|
providers: [provideInstanceRef(NgtTorusGeometry)],
|
|
392
377
|
}]
|
|
393
378
|
}], ctorParameters: function () { return []; } });
|
|
@@ -400,14 +385,14 @@ class NgtTorusKnotGeometry extends THREE.TorusKnotGeometry {
|
|
|
400
385
|
}
|
|
401
386
|
}
|
|
402
387
|
NgtTorusKnotGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusKnotGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
403
|
-
NgtTorusKnotGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTorusKnotGeometry, isStandalone: true, selector: "ngt-torus-knot-geometry", providers: [provideInstanceRef(NgtTorusKnotGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
388
|
+
NgtTorusKnotGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTorusKnotGeometry, isStandalone: true, selector: "ngt-torus-knot-geometry", providers: [provideInstanceRef(NgtTorusKnotGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
404
389
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusKnotGeometry, decorators: [{
|
|
405
390
|
type: Component,
|
|
406
391
|
args: [{
|
|
407
392
|
selector: 'ngt-torus-knot-geometry',
|
|
408
393
|
standalone: true,
|
|
409
394
|
template: '<ng-content></ng-content>',
|
|
410
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
395
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
411
396
|
providers: [provideInstanceRef(NgtTorusKnotGeometry)],
|
|
412
397
|
}]
|
|
413
398
|
}], ctorParameters: function () { return []; } });
|
|
@@ -420,14 +405,14 @@ class NgtTubeGeometry extends THREE.TubeGeometry {
|
|
|
420
405
|
}
|
|
421
406
|
}
|
|
422
407
|
NgtTubeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTubeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
423
|
-
NgtTubeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTubeGeometry, isStandalone: true, selector: "ngt-tube-geometry", providers: [provideInstanceRef(NgtTubeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
408
|
+
NgtTubeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTubeGeometry, isStandalone: true, selector: "ngt-tube-geometry", providers: [provideInstanceRef(NgtTubeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
424
409
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTubeGeometry, decorators: [{
|
|
425
410
|
type: Component,
|
|
426
411
|
args: [{
|
|
427
412
|
selector: 'ngt-tube-geometry',
|
|
428
413
|
standalone: true,
|
|
429
414
|
template: '<ng-content></ng-content>',
|
|
430
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
415
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
431
416
|
providers: [provideInstanceRef(NgtTubeGeometry)],
|
|
432
417
|
}]
|
|
433
418
|
}], ctorParameters: function () { return []; } });
|
|
@@ -440,14 +425,14 @@ class NgtWireframeGeometry extends THREE.WireframeGeometry {
|
|
|
440
425
|
}
|
|
441
426
|
}
|
|
442
427
|
NgtWireframeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtWireframeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
443
|
-
NgtWireframeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtWireframeGeometry, isStandalone: true, selector: "ngt-wireframe-geometry", providers: [provideInstanceRef(NgtWireframeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
428
|
+
NgtWireframeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtWireframeGeometry, isStandalone: true, selector: "ngt-wireframe-geometry", providers: [provideInstanceRef(NgtWireframeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
444
429
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtWireframeGeometry, decorators: [{
|
|
445
430
|
type: Component,
|
|
446
431
|
args: [{
|
|
447
432
|
selector: 'ngt-wireframe-geometry',
|
|
448
433
|
standalone: true,
|
|
449
434
|
template: '<ng-content></ng-content>',
|
|
450
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
435
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
451
436
|
providers: [provideInstanceRef(NgtWireframeGeometry)],
|
|
452
437
|
}]
|
|
453
438
|
}], ctorParameters: function () { return []; } });
|
|
@@ -460,14 +445,14 @@ class NgtBufferGeometry extends THREE.BufferGeometry {
|
|
|
460
445
|
}
|
|
461
446
|
}
|
|
462
447
|
NgtBufferGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
463
|
-
NgtBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferGeometry, isStandalone: true, selector: "ngt-buffer-geometry", providers: [provideInstanceRef(NgtBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
448
|
+
NgtBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferGeometry, isStandalone: true, selector: "ngt-buffer-geometry", providers: [provideInstanceRef(NgtBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
464
449
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferGeometry, decorators: [{
|
|
465
450
|
type: Component,
|
|
466
451
|
args: [{
|
|
467
452
|
selector: 'ngt-buffer-geometry',
|
|
468
453
|
standalone: true,
|
|
469
454
|
template: '<ng-content></ng-content>',
|
|
470
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
455
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
471
456
|
providers: [provideInstanceRef(NgtBufferGeometry)],
|
|
472
457
|
}]
|
|
473
458
|
}], ctorParameters: function () { return []; } });
|
|
@@ -480,14 +465,14 @@ class NgtInstancedBufferGeometry extends THREE.InstancedBufferGeometry {
|
|
|
480
465
|
}
|
|
481
466
|
}
|
|
482
467
|
NgtInstancedBufferGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
483
|
-
NgtInstancedBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferGeometry, isStandalone: true, selector: "ngt-instanced-buffer-geometry", providers: [provideInstanceRef(NgtInstancedBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"]
|
|
468
|
+
NgtInstancedBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferGeometry, isStandalone: true, selector: "ngt-instanced-buffer-geometry", providers: [provideInstanceRef(NgtInstancedBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
484
469
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferGeometry, decorators: [{
|
|
485
470
|
type: Component,
|
|
486
471
|
args: [{
|
|
487
472
|
selector: 'ngt-instanced-buffer-geometry',
|
|
488
473
|
standalone: true,
|
|
489
474
|
template: '<ng-content></ng-content>',
|
|
490
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
475
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
491
476
|
providers: [provideInstanceRef(NgtInstancedBufferGeometry)],
|
|
492
477
|
}]
|
|
493
478
|
}], ctorParameters: function () { return []; } });
|
|
@@ -500,4 +485,3 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
500
485
|
|
|
501
486
|
export { NgtBoxGeometry, NgtBufferGeometry, NgtCapsuleGeometry, NgtCircleGeometry, NgtConeGeometry, NgtCylinderGeometry, NgtDodecahedronGeometry, NgtEdgesGeometry, NgtExtrudeGeometry, NgtIcosahedronGeometry, NgtInstancedBufferGeometry, NgtLatheGeometry, NgtOctahedronGeometry, NgtPlaneGeometry, NgtPolyhedronGeometry, NgtRingGeometry, NgtShapeGeometry, NgtSphereGeometry, NgtTetrahedronGeometry, NgtTorusGeometry, NgtTorusKnotGeometry, NgtTubeGeometry, NgtWireframeGeometry };
|
|
502
487
|
//# sourceMappingURL=angular-three-geometries.mjs.map
|
|
503
|
-
//# sourceMappingURL=angular-three-geometries.mjs.map
|