angular-three 0.0.3 → 0.0.5
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 +2 -0
- 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/audios/lib/audio/audio.d.ts +1 -1
- package/audios/lib/audio-listener/audio-listener.d.ts +1 -1
- package/audios/lib/common.d.ts +3 -0
- package/audios/lib/positional-audio/positional-audio.d.ts +1 -1
- package/cameras/lib/array-camera/array-camera.d.ts +1 -1
- package/cameras/lib/common.d.ts +3 -0
- package/cameras/lib/cube-camera/cube-camera.d.ts +1 -1
- package/cameras/lib/orthographic-camera/orthographic-camera.d.ts +1 -1
- package/cameras/lib/perspective-camera/perspective-camera.d.ts +1 -1
- package/cameras/lib/stereo-camera/stereo-camera.d.ts +1 -1
- package/esm2020/attributes/lib/buffer-attribute/buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/color-attribute/color-attribute.mjs +4 -3
- package/esm2020/attributes/lib/common.mjs +28 -0
- package/esm2020/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/fog-attribute/fog-attribute.mjs +4 -3
- package/esm2020/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.mjs +4 -3
- package/esm2020/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/matrix3-attribute/matrix3-attribute.mjs +4 -3
- package/esm2020/attributes/lib/matrix4-attribute/matrix4-attribute.mjs +4 -3
- package/esm2020/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/value-attribute/value-attribute.mjs +4 -3
- package/esm2020/attributes/lib/vector2-attribute/vector2-attribute.mjs +4 -3
- package/esm2020/attributes/lib/vector3-attribute/vector3-attribute.mjs +4 -3
- package/esm2020/attributes/lib/vector4-attribute/vector4-attribute.mjs +4 -3
- package/esm2020/audios/lib/audio/audio.mjs +5 -28
- package/esm2020/audios/lib/audio-listener/audio-listener.mjs +5 -32
- package/esm2020/audios/lib/common.mjs +54 -0
- package/esm2020/audios/lib/positional-audio/positional-audio.mjs +5 -28
- package/esm2020/cameras/lib/array-camera/array-camera.mjs +5 -28
- package/esm2020/cameras/lib/common.mjs +54 -0
- package/esm2020/cameras/lib/cube-camera/cube-camera.mjs +6 -31
- package/esm2020/cameras/lib/orthographic-camera/orthographic-camera.mjs +5 -28
- package/esm2020/cameras/lib/perspective-camera/perspective-camera.mjs +5 -28
- package/esm2020/cameras/lib/stereo-camera/stereo-camera.mjs +5 -28
- package/esm2020/geometries/lib/box-geometry/box-geometry.mjs +4 -3
- package/esm2020/geometries/lib/buffer-geometry/buffer-geometry.mjs +4 -3
- package/esm2020/geometries/lib/capsule-geometry/capsule-geometry.mjs +4 -3
- package/esm2020/geometries/lib/circle-geometry/circle-geometry.mjs +4 -3
- package/esm2020/geometries/lib/common.mjs +28 -0
- package/esm2020/geometries/lib/cone-geometry/cone-geometry.mjs +4 -3
- package/esm2020/geometries/lib/cylinder-geometry/cylinder-geometry.mjs +4 -3
- package/esm2020/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/edges-geometry/edges-geometry.mjs +4 -3
- package/esm2020/geometries/lib/extrude-geometry/extrude-geometry.mjs +4 -3
- package/esm2020/geometries/lib/icosahedron-geometry/icosahedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.mjs +4 -3
- package/esm2020/geometries/lib/lathe-geometry/lathe-geometry.mjs +4 -3
- package/esm2020/geometries/lib/octahedron-geometry/octahedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/plane-geometry/plane-geometry.mjs +4 -3
- package/esm2020/geometries/lib/polyhedron-geometry/polyhedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/ring-geometry/ring-geometry.mjs +4 -3
- package/esm2020/geometries/lib/shape-geometry/shape-geometry.mjs +4 -3
- package/esm2020/geometries/lib/sphere-geometry/sphere-geometry.mjs +4 -3
- package/esm2020/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/torus-geometry/torus-geometry.mjs +4 -3
- package/esm2020/geometries/lib/torus-knot-geometry/torus-knot-geometry.mjs +4 -3
- package/esm2020/geometries/lib/tube-geometry/tube-geometry.mjs +4 -3
- package/esm2020/geometries/lib/wireframe-geometry/wireframe-geometry.mjs +4 -3
- package/esm2020/helpers/lib/arrow-helper/arrow-helper.mjs +4 -3
- package/esm2020/helpers/lib/axes-helper/axes-helper.mjs +4 -3
- package/esm2020/helpers/lib/box-helper/box-helper.mjs +4 -3
- package/esm2020/helpers/lib/box3-helper/box3-helper.mjs +4 -3
- package/esm2020/helpers/lib/camera-helper/camera-helper.mjs +4 -3
- package/esm2020/helpers/lib/common.mjs +28 -0
- package/esm2020/helpers/lib/directional-light-helper/directional-light-helper.mjs +4 -3
- package/esm2020/helpers/lib/grid-helper/grid-helper.mjs +4 -3
- package/esm2020/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.mjs +4 -3
- package/esm2020/helpers/lib/plane-helper/plane-helper.mjs +4 -3
- package/esm2020/helpers/lib/point-light-helper/point-light-helper.mjs +4 -3
- package/esm2020/helpers/lib/polar-grid-helper/polar-grid-helper.mjs +4 -3
- package/esm2020/helpers/lib/skeleton-helper/skeleton-helper.mjs +4 -3
- package/esm2020/helpers/lib/spot-light-helper/spot-light-helper.mjs +4 -3
- package/esm2020/index.mjs +28 -1
- package/esm2020/lib/canvas.mjs +4 -2
- package/esm2020/lib/directives/cursor.mjs +35 -0
- package/esm2020/lib/directives/repeat.mjs +20 -0
- package/esm2020/lib/instance.mjs +11 -1
- package/esm2020/lib/pipes/math.mjs +15 -0
- package/esm2020/lib/pipes/pi.mjs +14 -0
- package/esm2020/lib/pipes/radian.mjs +14 -0
- package/esm2020/lib/pipes/side.mjs +22 -0
- package/esm2020/lights/lib/ambient-light/ambient-light.mjs +6 -44
- package/esm2020/lights/lib/ambient-light-probe/ambient-light-probe.mjs +6 -45
- package/esm2020/lights/lib/common.mjs +54 -0
- package/esm2020/lights/lib/directional-light/directional-light.mjs +6 -45
- package/esm2020/lights/lib/hemisphere-light/hemisphere-light.mjs +6 -46
- package/esm2020/lights/lib/hemisphere-light-probe/hemisphere-light-probe.mjs +6 -47
- package/esm2020/lights/lib/light-probe/light-probe.mjs +6 -45
- package/esm2020/lights/lib/point-light/point-light.mjs +6 -47
- package/esm2020/lights/lib/rect-area-light/rect-area-light.mjs +6 -47
- package/esm2020/lights/lib/spot-light/spot-light.mjs +5 -37
- package/esm2020/materials/lib/common.mjs +28 -0
- package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +4 -3
- package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +4 -3
- package/esm2020/materials/lib/points-material/points-material.mjs +4 -3
- package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +4 -3
- package/esm2020/materials/lib/shader-material/shader-material.mjs +4 -3
- package/esm2020/materials/lib/shadow-material/shadow-material.mjs +4 -3
- package/esm2020/materials/lib/sprite-material/sprite-material.mjs +4 -3
- package/esm2020/objects/lib/bone/bone.mjs +5 -32
- package/esm2020/objects/lib/common.mjs +54 -0
- package/esm2020/objects/lib/group/group.mjs +5 -32
- package/esm2020/objects/lib/instanced-mesh/instanced-mesh.mjs +5 -28
- package/esm2020/objects/lib/line/line.mjs +6 -34
- package/esm2020/objects/lib/line-loop/line-loop.mjs +6 -34
- package/esm2020/objects/lib/line-segments/line-segments.mjs +6 -34
- package/esm2020/objects/lib/lod/lod.mjs +6 -33
- package/esm2020/objects/lib/mesh/mesh.mjs +6 -34
- package/esm2020/objects/lib/points/points.mjs +6 -34
- package/esm2020/objects/lib/skeleton/skeleton.mjs +5 -13
- package/esm2020/objects/lib/skinned-mesh/skinned-mesh.mjs +5 -28
- package/esm2020/objects/lib/sprite/sprite.mjs +6 -33
- package/esm2020/primitives/lib/common.mjs +54 -0
- package/esm2020/primitives/lib/object-primitive/object-primitive.mjs +5 -32
- package/esm2020/primitives/lib/primitive/primitive.mjs +4 -3
- package/esm2020/textures/lib/canvas-texture/canvas-texture.mjs +4 -3
- package/esm2020/textures/lib/common.mjs +28 -0
- package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +4 -3
- package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +4 -3
- package/esm2020/textures/lib/cube-texture/cube-texture.mjs +4 -3
- package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +4 -3
- package/esm2020/textures/lib/data-texture/data-texture.mjs +4 -3
- package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +4 -3
- package/esm2020/textures/lib/depth-texture/depth-texture.mjs +4 -3
- package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +4 -3
- package/esm2020/textures/lib/video-texture/video-texture.mjs +4 -3
- package/fesm2015/angular-three-attributes.mjs +51 -23
- package/fesm2015/angular-three-attributes.mjs.map +1 -1
- package/fesm2015/angular-three-audios.mjs +64 -85
- package/fesm2015/angular-three-audios.mjs.map +1 -1
- package/fesm2015/angular-three-cameras.mjs +66 -134
- package/fesm2015/angular-three-cameras.mjs.map +1 -1
- package/fesm2015/angular-three-geometries.mjs +52 -24
- package/fesm2015/angular-three-geometries.mjs.map +1 -1
- package/fesm2015/angular-three-helpers.mjs +42 -14
- package/fesm2015/angular-three-helpers.mjs.map +1 -1
- package/fesm2015/angular-three-lights.mjs +81 -386
- package/fesm2015/angular-three-lights.mjs.map +1 -1
- package/fesm2015/angular-three-materials.mjs +46 -18
- package/fesm2015/angular-three-materials.mjs.map +1 -1
- package/fesm2015/angular-three-objects.mjs +86 -347
- package/fesm2015/angular-three-objects.mjs.map +1 -1
- package/fesm2015/angular-three-primitives.mjs +58 -33
- package/fesm2015/angular-three-primitives.mjs.map +1 -1
- package/fesm2015/angular-three-textures.mjs +39 -12
- package/fesm2015/angular-three-textures.mjs.map +1 -1
- package/fesm2015/angular-three.mjs +127 -5
- package/fesm2015/angular-three.mjs.map +1 -1
- package/fesm2020/angular-three-attributes.mjs +51 -23
- package/fesm2020/angular-three-attributes.mjs.map +1 -1
- package/fesm2020/angular-three-audios.mjs +64 -85
- package/fesm2020/angular-three-audios.mjs.map +1 -1
- package/fesm2020/angular-three-cameras.mjs +66 -134
- package/fesm2020/angular-three-cameras.mjs.map +1 -1
- package/fesm2020/angular-three-geometries.mjs +52 -24
- package/fesm2020/angular-three-geometries.mjs.map +1 -1
- package/fesm2020/angular-three-helpers.mjs +42 -14
- package/fesm2020/angular-three-helpers.mjs.map +1 -1
- package/fesm2020/angular-three-lights.mjs +81 -386
- package/fesm2020/angular-three-lights.mjs.map +1 -1
- package/fesm2020/angular-three-materials.mjs +46 -18
- package/fesm2020/angular-three-materials.mjs.map +1 -1
- package/fesm2020/angular-three-objects.mjs +86 -347
- package/fesm2020/angular-three-objects.mjs.map +1 -1
- package/fesm2020/angular-three-primitives.mjs +58 -33
- package/fesm2020/angular-three-primitives.mjs.map +1 -1
- package/fesm2020/angular-three-textures.mjs +39 -12
- package/fesm2020/angular-three-textures.mjs.map +1 -1
- package/fesm2020/angular-three.mjs +124 -5
- package/fesm2020/angular-three.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 +2 -0
- 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 +2 -0
- 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/index.d.ts +27 -0
- package/lib/canvas.d.ts +2 -2
- package/lib/directives/cursor.d.ts +7 -0
- package/lib/directives/repeat.d.ts +7 -0
- package/lib/pipes/math.d.ts +7 -0
- package/lib/pipes/pi.d.ts +7 -0
- package/lib/pipes/radian.d.ts +7 -0
- package/lib/pipes/side.d.ts +8 -0
- package/lights/lib/ambient-light/ambient-light.d.ts +1 -11
- package/lights/lib/ambient-light-probe/ambient-light-probe.d.ts +1 -11
- package/lights/lib/common.d.ts +3 -0
- package/lights/lib/directional-light/directional-light.d.ts +1 -11
- package/lights/lib/hemisphere-light/hemisphere-light.d.ts +1 -11
- package/lights/lib/hemisphere-light-probe/hemisphere-light-probe.d.ts +1 -11
- package/lights/lib/light-probe/light-probe.d.ts +1 -11
- package/lights/lib/point-light/point-light.d.ts +1 -11
- package/lights/lib/rect-area-light/rect-area-light.d.ts +1 -11
- package/lights/lib/spot-light/spot-light.d.ts +1 -11
- package/materials/lib/common.d.ts +2 -0
- 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/bone/bone.d.ts +1 -1
- package/objects/lib/common.d.ts +3 -0
- package/objects/lib/group/group.d.ts +1 -1
- package/objects/lib/instanced-mesh/instanced-mesh.d.ts +1 -1
- package/objects/lib/line/line.d.ts +1 -1
- package/objects/lib/line-loop/line-loop.d.ts +1 -1
- package/objects/lib/line-segments/line-segments.d.ts +1 -1
- package/objects/lib/lod/lod.d.ts +1 -2
- package/objects/lib/mesh/mesh.d.ts +1 -1
- package/objects/lib/points/points.d.ts +1 -1
- package/objects/lib/skeleton/skeleton.d.ts +1 -2
- package/objects/lib/skinned-mesh/skinned-mesh.d.ts +1 -1
- package/objects/lib/sprite/sprite.d.ts +1 -1
- package/package.json +2 -1
- package/primitives/lib/common.d.ts +3 -0
- package/primitives/lib/object-primitive/object-primitive.d.ts +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 +2 -0
- 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
|
@@ -2,7 +2,61 @@ import * as THREE from 'three';
|
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as i1 from 'angular-three';
|
|
5
|
-
import { injectArgs, proxify, provideInstanceRef, NgtInstance
|
|
5
|
+
import { injectArgs, proxify, provideInstanceRef, NgtInstance } from 'angular-three';
|
|
6
|
+
|
|
7
|
+
// GENERATED - AngularThree v1.0.0
|
|
8
|
+
const NGT_INSTANCE_INPUTS = [
|
|
9
|
+
'ref',
|
|
10
|
+
'attach',
|
|
11
|
+
'skipWrapper',
|
|
12
|
+
'skipInit',
|
|
13
|
+
'noAttach',
|
|
14
|
+
'beforeRender',
|
|
15
|
+
'priority',
|
|
16
|
+
'updateCallback',
|
|
17
|
+
'readyCallback',
|
|
18
|
+
];
|
|
19
|
+
const NGT_INSTANCE_OUTPUTS = [
|
|
20
|
+
'click',
|
|
21
|
+
'contextmenu',
|
|
22
|
+
'dblclick',
|
|
23
|
+
'pointerup',
|
|
24
|
+
'pointerdown',
|
|
25
|
+
'pointerover',
|
|
26
|
+
'pointerout',
|
|
27
|
+
'pointerenter',
|
|
28
|
+
'pointerleave',
|
|
29
|
+
'pointermove',
|
|
30
|
+
'pointermissed',
|
|
31
|
+
'pointercancel',
|
|
32
|
+
'wheel',
|
|
33
|
+
];
|
|
34
|
+
const NGT_OBJECT3D_INPUTS = [
|
|
35
|
+
'name',
|
|
36
|
+
'position',
|
|
37
|
+
'rotation',
|
|
38
|
+
'quaternion',
|
|
39
|
+
'scale',
|
|
40
|
+
'modelViewMatrix',
|
|
41
|
+
'normalMatrix',
|
|
42
|
+
'matrix',
|
|
43
|
+
'matrixWorld',
|
|
44
|
+
'matrixAutoUpdate',
|
|
45
|
+
'matrixWorldAutoUpdate',
|
|
46
|
+
'matrixWorldNeedsUpdate',
|
|
47
|
+
'layers',
|
|
48
|
+
'visible',
|
|
49
|
+
'castShadow',
|
|
50
|
+
'receiveShadow',
|
|
51
|
+
'frustumCulled',
|
|
52
|
+
'renderOrder',
|
|
53
|
+
'animations',
|
|
54
|
+
'userData',
|
|
55
|
+
'customDepthMaterial',
|
|
56
|
+
'customDistanceMaterial',
|
|
57
|
+
'onBeforeRender',
|
|
58
|
+
'onAfterRender',
|
|
59
|
+
];
|
|
6
60
|
|
|
7
61
|
// GENERATED - AngularThree v1.0.0
|
|
8
62
|
class NgtLightProbe extends THREE.LightProbe {
|
|
@@ -12,7 +66,7 @@ class NgtLightProbe extends THREE.LightProbe {
|
|
|
12
66
|
}
|
|
13
67
|
}
|
|
14
68
|
NgtLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLightProbe, isStandalone: true, selector: "ngt-light-probe", inputs: { sh: "sh", intensity: "intensity", hex: "hex", color: "color", shadow: "shadow",
|
|
69
|
+
NgtLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLightProbe, isStandalone: true, selector: "ngt-light-probe", inputs: { sh: "sh", intensity: "intensity", hex: "hex", color: "color", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
16
70
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLightProbe, decorators: [{
|
|
17
71
|
type: Component,
|
|
18
72
|
args: [{
|
|
@@ -21,51 +75,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
21
75
|
template: '<ng-content></ng-content>',
|
|
22
76
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
23
77
|
providers: [provideInstanceRef(NgtLightProbe)],
|
|
24
|
-
inputs: [...getInputs$8()],
|
|
78
|
+
inputs: [...getInputs$8(), ...NGT_OBJECT3D_INPUTS],
|
|
25
79
|
}]
|
|
26
80
|
}], ctorParameters: function () { return []; } });
|
|
27
81
|
function getInputs$8() {
|
|
28
|
-
return [
|
|
29
|
-
'sh',
|
|
30
|
-
'intensity',
|
|
31
|
-
'hex',
|
|
32
|
-
'color',
|
|
33
|
-
'shadow',
|
|
34
|
-
'shadowCameraFov',
|
|
35
|
-
'shadowCameraLeft',
|
|
36
|
-
'shadowCameraRight',
|
|
37
|
-
'shadowCameraTop',
|
|
38
|
-
'shadowCameraBottom',
|
|
39
|
-
'shadowCameraNear',
|
|
40
|
-
'shadowCameraFar',
|
|
41
|
-
'shadowBias',
|
|
42
|
-
'shadowMapWidth',
|
|
43
|
-
'shadowMapHeight',
|
|
44
|
-
'name',
|
|
45
|
-
'position',
|
|
46
|
-
'rotation',
|
|
47
|
-
'quaternion',
|
|
48
|
-
'scale',
|
|
49
|
-
'modelViewMatrix',
|
|
50
|
-
'normalMatrix',
|
|
51
|
-
'matrix',
|
|
52
|
-
'matrixWorld',
|
|
53
|
-
'matrixAutoUpdate',
|
|
54
|
-
'matrixWorldAutoUpdate',
|
|
55
|
-
'matrixWorldNeedsUpdate',
|
|
56
|
-
'layers',
|
|
57
|
-
'visible',
|
|
58
|
-
'castShadow',
|
|
59
|
-
'receiveShadow',
|
|
60
|
-
'frustumCulled',
|
|
61
|
-
'renderOrder',
|
|
62
|
-
'animations',
|
|
63
|
-
'userData',
|
|
64
|
-
'customDepthMaterial',
|
|
65
|
-
'customDistanceMaterial',
|
|
66
|
-
'onBeforeRender',
|
|
67
|
-
'onAfterRender',
|
|
68
|
-
];
|
|
82
|
+
return ['sh', 'intensity', 'hex', 'color', 'shadow'];
|
|
69
83
|
}
|
|
70
84
|
|
|
71
85
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -76,7 +90,7 @@ class NgtAmbientLight extends THREE.AmbientLight {
|
|
|
76
90
|
}
|
|
77
91
|
}
|
|
78
92
|
NgtAmbientLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
79
|
-
NgtAmbientLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLight, isStandalone: true, selector: "ngt-ambient-light", inputs: { color: "color", intensity: "intensity", hex: "hex", shadow: "shadow",
|
|
93
|
+
NgtAmbientLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLight, isStandalone: true, selector: "ngt-ambient-light", inputs: { color: "color", intensity: "intensity", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtAmbientLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
80
94
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLight, decorators: [{
|
|
81
95
|
type: Component,
|
|
82
96
|
args: [{
|
|
@@ -85,50 +99,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
85
99
|
template: '<ng-content></ng-content>',
|
|
86
100
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
87
101
|
providers: [provideInstanceRef(NgtAmbientLight)],
|
|
88
|
-
inputs: [...getInputs$7()],
|
|
102
|
+
inputs: [...getInputs$7(), ...NGT_OBJECT3D_INPUTS],
|
|
89
103
|
}]
|
|
90
104
|
}], ctorParameters: function () { return []; } });
|
|
91
105
|
function getInputs$7() {
|
|
92
|
-
return [
|
|
93
|
-
'color',
|
|
94
|
-
'intensity',
|
|
95
|
-
'hex',
|
|
96
|
-
'shadow',
|
|
97
|
-
'shadowCameraFov',
|
|
98
|
-
'shadowCameraLeft',
|
|
99
|
-
'shadowCameraRight',
|
|
100
|
-
'shadowCameraTop',
|
|
101
|
-
'shadowCameraBottom',
|
|
102
|
-
'shadowCameraNear',
|
|
103
|
-
'shadowCameraFar',
|
|
104
|
-
'shadowBias',
|
|
105
|
-
'shadowMapWidth',
|
|
106
|
-
'shadowMapHeight',
|
|
107
|
-
'name',
|
|
108
|
-
'position',
|
|
109
|
-
'rotation',
|
|
110
|
-
'quaternion',
|
|
111
|
-
'scale',
|
|
112
|
-
'modelViewMatrix',
|
|
113
|
-
'normalMatrix',
|
|
114
|
-
'matrix',
|
|
115
|
-
'matrixWorld',
|
|
116
|
-
'matrixAutoUpdate',
|
|
117
|
-
'matrixWorldAutoUpdate',
|
|
118
|
-
'matrixWorldNeedsUpdate',
|
|
119
|
-
'layers',
|
|
120
|
-
'visible',
|
|
121
|
-
'castShadow',
|
|
122
|
-
'receiveShadow',
|
|
123
|
-
'frustumCulled',
|
|
124
|
-
'renderOrder',
|
|
125
|
-
'animations',
|
|
126
|
-
'userData',
|
|
127
|
-
'customDepthMaterial',
|
|
128
|
-
'customDistanceMaterial',
|
|
129
|
-
'onBeforeRender',
|
|
130
|
-
'onAfterRender',
|
|
131
|
-
];
|
|
106
|
+
return ['color', 'intensity', 'hex', 'shadow'];
|
|
132
107
|
}
|
|
133
108
|
|
|
134
109
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -139,7 +114,7 @@ class NgtAmbientLightProbe extends THREE.AmbientLightProbe {
|
|
|
139
114
|
}
|
|
140
115
|
}
|
|
141
116
|
NgtAmbientLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
142
|
-
NgtAmbientLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLightProbe, isStandalone: true, selector: "ngt-ambient-light-probe", inputs: { color: "color", intensity: "intensity", sh: "sh", hex: "hex", shadow: "shadow",
|
|
117
|
+
NgtAmbientLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLightProbe, isStandalone: true, selector: "ngt-ambient-light-probe", inputs: { color: "color", intensity: "intensity", sh: "sh", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtAmbientLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
143
118
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLightProbe, decorators: [{
|
|
144
119
|
type: Component,
|
|
145
120
|
args: [{
|
|
@@ -148,51 +123,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
148
123
|
template: '<ng-content></ng-content>',
|
|
149
124
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
150
125
|
providers: [provideInstanceRef(NgtAmbientLightProbe)],
|
|
151
|
-
inputs: [...getInputs$6()],
|
|
126
|
+
inputs: [...getInputs$6(), ...NGT_OBJECT3D_INPUTS],
|
|
152
127
|
}]
|
|
153
128
|
}], ctorParameters: function () { return []; } });
|
|
154
129
|
function getInputs$6() {
|
|
155
|
-
return [
|
|
156
|
-
'color',
|
|
157
|
-
'intensity',
|
|
158
|
-
'sh',
|
|
159
|
-
'hex',
|
|
160
|
-
'shadow',
|
|
161
|
-
'shadowCameraFov',
|
|
162
|
-
'shadowCameraLeft',
|
|
163
|
-
'shadowCameraRight',
|
|
164
|
-
'shadowCameraTop',
|
|
165
|
-
'shadowCameraBottom',
|
|
166
|
-
'shadowCameraNear',
|
|
167
|
-
'shadowCameraFar',
|
|
168
|
-
'shadowBias',
|
|
169
|
-
'shadowMapWidth',
|
|
170
|
-
'shadowMapHeight',
|
|
171
|
-
'name',
|
|
172
|
-
'position',
|
|
173
|
-
'rotation',
|
|
174
|
-
'quaternion',
|
|
175
|
-
'scale',
|
|
176
|
-
'modelViewMatrix',
|
|
177
|
-
'normalMatrix',
|
|
178
|
-
'matrix',
|
|
179
|
-
'matrixWorld',
|
|
180
|
-
'matrixAutoUpdate',
|
|
181
|
-
'matrixWorldAutoUpdate',
|
|
182
|
-
'matrixWorldNeedsUpdate',
|
|
183
|
-
'layers',
|
|
184
|
-
'visible',
|
|
185
|
-
'castShadow',
|
|
186
|
-
'receiveShadow',
|
|
187
|
-
'frustumCulled',
|
|
188
|
-
'renderOrder',
|
|
189
|
-
'animations',
|
|
190
|
-
'userData',
|
|
191
|
-
'customDepthMaterial',
|
|
192
|
-
'customDistanceMaterial',
|
|
193
|
-
'onBeforeRender',
|
|
194
|
-
'onAfterRender',
|
|
195
|
-
];
|
|
130
|
+
return ['color', 'intensity', 'sh', 'hex', 'shadow'];
|
|
196
131
|
}
|
|
197
132
|
|
|
198
133
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -203,7 +138,7 @@ class NgtHemisphereLight extends THREE.HemisphereLight {
|
|
|
203
138
|
}
|
|
204
139
|
}
|
|
205
140
|
NgtHemisphereLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
206
|
-
NgtHemisphereLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLight, isStandalone: true, selector: "ngt-hemisphere-light", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", position: "position", hex: "hex", color: "color", shadow: "shadow",
|
|
141
|
+
NgtHemisphereLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLight, isStandalone: true, selector: "ngt-hemisphere-light", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", position: "position", hex: "hex", color: "color", shadow: "shadow", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtHemisphereLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
207
142
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLight, decorators: [{
|
|
208
143
|
type: Component,
|
|
209
144
|
args: [{
|
|
@@ -212,52 +147,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
212
147
|
template: '<ng-content></ng-content>',
|
|
213
148
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
214
149
|
providers: [provideInstanceRef(NgtHemisphereLight)],
|
|
215
|
-
inputs: [...getInputs$5()],
|
|
150
|
+
inputs: [...getInputs$5(), ...NGT_OBJECT3D_INPUTS],
|
|
216
151
|
}]
|
|
217
152
|
}], ctorParameters: function () { return []; } });
|
|
218
153
|
function getInputs$5() {
|
|
219
|
-
return [
|
|
220
|
-
'skyColor',
|
|
221
|
-
'groundColor',
|
|
222
|
-
'intensity',
|
|
223
|
-
'position',
|
|
224
|
-
'hex',
|
|
225
|
-
'color',
|
|
226
|
-
'shadow',
|
|
227
|
-
'shadowCameraFov',
|
|
228
|
-
'shadowCameraLeft',
|
|
229
|
-
'shadowCameraRight',
|
|
230
|
-
'shadowCameraTop',
|
|
231
|
-
'shadowCameraBottom',
|
|
232
|
-
'shadowCameraNear',
|
|
233
|
-
'shadowCameraFar',
|
|
234
|
-
'shadowBias',
|
|
235
|
-
'shadowMapWidth',
|
|
236
|
-
'shadowMapHeight',
|
|
237
|
-
'name',
|
|
238
|
-
'rotation',
|
|
239
|
-
'quaternion',
|
|
240
|
-
'scale',
|
|
241
|
-
'modelViewMatrix',
|
|
242
|
-
'normalMatrix',
|
|
243
|
-
'matrix',
|
|
244
|
-
'matrixWorld',
|
|
245
|
-
'matrixAutoUpdate',
|
|
246
|
-
'matrixWorldAutoUpdate',
|
|
247
|
-
'matrixWorldNeedsUpdate',
|
|
248
|
-
'layers',
|
|
249
|
-
'visible',
|
|
250
|
-
'castShadow',
|
|
251
|
-
'receiveShadow',
|
|
252
|
-
'frustumCulled',
|
|
253
|
-
'renderOrder',
|
|
254
|
-
'animations',
|
|
255
|
-
'userData',
|
|
256
|
-
'customDepthMaterial',
|
|
257
|
-
'customDistanceMaterial',
|
|
258
|
-
'onBeforeRender',
|
|
259
|
-
'onAfterRender',
|
|
260
|
-
];
|
|
154
|
+
return ['skyColor', 'groundColor', 'intensity', 'position', 'hex', 'color', 'shadow'];
|
|
261
155
|
}
|
|
262
156
|
|
|
263
157
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -268,7 +162,7 @@ class NgtHemisphereLightProbe extends THREE.HemisphereLightProbe {
|
|
|
268
162
|
}
|
|
269
163
|
}
|
|
270
164
|
NgtHemisphereLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
271
|
-
NgtHemisphereLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLightProbe, isStandalone: true, selector: "ngt-hemisphere-light-probe", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", sh: "sh", hex: "hex", color: "color", shadow: "shadow",
|
|
165
|
+
NgtHemisphereLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLightProbe, isStandalone: true, selector: "ngt-hemisphere-light-probe", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", sh: "sh", hex: "hex", color: "color", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtHemisphereLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
272
166
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLightProbe, decorators: [{
|
|
273
167
|
type: Component,
|
|
274
168
|
args: [{
|
|
@@ -277,53 +171,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
277
171
|
template: '<ng-content></ng-content>',
|
|
278
172
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
279
173
|
providers: [provideInstanceRef(NgtHemisphereLightProbe)],
|
|
280
|
-
inputs: [...getInputs$4()],
|
|
174
|
+
inputs: [...getInputs$4(), ...NGT_OBJECT3D_INPUTS],
|
|
281
175
|
}]
|
|
282
176
|
}], ctorParameters: function () { return []; } });
|
|
283
177
|
function getInputs$4() {
|
|
284
|
-
return [
|
|
285
|
-
'skyColor',
|
|
286
|
-
'groundColor',
|
|
287
|
-
'intensity',
|
|
288
|
-
'sh',
|
|
289
|
-
'hex',
|
|
290
|
-
'color',
|
|
291
|
-
'shadow',
|
|
292
|
-
'shadowCameraFov',
|
|
293
|
-
'shadowCameraLeft',
|
|
294
|
-
'shadowCameraRight',
|
|
295
|
-
'shadowCameraTop',
|
|
296
|
-
'shadowCameraBottom',
|
|
297
|
-
'shadowCameraNear',
|
|
298
|
-
'shadowCameraFar',
|
|
299
|
-
'shadowBias',
|
|
300
|
-
'shadowMapWidth',
|
|
301
|
-
'shadowMapHeight',
|
|
302
|
-
'name',
|
|
303
|
-
'position',
|
|
304
|
-
'rotation',
|
|
305
|
-
'quaternion',
|
|
306
|
-
'scale',
|
|
307
|
-
'modelViewMatrix',
|
|
308
|
-
'normalMatrix',
|
|
309
|
-
'matrix',
|
|
310
|
-
'matrixWorld',
|
|
311
|
-
'matrixAutoUpdate',
|
|
312
|
-
'matrixWorldAutoUpdate',
|
|
313
|
-
'matrixWorldNeedsUpdate',
|
|
314
|
-
'layers',
|
|
315
|
-
'visible',
|
|
316
|
-
'castShadow',
|
|
317
|
-
'receiveShadow',
|
|
318
|
-
'frustumCulled',
|
|
319
|
-
'renderOrder',
|
|
320
|
-
'animations',
|
|
321
|
-
'userData',
|
|
322
|
-
'customDepthMaterial',
|
|
323
|
-
'customDistanceMaterial',
|
|
324
|
-
'onBeforeRender',
|
|
325
|
-
'onAfterRender',
|
|
326
|
-
];
|
|
178
|
+
return ['skyColor', 'groundColor', 'intensity', 'sh', 'hex', 'color', 'shadow'];
|
|
327
179
|
}
|
|
328
180
|
|
|
329
181
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -334,7 +186,7 @@ class NgtDirectionalLight extends THREE.DirectionalLight {
|
|
|
334
186
|
}
|
|
335
187
|
}
|
|
336
188
|
NgtDirectionalLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDirectionalLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
337
|
-
NgtDirectionalLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDirectionalLight, isStandalone: true, selector: "ngt-directional-light", inputs: { color: "color", intensity: "intensity", position: "position", target: "target", shadow: "shadow", hex: "hex",
|
|
189
|
+
NgtDirectionalLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDirectionalLight, isStandalone: true, selector: "ngt-directional-light", inputs: { color: "color", intensity: "intensity", position: "position", target: "target", shadow: "shadow", hex: "hex", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtDirectionalLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
338
190
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDirectionalLight, decorators: [{
|
|
339
191
|
type: Component,
|
|
340
192
|
args: [{
|
|
@@ -343,51 +195,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
343
195
|
template: '<ng-content></ng-content>',
|
|
344
196
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
345
197
|
providers: [provideInstanceRef(NgtDirectionalLight)],
|
|
346
|
-
inputs: [...getInputs$3()],
|
|
198
|
+
inputs: [...getInputs$3(), ...NGT_OBJECT3D_INPUTS],
|
|
347
199
|
}]
|
|
348
200
|
}], ctorParameters: function () { return []; } });
|
|
349
201
|
function getInputs$3() {
|
|
350
|
-
return [
|
|
351
|
-
'color',
|
|
352
|
-
'intensity',
|
|
353
|
-
'position',
|
|
354
|
-
'target',
|
|
355
|
-
'shadow',
|
|
356
|
-
'hex',
|
|
357
|
-
'shadowCameraFov',
|
|
358
|
-
'shadowCameraLeft',
|
|
359
|
-
'shadowCameraRight',
|
|
360
|
-
'shadowCameraTop',
|
|
361
|
-
'shadowCameraBottom',
|
|
362
|
-
'shadowCameraNear',
|
|
363
|
-
'shadowCameraFar',
|
|
364
|
-
'shadowBias',
|
|
365
|
-
'shadowMapWidth',
|
|
366
|
-
'shadowMapHeight',
|
|
367
|
-
'name',
|
|
368
|
-
'rotation',
|
|
369
|
-
'quaternion',
|
|
370
|
-
'scale',
|
|
371
|
-
'modelViewMatrix',
|
|
372
|
-
'normalMatrix',
|
|
373
|
-
'matrix',
|
|
374
|
-
'matrixWorld',
|
|
375
|
-
'matrixAutoUpdate',
|
|
376
|
-
'matrixWorldAutoUpdate',
|
|
377
|
-
'matrixWorldNeedsUpdate',
|
|
378
|
-
'layers',
|
|
379
|
-
'visible',
|
|
380
|
-
'castShadow',
|
|
381
|
-
'receiveShadow',
|
|
382
|
-
'frustumCulled',
|
|
383
|
-
'renderOrder',
|
|
384
|
-
'animations',
|
|
385
|
-
'userData',
|
|
386
|
-
'customDepthMaterial',
|
|
387
|
-
'customDistanceMaterial',
|
|
388
|
-
'onBeforeRender',
|
|
389
|
-
'onAfterRender',
|
|
390
|
-
];
|
|
202
|
+
return ['color', 'intensity', 'position', 'target', 'shadow', 'hex'];
|
|
391
203
|
}
|
|
392
204
|
|
|
393
205
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -398,7 +210,7 @@ class NgtPointLight extends THREE.PointLight {
|
|
|
398
210
|
}
|
|
399
211
|
}
|
|
400
212
|
NgtPointLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPointLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
401
|
-
NgtPointLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPointLight, isStandalone: true, selector: "ngt-point-light", inputs: { color: "color", intensity: "intensity", distance: "distance", decay: "decay", shadow: "shadow", power: "power", hex: "hex",
|
|
213
|
+
NgtPointLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPointLight, isStandalone: true, selector: "ngt-point-light", inputs: { color: "color", intensity: "intensity", distance: "distance", decay: "decay", shadow: "shadow", power: "power", hex: "hex", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtPointLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
402
214
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPointLight, decorators: [{
|
|
403
215
|
type: Component,
|
|
404
216
|
args: [{
|
|
@@ -407,53 +219,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
407
219
|
template: '<ng-content></ng-content>',
|
|
408
220
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
409
221
|
providers: [provideInstanceRef(NgtPointLight)],
|
|
410
|
-
inputs: [...getInputs$2()],
|
|
222
|
+
inputs: [...getInputs$2(), ...NGT_OBJECT3D_INPUTS],
|
|
411
223
|
}]
|
|
412
224
|
}], ctorParameters: function () { return []; } });
|
|
413
225
|
function getInputs$2() {
|
|
414
|
-
return [
|
|
415
|
-
'color',
|
|
416
|
-
'intensity',
|
|
417
|
-
'distance',
|
|
418
|
-
'decay',
|
|
419
|
-
'shadow',
|
|
420
|
-
'power',
|
|
421
|
-
'hex',
|
|
422
|
-
'shadowCameraFov',
|
|
423
|
-
'shadowCameraLeft',
|
|
424
|
-
'shadowCameraRight',
|
|
425
|
-
'shadowCameraTop',
|
|
426
|
-
'shadowCameraBottom',
|
|
427
|
-
'shadowCameraNear',
|
|
428
|
-
'shadowCameraFar',
|
|
429
|
-
'shadowBias',
|
|
430
|
-
'shadowMapWidth',
|
|
431
|
-
'shadowMapHeight',
|
|
432
|
-
'name',
|
|
433
|
-
'position',
|
|
434
|
-
'rotation',
|
|
435
|
-
'quaternion',
|
|
436
|
-
'scale',
|
|
437
|
-
'modelViewMatrix',
|
|
438
|
-
'normalMatrix',
|
|
439
|
-
'matrix',
|
|
440
|
-
'matrixWorld',
|
|
441
|
-
'matrixAutoUpdate',
|
|
442
|
-
'matrixWorldAutoUpdate',
|
|
443
|
-
'matrixWorldNeedsUpdate',
|
|
444
|
-
'layers',
|
|
445
|
-
'visible',
|
|
446
|
-
'castShadow',
|
|
447
|
-
'receiveShadow',
|
|
448
|
-
'frustumCulled',
|
|
449
|
-
'renderOrder',
|
|
450
|
-
'animations',
|
|
451
|
-
'userData',
|
|
452
|
-
'customDepthMaterial',
|
|
453
|
-
'customDistanceMaterial',
|
|
454
|
-
'onBeforeRender',
|
|
455
|
-
'onAfterRender',
|
|
456
|
-
];
|
|
226
|
+
return ['color', 'intensity', 'distance', 'decay', 'shadow', 'power', 'hex'];
|
|
457
227
|
}
|
|
458
228
|
|
|
459
229
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -464,7 +234,7 @@ class NgtSpotLight extends THREE.SpotLight {
|
|
|
464
234
|
}
|
|
465
235
|
}
|
|
466
236
|
NgtSpotLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSpotLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
467
|
-
NgtSpotLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSpotLight, isStandalone: true, selector: "ngt-spot-light", inputs: { color: "color", intensity: "intensity", distance: "distance", angle: "angle", penumbra: "penumbra", decay: "decay", position: "position", target: "target", shadow: "shadow", power: "power", hex: "hex",
|
|
237
|
+
NgtSpotLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSpotLight, isStandalone: true, selector: "ngt-spot-light", inputs: { color: "color", intensity: "intensity", distance: "distance", angle: "angle", penumbra: "penumbra", decay: "decay", position: "position", target: "target", shadow: "shadow", power: "power", hex: "hex", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtSpotLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
468
238
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSpotLight, decorators: [{
|
|
469
239
|
type: Component,
|
|
470
240
|
args: [{
|
|
@@ -473,7 +243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
473
243
|
template: '<ng-content></ng-content>',
|
|
474
244
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
475
245
|
providers: [provideInstanceRef(NgtSpotLight)],
|
|
476
|
-
inputs: [...getInputs$1()],
|
|
246
|
+
inputs: [...getInputs$1(), ...NGT_OBJECT3D_INPUTS],
|
|
477
247
|
}]
|
|
478
248
|
}], ctorParameters: function () { return []; } });
|
|
479
249
|
function getInputs$1() {
|
|
@@ -489,39 +259,6 @@ function getInputs$1() {
|
|
|
489
259
|
'shadow',
|
|
490
260
|
'power',
|
|
491
261
|
'hex',
|
|
492
|
-
'shadowCameraFov',
|
|
493
|
-
'shadowCameraLeft',
|
|
494
|
-
'shadowCameraRight',
|
|
495
|
-
'shadowCameraTop',
|
|
496
|
-
'shadowCameraBottom',
|
|
497
|
-
'shadowCameraNear',
|
|
498
|
-
'shadowCameraFar',
|
|
499
|
-
'shadowBias',
|
|
500
|
-
'shadowMapWidth',
|
|
501
|
-
'shadowMapHeight',
|
|
502
|
-
'name',
|
|
503
|
-
'rotation',
|
|
504
|
-
'quaternion',
|
|
505
|
-
'scale',
|
|
506
|
-
'modelViewMatrix',
|
|
507
|
-
'normalMatrix',
|
|
508
|
-
'matrix',
|
|
509
|
-
'matrixWorld',
|
|
510
|
-
'matrixAutoUpdate',
|
|
511
|
-
'matrixWorldAutoUpdate',
|
|
512
|
-
'matrixWorldNeedsUpdate',
|
|
513
|
-
'layers',
|
|
514
|
-
'visible',
|
|
515
|
-
'castShadow',
|
|
516
|
-
'receiveShadow',
|
|
517
|
-
'frustumCulled',
|
|
518
|
-
'renderOrder',
|
|
519
|
-
'animations',
|
|
520
|
-
'userData',
|
|
521
|
-
'customDepthMaterial',
|
|
522
|
-
'customDistanceMaterial',
|
|
523
|
-
'onBeforeRender',
|
|
524
|
-
'onAfterRender',
|
|
525
262
|
];
|
|
526
263
|
}
|
|
527
264
|
|
|
@@ -533,7 +270,7 @@ class NgtRectAreaLight extends THREE.RectAreaLight {
|
|
|
533
270
|
}
|
|
534
271
|
}
|
|
535
272
|
NgtRectAreaLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRectAreaLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
536
|
-
NgtRectAreaLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRectAreaLight, isStandalone: true, selector: "ngt-rect-area-light", inputs: { color: "color", intensity: "intensity", width: "width", height: "height", power: "power", hex: "hex", shadow: "shadow",
|
|
273
|
+
NgtRectAreaLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRectAreaLight, isStandalone: true, selector: "ngt-rect-area-light", inputs: { color: "color", intensity: "intensity", width: "width", height: "height", power: "power", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtRectAreaLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
537
274
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRectAreaLight, decorators: [{
|
|
538
275
|
type: Component,
|
|
539
276
|
args: [{
|
|
@@ -542,53 +279,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
542
279
|
template: '<ng-content></ng-content>',
|
|
543
280
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
544
281
|
providers: [provideInstanceRef(NgtRectAreaLight)],
|
|
545
|
-
inputs: [...getInputs()],
|
|
282
|
+
inputs: [...getInputs(), ...NGT_OBJECT3D_INPUTS],
|
|
546
283
|
}]
|
|
547
284
|
}], ctorParameters: function () { return []; } });
|
|
548
285
|
function getInputs() {
|
|
549
|
-
return [
|
|
550
|
-
'color',
|
|
551
|
-
'intensity',
|
|
552
|
-
'width',
|
|
553
|
-
'height',
|
|
554
|
-
'power',
|
|
555
|
-
'hex',
|
|
556
|
-
'shadow',
|
|
557
|
-
'shadowCameraFov',
|
|
558
|
-
'shadowCameraLeft',
|
|
559
|
-
'shadowCameraRight',
|
|
560
|
-
'shadowCameraTop',
|
|
561
|
-
'shadowCameraBottom',
|
|
562
|
-
'shadowCameraNear',
|
|
563
|
-
'shadowCameraFar',
|
|
564
|
-
'shadowBias',
|
|
565
|
-
'shadowMapWidth',
|
|
566
|
-
'shadowMapHeight',
|
|
567
|
-
'name',
|
|
568
|
-
'position',
|
|
569
|
-
'rotation',
|
|
570
|
-
'quaternion',
|
|
571
|
-
'scale',
|
|
572
|
-
'modelViewMatrix',
|
|
573
|
-
'normalMatrix',
|
|
574
|
-
'matrix',
|
|
575
|
-
'matrixWorld',
|
|
576
|
-
'matrixAutoUpdate',
|
|
577
|
-
'matrixWorldAutoUpdate',
|
|
578
|
-
'matrixWorldNeedsUpdate',
|
|
579
|
-
'layers',
|
|
580
|
-
'visible',
|
|
581
|
-
'castShadow',
|
|
582
|
-
'receiveShadow',
|
|
583
|
-
'frustumCulled',
|
|
584
|
-
'renderOrder',
|
|
585
|
-
'animations',
|
|
586
|
-
'userData',
|
|
587
|
-
'customDepthMaterial',
|
|
588
|
-
'customDistanceMaterial',
|
|
589
|
-
'onBeforeRender',
|
|
590
|
-
'onAfterRender',
|
|
591
|
-
];
|
|
286
|
+
return ['color', 'intensity', 'width', 'height', 'power', 'hex', 'shadow'];
|
|
592
287
|
}
|
|
593
288
|
|
|
594
289
|
// GENERATED - AngularThree v1.0.0
|