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 NgtWireframeGeometry extends THREE.WireframeGeometry {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtWireframeGeometry, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtWireframeGeometry, "ngt-wireframe-geometry", 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<NgtWireframeGeometry, "ngt-wireframe-geometry", 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 NgtArrowHelper extends THREE.ArrowHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtArrowHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtArrowHelper, "ngt-arrow-helper", 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<NgtArrowHelper, "ngt-arrow-helper", 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 NgtAxesHelper extends THREE.AxesHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtAxesHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtAxesHelper, "ngt-axes-helper", 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<NgtAxesHelper, "ngt-axes-helper", 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 NgtBoxHelper extends THREE.BoxHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtBoxHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtBoxHelper, "ngt-box-helper", 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<NgtBoxHelper, "ngt-box-helper", 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 NgtBox3Helper extends THREE.Box3Helper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtBox3Helper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtBox3Helper, "ngt-box3-helper", 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<NgtBox3Helper, "ngt-box3-helper", 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 NgtCameraHelper extends THREE.CameraHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtCameraHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtCameraHelper, "ngt-camera-helper", 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<NgtCameraHelper, "ngt-camera-helper", 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
|
}
|
package/helpers/lib/common.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ import * as i1 from "angular-three";
|
|
|
4
4
|
export declare class NgtDirectionalLightHelper extends THREE.DirectionalLightHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDirectionalLightHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDirectionalLightHelper, "ngt-directional-light-helper", 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<NgtDirectionalLightHelper, "ngt-directional-light-helper", 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 NgtGridHelper extends THREE.GridHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtGridHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtGridHelper, "ngt-grid-helper", 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<NgtGridHelper, "ngt-grid-helper", 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 NgtHemisphereLightHelper extends THREE.HemisphereLightHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtHemisphereLightHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtHemisphereLightHelper, "ngt-hemisphere-light-helper", 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<NgtHemisphereLightHelper, "ngt-hemisphere-light-helper", 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 NgtPlaneHelper extends THREE.PlaneHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtPlaneHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtPlaneHelper, "ngt-plane-helper", 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<NgtPlaneHelper, "ngt-plane-helper", 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 NgtPointLightHelper extends THREE.PointLightHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtPointLightHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtPointLightHelper, "ngt-point-light-helper", 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<NgtPointLightHelper, "ngt-point-light-helper", 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 NgtPolarGridHelper extends THREE.PolarGridHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtPolarGridHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtPolarGridHelper, "ngt-polar-grid-helper", 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<NgtPolarGridHelper, "ngt-polar-grid-helper", 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 NgtSkeletonHelper extends THREE.SkeletonHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtSkeletonHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtSkeletonHelper, "ngt-skeleton-helper", 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<NgtSkeletonHelper, "ngt-skeleton-helper", 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 NgtSpotLightHelper extends THREE.SpotLightHelper {
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtSpotLightHelper, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtSpotLightHelper, "ngt-spot-light-helper", 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<NgtSpotLightHelper, "ngt-spot-light-helper", 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
|
}
|
|
@@ -51,5 +51,5 @@ export declare class NgtLineBasicMaterial extends THREE.LineBasicMaterial {
|
|
|
51
51
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
52
52
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtLineBasicMaterial, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtLineBasicMaterial, "ngt-line-basic-material", never, { "color": "color"; "fog": "fog"; "linewidth": "linewidth"; "linecap": "linecap"; "linejoin": "linejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtLineBasicMaterial, "ngt-line-basic-material", never, { "color": "color"; "fog": "fog"; "linewidth": "linewidth"; "linecap": "linecap"; "linejoin": "linejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
55
55
|
}
|
|
@@ -54,5 +54,5 @@ export declare class NgtLineDashedMaterial extends THREE.LineDashedMaterial {
|
|
|
54
54
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
55
55
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtLineDashedMaterial, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtLineDashedMaterial, "ngt-line-dashed-material", never, { "scale": "scale"; "dashSize": "dashSize"; "gapSize": "gapSize"; "color": "color"; "fog": "fog"; "linewidth": "linewidth"; "linecap": "linecap"; "linejoin": "linejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtLineDashedMaterial, "ngt-line-dashed-material", never, { "scale": "scale"; "dashSize": "dashSize"; "gapSize": "gapSize"; "color": "color"; "fog": "fog"; "linewidth": "linewidth"; "linecap": "linecap"; "linejoin": "linejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
58
58
|
}
|
|
@@ -63,5 +63,5 @@ export declare class NgtMeshBasicMaterial extends THREE.MeshBasicMaterial {
|
|
|
63
63
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
64
64
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshBasicMaterial, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshBasicMaterial, "ngt-mesh-basic-material", never, { "color": "color"; "opacity": "opacity"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "fog": "fog"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshBasicMaterial, "ngt-mesh-basic-material", never, { "color": "color"; "opacity": "opacity"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "fog": "fog"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
67
67
|
}
|
|
@@ -54,5 +54,5 @@ export declare class NgtMeshDepthMaterial extends THREE.MeshDepthMaterial {
|
|
|
54
54
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
55
55
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshDepthMaterial, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshDepthMaterial, "ngt-mesh-depth-material", never, { "map": "map"; "alphaMap": "alphaMap"; "depthPacking": "depthPacking"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshDepthMaterial, "ngt-mesh-depth-material", never, { "map": "map"; "alphaMap": "alphaMap"; "depthPacking": "depthPacking"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
58
58
|
}
|
|
@@ -54,5 +54,5 @@ export declare class NgtMeshDistanceMaterial extends THREE.MeshDistanceMaterial
|
|
|
54
54
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
55
55
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshDistanceMaterial, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshDistanceMaterial, "ngt-mesh-distance-material", never, { "map": "map"; "alphaMap": "alphaMap"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "farDistance": "farDistance"; "nearDistance": "nearDistance"; "referencePosition": "referencePosition"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshDistanceMaterial, "ngt-mesh-distance-material", never, { "map": "map"; "alphaMap": "alphaMap"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "farDistance": "farDistance"; "nearDistance": "nearDistance"; "referencePosition": "referencePosition"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
58
58
|
}
|
|
@@ -74,5 +74,5 @@ export declare class NgtMeshLambertMaterial extends THREE.MeshLambertMaterial {
|
|
|
74
74
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
75
75
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshLambertMaterial, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshLambertMaterial, "ngt-mesh-lambert-material", never, { "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "color": "color"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "flatShading": "flatShading"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "normalMap": "normalMap"; "normalScale": "normalScale"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshLambertMaterial, "ngt-mesh-lambert-material", never, { "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "color": "color"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "flatShading": "flatShading"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "normalMap": "normalMap"; "normalScale": "normalScale"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
78
78
|
}
|
|
@@ -60,5 +60,5 @@ export declare class NgtMeshMatcapMaterial extends THREE.MeshMatcapMaterial {
|
|
|
60
60
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
61
61
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshMatcapMaterial, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshMatcapMaterial, "ngt-mesh-matcap-material", never, { "color": "color"; "matcap": "matcap"; "map": "map"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "alphaMap": "alphaMap"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshMatcapMaterial, "ngt-mesh-matcap-material", never, { "color": "color"; "matcap": "matcap"; "map": "map"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "alphaMap": "alphaMap"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
64
64
|
}
|
|
@@ -57,5 +57,5 @@ export declare class NgtMeshNormalMaterial extends THREE.MeshNormalMaterial {
|
|
|
57
57
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
58
58
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshNormalMaterial, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshNormalMaterial, "ngt-mesh-normal-material", never, { "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshNormalMaterial, "ngt-mesh-normal-material", never, { "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
61
61
|
}
|
|
@@ -77,5 +77,5 @@ export declare class NgtMeshPhongMaterial extends THREE.MeshPhongMaterial {
|
|
|
77
77
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
78
78
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
79
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshPhongMaterial, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshPhongMaterial, "ngt-mesh-phong-material", never, { "color": "color"; "specular": "specular"; "shininess": "shininess"; "opacity": "opacity"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshPhongMaterial, "ngt-mesh-phong-material", never, { "color": "color"; "specular": "specular"; "shininess": "shininess"; "opacity": "opacity"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
81
81
|
}
|
|
@@ -93,5 +93,5 @@ export declare class NgtMeshPhysicalMaterial extends THREE.MeshPhysicalMaterial
|
|
|
93
93
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
94
94
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
95
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshPhysicalMaterial, never>;
|
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshPhysicalMaterial, "ngt-mesh-physical-material", never, { "clearcoat": "clearcoat"; "clearcoatMap": "clearcoatMap"; "clearcoatRoughness": "clearcoatRoughness"; "clearcoatRoughnessMap": "clearcoatRoughnessMap"; "clearcoatNormalScale": "clearcoatNormalScale"; "clearcoatNormalMap": "clearcoatNormalMap"; "reflectivity": "reflectivity"; "ior": "ior"; "sheen": "sheen"; "sheenColor": "sheenColor"; "sheenRoughness": "sheenRoughness"; "transmission": "transmission"; "transmissionMap": "transmissionMap"; "attenuationDistance": "attenuationDistance"; "attenuationColor": "attenuationColor"; "specularIntensity": "specularIntensity"; "specularColor": "specularColor"; "specularIntensityMap": "specularIntensityMap"; "specularColorMap": "specularColorMap"; "color": "color"; "roughness": "roughness"; "metalness": "metalness"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "roughnessMap": "roughnessMap"; "metalnessMap": "metalnessMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "envMapIntensity": "envMapIntensity"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshPhysicalMaterial, "ngt-mesh-physical-material", never, { "clearcoat": "clearcoat"; "clearcoatMap": "clearcoatMap"; "clearcoatRoughness": "clearcoatRoughness"; "clearcoatRoughnessMap": "clearcoatRoughnessMap"; "clearcoatNormalScale": "clearcoatNormalScale"; "clearcoatNormalMap": "clearcoatNormalMap"; "reflectivity": "reflectivity"; "ior": "ior"; "sheen": "sheen"; "sheenColor": "sheenColor"; "sheenRoughness": "sheenRoughness"; "transmission": "transmission"; "transmissionMap": "transmissionMap"; "attenuationDistance": "attenuationDistance"; "attenuationColor": "attenuationColor"; "specularIntensity": "specularIntensity"; "specularColor": "specularColor"; "specularIntensityMap": "specularIntensityMap"; "specularColorMap": "specularColorMap"; "color": "color"; "roughness": "roughness"; "metalness": "metalness"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "roughnessMap": "roughnessMap"; "metalnessMap": "metalnessMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "envMapIntensity": "envMapIntensity"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
97
97
|
}
|
|
@@ -74,5 +74,5 @@ export declare class NgtMeshStandardMaterial extends THREE.MeshStandardMaterial
|
|
|
74
74
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
75
75
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshStandardMaterial, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshStandardMaterial, "ngt-mesh-standard-material", never, { "color": "color"; "roughness": "roughness"; "metalness": "metalness"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "roughnessMap": "roughnessMap"; "metalnessMap": "metalnessMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "envMapIntensity": "envMapIntensity"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshStandardMaterial, "ngt-mesh-standard-material", never, { "color": "color"; "roughness": "roughness"; "metalness": "metalness"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "roughnessMap": "roughnessMap"; "metalnessMap": "metalnessMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "envMapIntensity": "envMapIntensity"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
78
78
|
}
|
|
@@ -70,5 +70,5 @@ export declare class NgtMeshToonMaterial extends THREE.MeshToonMaterial {
|
|
|
70
70
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
71
71
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshToonMaterial, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshToonMaterial, "ngt-mesh-toon-material", never, { "color": "color"; "opacity": "opacity"; "gradientMap": "gradientMap"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "alphaMap": "alphaMap"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshToonMaterial, "ngt-mesh-toon-material", never, { "color": "color"; "opacity": "opacity"; "gradientMap": "gradientMap"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "alphaMap": "alphaMap"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
74
74
|
}
|
|
@@ -52,5 +52,5 @@ export declare class NgtPointsMaterial extends THREE.PointsMaterial {
|
|
|
52
52
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
53
53
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtPointsMaterial, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtPointsMaterial, "ngt-points-material", never, { "color": "color"; "map": "map"; "alphaMap": "alphaMap"; "size": "size"; "sizeAttenuation": "sizeAttenuation"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtPointsMaterial, "ngt-points-material", never, { "color": "color"; "map": "map"; "alphaMap": "alphaMap"; "size": "size"; "sizeAttenuation": "sizeAttenuation"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
56
56
|
}
|
|
@@ -64,5 +64,5 @@ export declare class NgtRawShaderMaterial extends THREE.RawShaderMaterial {
|
|
|
64
64
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
65
65
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtRawShaderMaterial, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtRawShaderMaterial, "ngt-raw-shader-material", never, { "uniforms": "uniforms"; "vertexShader": "vertexShader"; "fragmentShader": "fragmentShader"; "linewidth": "linewidth"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "lights": "lights"; "clipping": "clipping"; "fog": "fog"; "extensions": "extensions"; "glslVersion": "glslVersion"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtRawShaderMaterial, "ngt-raw-shader-material", never, { "uniforms": "uniforms"; "vertexShader": "vertexShader"; "fragmentShader": "fragmentShader"; "linewidth": "linewidth"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "lights": "lights"; "clipping": "clipping"; "fog": "fog"; "extensions": "extensions"; "glslVersion": "glslVersion"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
68
68
|
}
|
|
@@ -64,5 +64,5 @@ export declare class NgtShaderMaterial extends THREE.ShaderMaterial {
|
|
|
64
64
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
65
65
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtShaderMaterial, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtShaderMaterial, "ngt-shader-material", never, { "uniforms": "uniforms"; "vertexShader": "vertexShader"; "fragmentShader": "fragmentShader"; "linewidth": "linewidth"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "lights": "lights"; "clipping": "clipping"; "fog": "fog"; "extensions": "extensions"; "glslVersion": "glslVersion"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtShaderMaterial, "ngt-shader-material", never, { "uniforms": "uniforms"; "vertexShader": "vertexShader"; "fragmentShader": "fragmentShader"; "linewidth": "linewidth"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "lights": "lights"; "clipping": "clipping"; "fog": "fog"; "extensions": "extensions"; "glslVersion": "glslVersion"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
68
68
|
}
|
|
@@ -48,5 +48,5 @@ export declare class NgtShadowMaterial extends THREE.ShadowMaterial {
|
|
|
48
48
|
static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
|
|
49
49
|
static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtShadowMaterial, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtShadowMaterial, "ngt-shadow-material", never, { "color": "color"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtShadowMaterial, "ngt-shadow-material", never, { "color": "color"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, 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: {}; }]>;
|
|
52
52
|
}
|