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
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
2
|
import * as THREE from 'three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
|
-
import { injectArgs,
|
|
4
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtDepthTexture extends THREE.DepthTexture {
|
|
@@ -11,7 +12,7 @@ export class NgtDepthTexture extends THREE.DepthTexture {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtDepthTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDepthTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtDepthTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDepthTexture, isStandalone: true, selector: "ngt-depth-texture", providers: [provideInstanceRef(NgtDepthTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtDepthTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDepthTexture, isStandalone: true, selector: "ngt-depth-texture", providers: [provideInstanceRef(NgtDepthTexture)], 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 });
|
|
15
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDepthTexture, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
@@ -22,4 +23,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
22
23
|
providers: [provideInstanceRef(NgtDepthTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwdGgtdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi9kZXB0aC10ZXh0dXJlL2RlcHRoLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU3RFLE1BQU0sT0FBTyxlQUFnQixTQUFRLEtBQUssQ0FBQyxZQUFZO0lBQ25EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUE2QixDQUFDLENBQUM7UUFDbEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7NEdBSlEsZUFBZTtnR0FBZixlQUFlLGdFQUZiLENBQUMsa0JBQWtCLENBQUMsZUFBZSxDQUFDLENBQUMsbXRCQUZ0QywyQkFBMkI7MkZBSTVCLGVBQWU7a0JBUDNCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtvQkFDN0IsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLENBQUM7b0JBQ3hHLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixpQkFBaUIsQ0FBQztpQkFDbkQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMsIE5HVF9JTlNUQU5DRV9PVVRQVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtZGVwdGgtdGV4dHVyZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMsIG91dHB1dHM6IE5HVF9JTlNUQU5DRV9PVVRQVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3REZXB0aFRleHR1cmUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0RGVwdGhUZXh0dXJlIGV4dGVuZHMgVEhSRUUuRGVwdGhUZXh0dXJlIHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRGVwdGhUZXh0dXJlPigpKTtcbiAgICAgICAgcmV0dXJuIHByb3hpZnkodGhpcyk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
2
|
import * as THREE from 'three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
|
-
import { injectArgs,
|
|
4
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtFramebufferTexture extends THREE.FramebufferTexture {
|
|
@@ -11,7 +12,7 @@ export class NgtFramebufferTexture extends THREE.FramebufferTexture {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtFramebufferTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFramebufferTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtFramebufferTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFramebufferTexture, isStandalone: true, selector: "ngt-framebuffer-texture", providers: [provideInstanceRef(NgtFramebufferTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtFramebufferTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFramebufferTexture, isStandalone: true, selector: "ngt-framebuffer-texture", providers: [provideInstanceRef(NgtFramebufferTexture)], 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 });
|
|
15
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFramebufferTexture, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
@@ -22,4 +23,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
22
23
|
providers: [provideInstanceRef(NgtFramebufferTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnJhbWVidWZmZXItdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi9mcmFtZWJ1ZmZlci10ZXh0dXJlL2ZyYW1lYnVmZmVyLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU3RFLE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxLQUFLLENBQUMsa0JBQWtCO0lBQy9EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUFtQyxDQUFDLENBQUM7UUFDeEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7a0hBSlEscUJBQXFCO3NHQUFyQixxQkFBcUIsc0VBRm5CLENBQUMsa0JBQWtCLENBQUMscUJBQXFCLENBQUMsQ0FBQyxtdEJBRjVDLDJCQUEyQjsyRkFJNUIscUJBQXFCO2tCQVBqQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx5QkFBeUI7b0JBQ25DLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxDQUFDO29CQUN4RyxTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsdUJBQXVCLENBQUM7aUJBQ3pEIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTLCBOR1RfSU5TVEFOQ0VfT1VUUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWZyYW1lYnVmZmVyLXRleHR1cmUnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTLCBvdXRwdXRzOiBOR1RfSU5TVEFOQ0VfT1VUUFVUUyB9XSxcbiAgICBwcm92aWRlcnM6IFtwcm92aWRlSW5zdGFuY2VSZWYoTmd0RnJhbWVidWZmZXJUZXh0dXJlKV0sXG59KVxuZXhwb3J0IGNsYXNzIE5ndEZyYW1lYnVmZmVyVGV4dHVyZSBleHRlbmRzIFRIUkVFLkZyYW1lYnVmZmVyVGV4dHVyZSB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKC4uLmluamVjdEFyZ3M8dHlwZW9mIFRIUkVFLkZyYW1lYnVmZmVyVGV4dHVyZT4oKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
2
|
import * as THREE from 'three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
|
-
import { injectArgs,
|
|
4
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtVideoTexture extends THREE.VideoTexture {
|
|
@@ -11,7 +12,7 @@ export class NgtVideoTexture extends THREE.VideoTexture {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtVideoTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVideoTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtVideoTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVideoTexture, isStandalone: true, selector: "ngt-video-texture", providers: [provideInstanceRef(NgtVideoTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtVideoTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVideoTexture, isStandalone: true, selector: "ngt-video-texture", providers: [provideInstanceRef(NgtVideoTexture)], 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 });
|
|
15
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVideoTexture, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
@@ -22,4 +23,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
22
23
|
providers: [provideInstanceRef(NgtVideoTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi92aWRlby10ZXh0dXJlL3ZpZGVvLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU3RFLE1BQU0sT0FBTyxlQUFnQixTQUFRLEtBQUssQ0FBQyxZQUFZO0lBQ25EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUE2QixDQUFDLENBQUM7UUFDbEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7NEdBSlEsZUFBZTtnR0FBZixlQUFlLGdFQUZiLENBQUMsa0JBQWtCLENBQUMsZUFBZSxDQUFDLENBQUMsbXRCQUZ0QywyQkFBMkI7MkZBSTVCLGVBQWU7a0JBUDNCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtvQkFDN0IsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLENBQUM7b0JBQ3hHLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixpQkFBaUIsQ0FBQztpQkFDbkQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMsIE5HVF9JTlNUQU5DRV9PVVRQVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtdmlkZW8tdGV4dHVyZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMsIG91dHB1dHM6IE5HVF9JTlNUQU5DRV9PVVRQVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RWaWRlb1RleHR1cmUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0VmlkZW9UZXh0dXJlIGV4dGVuZHMgVEhSRUUuVmlkZW9UZXh0dXJlIHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuVmlkZW9UZXh0dXJlPigpKTtcbiAgICAgICAgcmV0dXJuIHByb3hpZnkodGhpcyk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,9 +1,37 @@
|
|
|
1
1
|
import * as i1 from 'angular-three';
|
|
2
|
-
import { injectArgs, proxify, provideInstanceRef, NgtInstance,
|
|
2
|
+
import { injectArgs, proxify, provideInstanceRef, NgtInstance, injectInstance } from 'angular-three';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { Component, Input } from '@angular/core';
|
|
5
5
|
import * as THREE from 'three';
|
|
6
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
|
+
|
|
7
35
|
// GENERATED - AngularThree v1.0.0
|
|
8
36
|
class NgtBufferAttribute extends THREE.BufferAttribute {
|
|
9
37
|
constructor() {
|
|
@@ -12,7 +40,7 @@ class NgtBufferAttribute extends THREE.BufferAttribute {
|
|
|
12
40
|
}
|
|
13
41
|
}
|
|
14
42
|
NgtBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferAttribute, isStandalone: true, selector: "ngt-buffer-attribute", providers: [provideInstanceRef(NgtBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
43
|
+
NgtBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferAttribute, isStandalone: true, selector: "ngt-buffer-attribute", providers: [provideInstanceRef(NgtBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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
44
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferAttribute, decorators: [{
|
|
17
45
|
type: Component,
|
|
18
46
|
args: [{
|
|
@@ -32,7 +60,7 @@ class NgtInstancedBufferAttribute extends THREE.InstancedBufferAttribute {
|
|
|
32
60
|
}
|
|
33
61
|
}
|
|
34
62
|
NgtInstancedBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
-
NgtInstancedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferAttribute, isStandalone: true, selector: "ngt-instanced-buffer-attribute", providers: [provideInstanceRef(NgtInstancedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
63
|
+
NgtInstancedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferAttribute, isStandalone: true, selector: "ngt-instanced-buffer-attribute", providers: [provideInstanceRef(NgtInstancedBufferAttribute)], 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 });
|
|
36
64
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferAttribute, decorators: [{
|
|
37
65
|
type: Component,
|
|
38
66
|
args: [{
|
|
@@ -56,7 +84,7 @@ class NgtInterleavedBufferAttribute extends THREE.InterleavedBufferAttribute {
|
|
|
56
84
|
}
|
|
57
85
|
}
|
|
58
86
|
NgtInterleavedBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInterleavedBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
59
|
-
NgtInterleavedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInterleavedBufferAttribute, isStandalone: true, selector: "ngt-interleaved-buffer-attribute", providers: [provideInstanceRef(NgtInterleavedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
87
|
+
NgtInterleavedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInterleavedBufferAttribute, isStandalone: true, selector: "ngt-interleaved-buffer-attribute", providers: [provideInstanceRef(NgtInterleavedBufferAttribute)], 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 });
|
|
60
88
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInterleavedBufferAttribute, decorators: [{
|
|
61
89
|
type: Component,
|
|
62
90
|
args: [{
|
|
@@ -76,7 +104,7 @@ class NgtFloat16BufferAttribute extends THREE.Float16BufferAttribute {
|
|
|
76
104
|
}
|
|
77
105
|
}
|
|
78
106
|
NgtFloat16BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat16BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
79
|
-
NgtFloat16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat16BufferAttribute, isStandalone: true, selector: "ngt-float16-buffer-attribute", providers: [provideInstanceRef(NgtFloat16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
107
|
+
NgtFloat16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat16BufferAttribute, isStandalone: true, selector: "ngt-float16-buffer-attribute", providers: [provideInstanceRef(NgtFloat16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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
108
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat16BufferAttribute, decorators: [{
|
|
81
109
|
type: Component,
|
|
82
110
|
args: [{
|
|
@@ -96,7 +124,7 @@ class NgtFloat32BufferAttribute extends THREE.Float32BufferAttribute {
|
|
|
96
124
|
}
|
|
97
125
|
}
|
|
98
126
|
NgtFloat32BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat32BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
99
|
-
NgtFloat32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat32BufferAttribute, isStandalone: true, selector: "ngt-float32-buffer-attribute", providers: [provideInstanceRef(NgtFloat32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
127
|
+
NgtFloat32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat32BufferAttribute, isStandalone: true, selector: "ngt-float32-buffer-attribute", providers: [provideInstanceRef(NgtFloat32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
|
|
100
128
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat32BufferAttribute, decorators: [{
|
|
101
129
|
type: Component,
|
|
102
130
|
args: [{
|
|
@@ -116,7 +144,7 @@ class NgtFloat64BufferAttribute extends THREE.Float64BufferAttribute {
|
|
|
116
144
|
}
|
|
117
145
|
}
|
|
118
146
|
NgtFloat64BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat64BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
119
|
-
NgtFloat64BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat64BufferAttribute, isStandalone: true, selector: "ngt-float64-buffer-attribute", providers: [provideInstanceRef(NgtFloat64BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
147
|
+
NgtFloat64BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat64BufferAttribute, isStandalone: true, selector: "ngt-float64-buffer-attribute", providers: [provideInstanceRef(NgtFloat64BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
|
|
120
148
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat64BufferAttribute, decorators: [{
|
|
121
149
|
type: Component,
|
|
122
150
|
args: [{
|
|
@@ -136,7 +164,7 @@ class NgtInt8BufferAttribute extends THREE.Int8BufferAttribute {
|
|
|
136
164
|
}
|
|
137
165
|
}
|
|
138
166
|
NgtInt8BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt8BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
139
|
-
NgtInt8BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt8BufferAttribute, isStandalone: true, selector: "ngt-int8-buffer-attribute", providers: [provideInstanceRef(NgtInt8BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
167
|
+
NgtInt8BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt8BufferAttribute, isStandalone: true, selector: "ngt-int8-buffer-attribute", providers: [provideInstanceRef(NgtInt8BufferAttribute)], 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 });
|
|
140
168
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt8BufferAttribute, decorators: [{
|
|
141
169
|
type: Component,
|
|
142
170
|
args: [{
|
|
@@ -156,7 +184,7 @@ class NgtInt16BufferAttribute extends THREE.Int16BufferAttribute {
|
|
|
156
184
|
}
|
|
157
185
|
}
|
|
158
186
|
NgtInt16BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt16BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
159
|
-
NgtInt16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt16BufferAttribute, isStandalone: true, selector: "ngt-int16-buffer-attribute", providers: [provideInstanceRef(NgtInt16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
187
|
+
NgtInt16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt16BufferAttribute, isStandalone: true, selector: "ngt-int16-buffer-attribute", providers: [provideInstanceRef(NgtInt16BufferAttribute)], 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 });
|
|
160
188
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt16BufferAttribute, decorators: [{
|
|
161
189
|
type: Component,
|
|
162
190
|
args: [{
|
|
@@ -176,7 +204,7 @@ class NgtInt32BufferAttribute extends THREE.Int32BufferAttribute {
|
|
|
176
204
|
}
|
|
177
205
|
}
|
|
178
206
|
NgtInt32BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt32BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
179
|
-
NgtInt32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt32BufferAttribute, isStandalone: true, selector: "ngt-int32-buffer-attribute", providers: [provideInstanceRef(NgtInt32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
207
|
+
NgtInt32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt32BufferAttribute, isStandalone: true, selector: "ngt-int32-buffer-attribute", providers: [provideInstanceRef(NgtInt32BufferAttribute)], 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 });
|
|
180
208
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt32BufferAttribute, decorators: [{
|
|
181
209
|
type: Component,
|
|
182
210
|
args: [{
|
|
@@ -196,7 +224,7 @@ class NgtUint8BufferAttribute extends THREE.Uint8BufferAttribute {
|
|
|
196
224
|
}
|
|
197
225
|
}
|
|
198
226
|
NgtUint8BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint8BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
199
|
-
NgtUint8BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint8BufferAttribute, isStandalone: true, selector: "ngt-uint8-buffer-attribute", providers: [provideInstanceRef(NgtUint8BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
227
|
+
NgtUint8BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint8BufferAttribute, isStandalone: true, selector: "ngt-uint8-buffer-attribute", providers: [provideInstanceRef(NgtUint8BufferAttribute)], 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 });
|
|
200
228
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint8BufferAttribute, decorators: [{
|
|
201
229
|
type: Component,
|
|
202
230
|
args: [{
|
|
@@ -216,7 +244,7 @@ class NgtUint16BufferAttribute extends THREE.Uint16BufferAttribute {
|
|
|
216
244
|
}
|
|
217
245
|
}
|
|
218
246
|
NgtUint16BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint16BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
219
|
-
NgtUint16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint16BufferAttribute, isStandalone: true, selector: "ngt-uint16-buffer-attribute", providers: [provideInstanceRef(NgtUint16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
247
|
+
NgtUint16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint16BufferAttribute, isStandalone: true, selector: "ngt-uint16-buffer-attribute", providers: [provideInstanceRef(NgtUint16BufferAttribute)], 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 });
|
|
220
248
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint16BufferAttribute, decorators: [{
|
|
221
249
|
type: Component,
|
|
222
250
|
args: [{
|
|
@@ -236,7 +264,7 @@ class NgtUint32BufferAttribute extends THREE.Uint32BufferAttribute {
|
|
|
236
264
|
}
|
|
237
265
|
}
|
|
238
266
|
NgtUint32BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint32BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
239
|
-
NgtUint32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint32BufferAttribute, isStandalone: true, selector: "ngt-uint32-buffer-attribute", providers: [provideInstanceRef(NgtUint32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
267
|
+
NgtUint32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint32BufferAttribute, isStandalone: true, selector: "ngt-uint32-buffer-attribute", providers: [provideInstanceRef(NgtUint32BufferAttribute)], 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 });
|
|
240
268
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint32BufferAttribute, decorators: [{
|
|
241
269
|
type: Component,
|
|
242
270
|
args: [{
|
|
@@ -256,7 +284,7 @@ class NgtUint8ClampedBufferAttribute extends THREE.Uint8ClampedBufferAttribute {
|
|
|
256
284
|
}
|
|
257
285
|
}
|
|
258
286
|
NgtUint8ClampedBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint8ClampedBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
259
|
-
NgtUint8ClampedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint8ClampedBufferAttribute, isStandalone: true, selector: "ngt-uint8-clamped-buffer-attribute", providers: [provideInstanceRef(NgtUint8ClampedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
287
|
+
NgtUint8ClampedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint8ClampedBufferAttribute, isStandalone: true, selector: "ngt-uint8-clamped-buffer-attribute", providers: [provideInstanceRef(NgtUint8ClampedBufferAttribute)], 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 });
|
|
260
288
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint8ClampedBufferAttribute, decorators: [{
|
|
261
289
|
type: Component,
|
|
262
290
|
args: [{
|
|
@@ -276,7 +304,7 @@ class NgtColorAttribute extends THREE.Color {
|
|
|
276
304
|
}
|
|
277
305
|
}
|
|
278
306
|
NgtColorAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtColorAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
279
|
-
NgtColorAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtColorAttribute, isStandalone: true, selector: "ngt-color", providers: [provideInstanceRef(NgtColorAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
307
|
+
NgtColorAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtColorAttribute, isStandalone: true, selector: "ngt-color", providers: [provideInstanceRef(NgtColorAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
|
|
280
308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtColorAttribute, decorators: [{
|
|
281
309
|
type: Component,
|
|
282
310
|
args: [{
|
|
@@ -296,7 +324,7 @@ class NgtFogAttribute extends THREE.Fog {
|
|
|
296
324
|
}
|
|
297
325
|
}
|
|
298
326
|
NgtFogAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
299
|
-
NgtFogAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogAttribute, isStandalone: true, selector: "ngt-fog", providers: [provideInstanceRef(NgtFogAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
327
|
+
NgtFogAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogAttribute, isStandalone: true, selector: "ngt-fog", providers: [provideInstanceRef(NgtFogAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
|
|
300
328
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogAttribute, decorators: [{
|
|
301
329
|
type: Component,
|
|
302
330
|
args: [{
|
|
@@ -316,7 +344,7 @@ class NgtFogExp2Attribute extends THREE.FogExp2 {
|
|
|
316
344
|
}
|
|
317
345
|
}
|
|
318
346
|
NgtFogExp2Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogExp2Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
-
NgtFogExp2Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogExp2Attribute, isStandalone: true, selector: "ngt-fog-exp2", providers: [provideInstanceRef(NgtFogExp2Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
347
|
+
NgtFogExp2Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogExp2Attribute, isStandalone: true, selector: "ngt-fog-exp2", providers: [provideInstanceRef(NgtFogExp2Attribute)], 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 });
|
|
320
348
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogExp2Attribute, decorators: [{
|
|
321
349
|
type: Component,
|
|
322
350
|
args: [{
|
|
@@ -336,7 +364,7 @@ class NgtVector2Attribute extends THREE.Vector2 {
|
|
|
336
364
|
}
|
|
337
365
|
}
|
|
338
366
|
NgtVector2Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector2Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
339
|
-
NgtVector2Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector2Attribute, isStandalone: true, selector: "ngt-vector2", providers: [provideInstanceRef(NgtVector2Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
367
|
+
NgtVector2Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector2Attribute, isStandalone: true, selector: "ngt-vector2", providers: [provideInstanceRef(NgtVector2Attribute)], 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 });
|
|
340
368
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector2Attribute, decorators: [{
|
|
341
369
|
type: Component,
|
|
342
370
|
args: [{
|
|
@@ -356,7 +384,7 @@ class NgtVector3Attribute extends THREE.Vector3 {
|
|
|
356
384
|
}
|
|
357
385
|
}
|
|
358
386
|
NgtVector3Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector3Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
359
|
-
NgtVector3Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector3Attribute, isStandalone: true, selector: "ngt-vector3", providers: [provideInstanceRef(NgtVector3Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
387
|
+
NgtVector3Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector3Attribute, isStandalone: true, selector: "ngt-vector3", providers: [provideInstanceRef(NgtVector3Attribute)], 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 });
|
|
360
388
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector3Attribute, decorators: [{
|
|
361
389
|
type: Component,
|
|
362
390
|
args: [{
|
|
@@ -376,7 +404,7 @@ class NgtVector4Attribute extends THREE.Vector4 {
|
|
|
376
404
|
}
|
|
377
405
|
}
|
|
378
406
|
NgtVector4Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector4Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
379
|
-
NgtVector4Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector4Attribute, isStandalone: true, selector: "ngt-vector4", providers: [provideInstanceRef(NgtVector4Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
407
|
+
NgtVector4Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector4Attribute, isStandalone: true, selector: "ngt-vector4", providers: [provideInstanceRef(NgtVector4Attribute)], 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 });
|
|
380
408
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector4Attribute, decorators: [{
|
|
381
409
|
type: Component,
|
|
382
410
|
args: [{
|
|
@@ -396,7 +424,7 @@ class NgtMatrix3Attribute extends THREE.Matrix3 {
|
|
|
396
424
|
}
|
|
397
425
|
}
|
|
398
426
|
NgtMatrix3Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMatrix3Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
399
|
-
NgtMatrix3Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMatrix3Attribute, isStandalone: true, selector: "ngt-matrix3", providers: [provideInstanceRef(NgtMatrix3Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
427
|
+
NgtMatrix3Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMatrix3Attribute, isStandalone: true, selector: "ngt-matrix3", providers: [provideInstanceRef(NgtMatrix3Attribute)], 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 });
|
|
400
428
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMatrix3Attribute, decorators: [{
|
|
401
429
|
type: Component,
|
|
402
430
|
args: [{
|
|
@@ -416,7 +444,7 @@ class NgtMatrix4Attribute extends THREE.Matrix4 {
|
|
|
416
444
|
}
|
|
417
445
|
}
|
|
418
446
|
NgtMatrix4Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMatrix4Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
419
|
-
NgtMatrix4Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMatrix4Attribute, isStandalone: true, selector: "ngt-matrix4", providers: [provideInstanceRef(NgtMatrix4Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
447
|
+
NgtMatrix4Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMatrix4Attribute, isStandalone: true, selector: "ngt-matrix4", providers: [provideInstanceRef(NgtMatrix4Attribute)], 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 });
|
|
420
448
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMatrix4Attribute, decorators: [{
|
|
421
449
|
type: Component,
|
|
422
450
|
args: [{
|
|
@@ -437,7 +465,7 @@ class NgtValueAttribute {
|
|
|
437
465
|
}
|
|
438
466
|
}
|
|
439
467
|
NgtValueAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtValueAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
440
|
-
NgtValueAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtValueAttribute, isStandalone: true, selector: "ngt-value", inputs: { value: "value" }, providers: [provideInstanceRef(NgtValueAttribute)], hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
468
|
+
NgtValueAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtValueAttribute, isStandalone: true, selector: "ngt-value", inputs: { value: "value" }, providers: [provideInstanceRef(NgtValueAttribute)], 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 });
|
|
441
469
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtValueAttribute, decorators: [{
|
|
442
470
|
type: Component,
|
|
443
471
|
args: [{
|