angular-three 0.0.5 → 0.0.7
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/primitives/lib/primitive/primitive.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 -59
- package/fesm2015/angular-three-attributes.mjs.map +1 -1
- package/fesm2015/angular-three-geometries.mjs +46 -61
- package/fesm2015/angular-three-geometries.mjs.map +1 -1
- package/fesm2015/angular-three-helpers.mjs +26 -41
- package/fesm2015/angular-three-helpers.mjs.map +1 -1
- package/fesm2015/angular-three-materials.mjs +34 -49
- package/fesm2015/angular-three-materials.mjs.map +1 -1
- package/fesm2015/angular-three-objects.mjs +3 -2
- package/fesm2015/angular-three-objects.mjs.map +1 -1
- package/fesm2015/angular-three-primitives.mjs +2 -2
- package/fesm2015/angular-three-primitives.mjs.map +1 -1
- package/fesm2015/angular-three-textures.mjs +21 -35
- package/fesm2015/angular-three-textures.mjs.map +1 -1
- package/fesm2020/angular-three-attributes.mjs +44 -59
- package/fesm2020/angular-three-attributes.mjs.map +1 -1
- package/fesm2020/angular-three-geometries.mjs +46 -61
- package/fesm2020/angular-three-geometries.mjs.map +1 -1
- package/fesm2020/angular-three-helpers.mjs +26 -41
- package/fesm2020/angular-three-helpers.mjs.map +1 -1
- package/fesm2020/angular-three-materials.mjs +34 -49
- package/fesm2020/angular-three-materials.mjs.map +1 -1
- package/fesm2020/angular-three-objects.mjs +3 -2
- package/fesm2020/angular-three-objects.mjs.map +1 -1
- package/fesm2020/angular-three-primitives.mjs +2 -2
- package/fesm2020/angular-three-primitives.mjs.map +1 -1
- package/fesm2020/angular-three-textures.mjs +21 -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/primitives/lib/primitive/primitive.d.ts +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
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtBufferAttribute extends THREE.BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtBufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtBufferAttribute, "ngt-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtBufferAttribute, "ngt-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtColorAttribute extends THREE.Color {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtColorAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtColorAttribute, "ngt-color", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtColorAttribute, "ngt-color", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtFloat16BufferAttribute extends THREE.Float16BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloat16BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloat16BufferAttribute, "ngt-float16-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloat16BufferAttribute, "ngt-float16-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtFloat32BufferAttribute extends THREE.Float32BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloat32BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloat32BufferAttribute, "ngt-float32-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloat32BufferAttribute, "ngt-float32-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtFloat64BufferAttribute extends THREE.Float64BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloat64BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloat64BufferAttribute, "ngt-float64-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloat64BufferAttribute, "ngt-float64-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtFogAttribute extends THREE.Fog {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFogAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFogAttribute, "ngt-fog", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFogAttribute, "ngt-fog", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtFogExp2Attribute extends THREE.FogExp2 {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFogExp2Attribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFogExp2Attribute, "ngt-fog-exp2", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFogExp2Attribute, "ngt-fog-exp2", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtInstancedBufferAttribute extends THREE.InstancedBufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInstancedBufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInstancedBufferAttribute, "ngt-instanced-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInstancedBufferAttribute, "ngt-instanced-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtInt16BufferAttribute extends THREE.Int16BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInt16BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInt16BufferAttribute, "ngt-int16-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInt16BufferAttribute, "ngt-int16-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtInt32BufferAttribute extends THREE.Int32BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInt32BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInt32BufferAttribute, "ngt-int32-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInt32BufferAttribute, "ngt-int32-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtInt8BufferAttribute extends THREE.Int8BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInt8BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInt8BufferAttribute, "ngt-int8-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInt8BufferAttribute, "ngt-int8-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtInterleavedBufferAttribute extends THREE.InterleavedBufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInterleavedBufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInterleavedBufferAttribute, "ngt-interleaved-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInterleavedBufferAttribute, "ngt-interleaved-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtMatrix3Attribute extends THREE.Matrix3 {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMatrix3Attribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMatrix3Attribute, "ngt-matrix3", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMatrix3Attribute, "ngt-matrix3", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtMatrix4Attribute extends THREE.Matrix4 {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMatrix4Attribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMatrix4Attribute, "ngt-matrix4", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMatrix4Attribute, "ngt-matrix4", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtUint16BufferAttribute extends THREE.Uint16BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtUint16BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtUint16BufferAttribute, "ngt-uint16-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtUint16BufferAttribute, "ngt-uint16-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtUint32BufferAttribute extends THREE.Uint32BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtUint32BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtUint32BufferAttribute, "ngt-uint32-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtUint32BufferAttribute, "ngt-uint32-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtUint8BufferAttribute extends THREE.Uint8BufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtUint8BufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtUint8BufferAttribute, "ngt-uint8-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtUint8BufferAttribute, "ngt-uint8-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtUint8ClampedBufferAttribute extends THREE.Uint8ClampedBufferAttribute {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtUint8ClampedBufferAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtUint8ClampedBufferAttribute, "ngt-uint8-clamped-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtUint8ClampedBufferAttribute, "ngt-uint8-clamped-buffer-attribute", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NgtValueAttribute {
|
|
|
4
4
|
private readonly instance;
|
|
5
5
|
set value(value: any);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtValueAttribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtValueAttribute, "ngt-value", never, { "value": "value"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtValueAttribute, "ngt-value", never, { "value": "value"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtVector2Attribute extends THREE.Vector2 {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtVector2Attribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtVector2Attribute, "ngt-vector2", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtVector2Attribute, "ngt-vector2", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtVector3Attribute extends THREE.Vector3 {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtVector3Attribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtVector3Attribute, "ngt-vector3", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtVector3Attribute, "ngt-vector3", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtVector4Attribute extends THREE.Vector4 {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtVector4Attribute, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtVector4Attribute, "ngt-vector4", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtVector4Attribute, "ngt-vector4", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: { "ref": "ref"; "attach": "attach"; "skipWrapper": "skipWrapper"; "skipInit": "skipInit"; "noAttach": "noAttach"; "beforeRender": "beforeRender"; "priority": "priority"; "updateCallback": "updateCallback"; "readyCallback": "readyCallback"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
-
import { NGT_INSTANCE_INPUTS
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "angular-three";
|
|
8
8
|
export class NgtBufferAttribute extends THREE.BufferAttribute {
|
|
@@ -12,15 +12,15 @@ export class NgtBufferAttribute extends THREE.BufferAttribute {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
NgtBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferAttribute, isStandalone: true, selector: "ngt-buffer-attribute", providers: [provideInstanceRef(NgtBufferAttribute)], 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"]
|
|
15
|
+
NgtBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferAttribute, isStandalone: true, selector: "ngt-buffer-attribute", providers: [provideInstanceRef(NgtBufferAttribute)], 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 });
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferAttribute, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'ngt-buffer-attribute',
|
|
20
20
|
standalone: true,
|
|
21
21
|
template: '<ng-content></ng-content>',
|
|
22
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
23
23
|
providers: [provideInstanceRef(NgtBufferAttribute)],
|
|
24
24
|
}]
|
|
25
25
|
}], ctorParameters: function () { return []; } });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVmZmVyLWF0dHJpYnV0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvYXR0cmlidXRlcy9zcmMvbGliL2J1ZmZlci1hdHRyaWJ1dGUvYnVmZmVyLWF0dHJpYnV0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGtCQUFtQixTQUFRLEtBQUssQ0FBQyxlQUFlO0lBQ3pEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQStCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3BGLE9BQU8sT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pCLENBQUM7OytHQUpRLGtCQUFrQjttR0FBbEIsa0JBQWtCLG1FQUZoQixDQUFDLGtCQUFrQixDQUFDLGtCQUFrQixDQUFDLENBQUMsMFZBRnpDLDJCQUEyQjsyRkFJNUIsa0JBQWtCO2tCQVA5QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxzQkFBc0I7b0JBQ2hDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixvQkFBb0IsQ0FBQztpQkFDdEQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1idWZmZXItYXR0cmlidXRlJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFt7IGRpcmVjdGl2ZTogTmd0SW5zdGFuY2UsIGlucHV0czogTkdUX0lOU1RBTkNFX0lOUFVUUyB9XSxcbiAgICBwcm92aWRlcnM6IFtwcm92aWRlSW5zdGFuY2VSZWYoTmd0QnVmZmVyQXR0cmlidXRlKV0sXG59KVxuZXhwb3J0IGNsYXNzIE5ndEJ1ZmZlckF0dHJpYnV0ZSBleHRlbmRzIFRIUkVFLkJ1ZmZlckF0dHJpYnV0ZSB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKC4uLihpbmplY3RBcmdzPHR5cGVvZiBUSFJFRS5CdWZmZXJBdHRyaWJ1dGU+KHsgb3B0aW9uYWw6IHRydWUgfSkgfHwgW1tdLCAwXSkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
-
import { NGT_INSTANCE_INPUTS
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "angular-three";
|
|
8
8
|
export class NgtColorAttribute extends THREE.Color {
|
|
@@ -12,15 +12,15 @@ export class NgtColorAttribute extends THREE.Color {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
NgtColorAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtColorAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtColorAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtColorAttribute, isStandalone: true, selector: "ngt-color", providers: [provideInstanceRef(NgtColorAttribute)], 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"]
|
|
15
|
+
NgtColorAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtColorAttribute, isStandalone: true, selector: "ngt-color", providers: [provideInstanceRef(NgtColorAttribute)], 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 });
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtColorAttribute, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'ngt-color',
|
|
20
20
|
standalone: true,
|
|
21
21
|
template: '<ng-content></ng-content>',
|
|
22
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
23
23
|
providers: [provideInstanceRef(NgtColorAttribute)],
|
|
24
24
|
}]
|
|
25
25
|
}], ctorParameters: function () { return []; } });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3ItYXR0cmlidXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9hdHRyaWJ1dGVzL3NyYy9saWIvY29sb3ItYXR0cmlidXRlL2NvbG9yLWF0dHJpYnV0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGlCQUFrQixTQUFRLEtBQUssQ0FBQyxLQUFLO0lBQzlDO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQXFCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUNyRSxPQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDOzs4R0FKUSxpQkFBaUI7a0dBQWpCLGlCQUFpQix3REFGZixDQUFDLGtCQUFrQixDQUFDLGlCQUFpQixDQUFDLENBQUMsMFZBRnhDLDJCQUEyQjsyRkFJNUIsaUJBQWlCO2tCQVA3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxXQUFXO29CQUNyQixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsY0FBYyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRSxDQUFDO29CQUN6RSxTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsbUJBQW1CLENBQUM7aUJBQ3JEIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0IHsgaW5qZWN0QXJncywgTmd0SW5zdGFuY2UsIHByb3ZpZGVJbnN0YW5jZVJlZiwgcHJveGlmeSB9IGZyb20gJ2FuZ3VsYXItdGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtY29sb3InLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RDb2xvckF0dHJpYnV0ZSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3RDb2xvckF0dHJpYnV0ZSBleHRlbmRzIFRIUkVFLkNvbG9yIHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uKGluamVjdEFyZ3M8dHlwZW9mIFRIUkVFLkNvbG9yPih7IG9wdGlvbmFsOiB0cnVlIH0pIHx8IFtdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -10,19 +10,4 @@ export const NGT_INSTANCE_INPUTS = [
|
|
|
10
10
|
'updateCallback',
|
|
11
11
|
'readyCallback',
|
|
12
12
|
];
|
|
13
|
-
|
|
14
|
-
'click',
|
|
15
|
-
'contextmenu',
|
|
16
|
-
'dblclick',
|
|
17
|
-
'pointerup',
|
|
18
|
-
'pointerdown',
|
|
19
|
-
'pointerover',
|
|
20
|
-
'pointerout',
|
|
21
|
-
'pointerenter',
|
|
22
|
-
'pointerleave',
|
|
23
|
-
'pointermove',
|
|
24
|
-
'pointermissed',
|
|
25
|
-
'pointercancel',
|
|
26
|
-
'wheel',
|
|
27
|
-
];
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9hdHRyaWJ1dGVzL3NyYy9saWIvY29tbW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGtDQUFrQztBQUNsQyxNQUFNLENBQUMsTUFBTSxtQkFBbUIsR0FBRztJQUMvQixLQUFLO0lBQ0wsUUFBUTtJQUNSLGFBQWE7SUFDYixVQUFVO0lBQ1YsVUFBVTtJQUNWLGNBQWM7SUFDZCxVQUFVO0lBQ1YsZ0JBQWdCO0lBQ2hCLGVBQWU7Q0FDbEIsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLG9CQUFvQixHQUFHO0lBQ2hDLE9BQU87SUFDUCxhQUFhO0lBQ2IsVUFBVTtJQUNWLFdBQVc7SUFDWCxhQUFhO0lBQ2IsYUFBYTtJQUNiLFlBQVk7SUFDWixjQUFjO0lBQ2QsY0FBYztJQUNkLGFBQWE7SUFDYixlQUFlO0lBQ2YsZUFBZTtJQUNmLE9BQU87Q0FDVixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuZXhwb3J0IGNvbnN0IE5HVF9JTlNUQU5DRV9JTlBVVFMgPSBbXG4gICAgJ3JlZicsXG4gICAgJ2F0dGFjaCcsXG4gICAgJ3NraXBXcmFwcGVyJyxcbiAgICAnc2tpcEluaXQnLFxuICAgICdub0F0dGFjaCcsXG4gICAgJ2JlZm9yZVJlbmRlcicsXG4gICAgJ3ByaW9yaXR5JyxcbiAgICAndXBkYXRlQ2FsbGJhY2snLFxuICAgICdyZWFkeUNhbGxiYWNrJyxcbl07XG5cbmV4cG9ydCBjb25zdCBOR1RfSU5TVEFOQ0VfT1VUUFVUUyA9IFtcbiAgICAnY2xpY2snLFxuICAgICdjb250ZXh0bWVudScsXG4gICAgJ2RibGNsaWNrJyxcbiAgICAncG9pbnRlcnVwJyxcbiAgICAncG9pbnRlcmRvd24nLFxuICAgICdwb2ludGVyb3ZlcicsXG4gICAgJ3BvaW50ZXJvdXQnLFxuICAgICdwb2ludGVyZW50ZXInLFxuICAgICdwb2ludGVybGVhdmUnLFxuICAgICdwb2ludGVybW92ZScsXG4gICAgJ3BvaW50ZXJtaXNzZWQnLFxuICAgICdwb2ludGVyY2FuY2VsJyxcbiAgICAnd2hlZWwnLFxuXTtcbiJdfQ==
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9hdHRyaWJ1dGVzL3NyYy9saWIvY29tbW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGtDQUFrQztBQUNsQyxNQUFNLENBQUMsTUFBTSxtQkFBbUIsR0FBRztJQUMvQixLQUFLO0lBQ0wsUUFBUTtJQUNSLGFBQWE7SUFDYixVQUFVO0lBQ1YsVUFBVTtJQUNWLGNBQWM7SUFDZCxVQUFVO0lBQ1YsZ0JBQWdCO0lBQ2hCLGVBQWU7Q0FDbEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmV4cG9ydCBjb25zdCBOR1RfSU5TVEFOQ0VfSU5QVVRTID0gW1xuICAgICdyZWYnLFxuICAgICdhdHRhY2gnLFxuICAgICdza2lwV3JhcHBlcicsXG4gICAgJ3NraXBJbml0JyxcbiAgICAnbm9BdHRhY2gnLFxuICAgICdiZWZvcmVSZW5kZXInLFxuICAgICdwcmlvcml0eScsXG4gICAgJ3VwZGF0ZUNhbGxiYWNrJyxcbiAgICAncmVhZHlDYWxsYmFjaycsXG5dO1xuIl19
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
-
import { NGT_INSTANCE_INPUTS
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "angular-three";
|
|
8
8
|
export class NgtFloat16BufferAttribute extends THREE.Float16BufferAttribute {
|
|
@@ -12,15 +12,15 @@ export class NgtFloat16BufferAttribute extends THREE.Float16BufferAttribute {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
NgtFloat16BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat16BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtFloat16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat16BufferAttribute, isStandalone: true, selector: "ngt-float16-buffer-attribute", providers: [provideInstanceRef(NgtFloat16BufferAttribute)], 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"]
|
|
15
|
+
NgtFloat16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat16BufferAttribute, isStandalone: true, selector: "ngt-float16-buffer-attribute", providers: [provideInstanceRef(NgtFloat16BufferAttribute)], 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 });
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat16BufferAttribute, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'ngt-float16-buffer-attribute',
|
|
20
20
|
standalone: true,
|
|
21
21
|
template: '<ng-content></ng-content>',
|
|
22
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
23
23
|
providers: [provideInstanceRef(NgtFloat16BufferAttribute)],
|
|
24
24
|
}]
|
|
25
25
|
}], ctorParameters: function () { return []; } });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmxvYXQxNi1idWZmZXItYXR0cmlidXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9hdHRyaWJ1dGVzL3NyYy9saWIvZmxvYXQxNi1idWZmZXItYXR0cmlidXRlL2Zsb2F0MTYtYnVmZmVyLWF0dHJpYnV0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLHlCQUEwQixTQUFRLEtBQUssQ0FBQyxzQkFBc0I7SUFDdkU7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBc0MsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDM0YsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7c0hBSlEseUJBQXlCOzBHQUF6Qix5QkFBeUIsMkVBRnZCLENBQUMsa0JBQWtCLENBQUMseUJBQXlCLENBQUMsQ0FBQywwVkFGaEQsMkJBQTJCOzJGQUk1Qix5QkFBeUI7a0JBUHJDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDhCQUE4QjtvQkFDeEMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsa0JBQWtCLDJCQUEyQixDQUFDO2lCQUM3RCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgTkdUX0lOU1RBTkNFX0lOUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWZsb2F0MTYtYnVmZmVyLWF0dHJpYnV0ZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndEZsb2F0MTZCdWZmZXJBdHRyaWJ1dGUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0RmxvYXQxNkJ1ZmZlckF0dHJpYnV0ZSBleHRlbmRzIFRIUkVFLkZsb2F0MTZCdWZmZXJBdHRyaWJ1dGUge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRmxvYXQxNkJ1ZmZlckF0dHJpYnV0ZT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbW10sIDBdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
-
import { NGT_INSTANCE_INPUTS
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "angular-three";
|
|
8
8
|
export class NgtFloat32BufferAttribute extends THREE.Float32BufferAttribute {
|
|
@@ -12,15 +12,15 @@ export class NgtFloat32BufferAttribute extends THREE.Float32BufferAttribute {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
NgtFloat32BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat32BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtFloat32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat32BufferAttribute, isStandalone: true, selector: "ngt-float32-buffer-attribute", providers: [provideInstanceRef(NgtFloat32BufferAttribute)], 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"]
|
|
15
|
+
NgtFloat32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat32BufferAttribute, isStandalone: true, selector: "ngt-float32-buffer-attribute", providers: [provideInstanceRef(NgtFloat32BufferAttribute)], 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 });
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat32BufferAttribute, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'ngt-float32-buffer-attribute',
|
|
20
20
|
standalone: true,
|
|
21
21
|
template: '<ng-content></ng-content>',
|
|
22
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
23
23
|
providers: [provideInstanceRef(NgtFloat32BufferAttribute)],
|
|
24
24
|
}]
|
|
25
25
|
}], ctorParameters: function () { return []; } });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmxvYXQzMi1idWZmZXItYXR0cmlidXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9hdHRyaWJ1dGVzL3NyYy9saWIvZmxvYXQzMi1idWZmZXItYXR0cmlidXRlL2Zsb2F0MzItYnVmZmVyLWF0dHJpYnV0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLHlCQUEwQixTQUFRLEtBQUssQ0FBQyxzQkFBc0I7SUFDdkU7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBc0MsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDM0YsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7c0hBSlEseUJBQXlCOzBHQUF6Qix5QkFBeUIsMkVBRnZCLENBQUMsa0JBQWtCLENBQUMseUJBQXlCLENBQUMsQ0FBQywwVkFGaEQsMkJBQTJCOzJGQUk1Qix5QkFBeUI7a0JBUHJDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDhCQUE4QjtvQkFDeEMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsa0JBQWtCLDJCQUEyQixDQUFDO2lCQUM3RCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgTkdUX0lOU1RBTkNFX0lOUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWZsb2F0MzItYnVmZmVyLWF0dHJpYnV0ZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndEZsb2F0MzJCdWZmZXJBdHRyaWJ1dGUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0RmxvYXQzMkJ1ZmZlckF0dHJpYnV0ZSBleHRlbmRzIFRIUkVFLkZsb2F0MzJCdWZmZXJBdHRyaWJ1dGUge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRmxvYXQzMkJ1ZmZlckF0dHJpYnV0ZT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbW10sIDBdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
-
import { NGT_INSTANCE_INPUTS
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "angular-three";
|
|
8
8
|
export class NgtFloat64BufferAttribute extends THREE.Float64BufferAttribute {
|
|
@@ -12,15 +12,15 @@ export class NgtFloat64BufferAttribute extends THREE.Float64BufferAttribute {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
NgtFloat64BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat64BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtFloat64BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat64BufferAttribute, isStandalone: true, selector: "ngt-float64-buffer-attribute", providers: [provideInstanceRef(NgtFloat64BufferAttribute)], 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"]
|
|
15
|
+
NgtFloat64BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat64BufferAttribute, isStandalone: true, selector: "ngt-float64-buffer-attribute", providers: [provideInstanceRef(NgtFloat64BufferAttribute)], 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 });
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat64BufferAttribute, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'ngt-float64-buffer-attribute',
|
|
20
20
|
standalone: true,
|
|
21
21
|
template: '<ng-content></ng-content>',
|
|
22
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
23
23
|
providers: [provideInstanceRef(NgtFloat64BufferAttribute)],
|
|
24
24
|
}]
|
|
25
25
|
}], ctorParameters: function () { return []; } });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmxvYXQ2NC1idWZmZXItYXR0cmlidXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9hdHRyaWJ1dGVzL3NyYy9saWIvZmxvYXQ2NC1idWZmZXItYXR0cmlidXRlL2Zsb2F0NjQtYnVmZmVyLWF0dHJpYnV0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLHlCQUEwQixTQUFRLEtBQUssQ0FBQyxzQkFBc0I7SUFDdkU7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBc0MsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDM0YsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7c0hBSlEseUJBQXlCOzBHQUF6Qix5QkFBeUIsMkVBRnZCLENBQUMsa0JBQWtCLENBQUMseUJBQXlCLENBQUMsQ0FBQywwVkFGaEQsMkJBQTJCOzJGQUk1Qix5QkFBeUI7a0JBUHJDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDhCQUE4QjtvQkFDeEMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsa0JBQWtCLDJCQUEyQixDQUFDO2lCQUM3RCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgTkdUX0lOU1RBTkNFX0lOUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWZsb2F0NjQtYnVmZmVyLWF0dHJpYnV0ZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndEZsb2F0NjRCdWZmZXJBdHRyaWJ1dGUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0RmxvYXQ2NEJ1ZmZlckF0dHJpYnV0ZSBleHRlbmRzIFRIUkVFLkZsb2F0NjRCdWZmZXJBdHRyaWJ1dGUge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRmxvYXQ2NEJ1ZmZlckF0dHJpYnV0ZT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbW10sIDBdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
-
import { NGT_INSTANCE_INPUTS
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "angular-three";
|
|
8
8
|
export class NgtFogAttribute extends THREE.Fog {
|
|
@@ -12,15 +12,15 @@ export class NgtFogAttribute extends THREE.Fog {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
NgtFogAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtFogAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogAttribute, isStandalone: true, selector: "ngt-fog", providers: [provideInstanceRef(NgtFogAttribute)], 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"]
|
|
15
|
+
NgtFogAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogAttribute, isStandalone: true, selector: "ngt-fog", providers: [provideInstanceRef(NgtFogAttribute)], 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 });
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogAttribute, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'ngt-fog',
|
|
20
20
|
standalone: true,
|
|
21
21
|
template: '<ng-content></ng-content>',
|
|
22
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
23
23
|
providers: [provideInstanceRef(NgtFogAttribute)],
|
|
24
24
|
}]
|
|
25
25
|
}], ctorParameters: function () { return []; } });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9nLWF0dHJpYnV0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvYXR0cmlidXRlcy9zcmMvbGliL2ZvZy1hdHRyaWJ1dGUvZm9nLWF0dHJpYnV0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGVBQWdCLFNBQVEsS0FBSyxDQUFDLEdBQUc7SUFDMUM7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBbUIsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUMxRSxPQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDOzs0R0FKUSxlQUFlO2dHQUFmLGVBQWUsc0RBRmIsQ0FBQyxrQkFBa0IsQ0FBQyxlQUFlLENBQUMsQ0FBQywwVkFGdEMsMkJBQTJCOzJGQUk1QixlQUFlO2tCQVAzQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxTQUFTO29CQUNuQixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsY0FBYyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRSxDQUFDO29CQUN6RSxTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsaUJBQWlCLENBQUM7aUJBQ25EIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0IHsgaW5qZWN0QXJncywgTmd0SW5zdGFuY2UsIHByb3ZpZGVJbnN0YW5jZVJlZiwgcHJveGlmeSB9IGZyb20gJ2FuZ3VsYXItdGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtZm9nJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFt7IGRpcmVjdGl2ZTogTmd0SW5zdGFuY2UsIGlucHV0czogTkdUX0lOU1RBTkNFX0lOUFVUUyB9XSxcbiAgICBwcm92aWRlcnM6IFtwcm92aWRlSW5zdGFuY2VSZWYoTmd0Rm9nQXR0cmlidXRlKV0sXG59KVxuZXhwb3J0IGNsYXNzIE5ndEZvZ0F0dHJpYnV0ZSBleHRlbmRzIFRIUkVFLkZvZyB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKC4uLihpbmplY3RBcmdzPHR5cGVvZiBUSFJFRS5Gb2c+KHsgb3B0aW9uYWw6IHRydWUgfSkgfHwgWyd3aGl0ZSddKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMpO1xuICAgIH1cbn1cbiJdfQ==
|