angular-three 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/attributes/lib/buffer-attribute/buffer-attribute.d.ts +1 -1
- package/attributes/lib/color-attribute/color-attribute.d.ts +1 -1
- package/attributes/lib/common.d.ts +1 -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 +5 -4
- package/esm2020/attributes/lib/color-attribute/color-attribute.mjs +5 -4
- package/esm2020/attributes/lib/common.mjs +13 -0
- package/esm2020/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/fog-attribute/fog-attribute.mjs +5 -4
- package/esm2020/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.mjs +5 -4
- package/esm2020/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/matrix3-attribute/matrix3-attribute.mjs +5 -4
- package/esm2020/attributes/lib/matrix4-attribute/matrix4-attribute.mjs +5 -4
- package/esm2020/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.mjs +5 -4
- package/esm2020/attributes/lib/value-attribute/value-attribute.mjs +5 -4
- package/esm2020/attributes/lib/vector2-attribute/vector2-attribute.mjs +5 -4
- package/esm2020/attributes/lib/vector3-attribute/vector3-attribute.mjs +5 -4
- package/esm2020/attributes/lib/vector4-attribute/vector4-attribute.mjs +5 -4
- 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 +5 -4
- package/esm2020/geometries/lib/buffer-geometry/buffer-geometry.mjs +5 -4
- package/esm2020/geometries/lib/capsule-geometry/capsule-geometry.mjs +5 -4
- package/esm2020/geometries/lib/circle-geometry/circle-geometry.mjs +5 -4
- package/esm2020/geometries/lib/common.mjs +13 -0
- package/esm2020/geometries/lib/cone-geometry/cone-geometry.mjs +5 -4
- package/esm2020/geometries/lib/cylinder-geometry/cylinder-geometry.mjs +5 -4
- package/esm2020/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.mjs +5 -4
- package/esm2020/geometries/lib/edges-geometry/edges-geometry.mjs +5 -4
- package/esm2020/geometries/lib/extrude-geometry/extrude-geometry.mjs +5 -4
- package/esm2020/geometries/lib/icosahedron-geometry/icosahedron-geometry.mjs +5 -4
- package/esm2020/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.mjs +5 -4
- package/esm2020/geometries/lib/lathe-geometry/lathe-geometry.mjs +5 -4
- package/esm2020/geometries/lib/octahedron-geometry/octahedron-geometry.mjs +5 -4
- package/esm2020/geometries/lib/plane-geometry/plane-geometry.mjs +5 -4
- package/esm2020/geometries/lib/polyhedron-geometry/polyhedron-geometry.mjs +5 -4
- package/esm2020/geometries/lib/ring-geometry/ring-geometry.mjs +5 -4
- package/esm2020/geometries/lib/shape-geometry/shape-geometry.mjs +5 -4
- package/esm2020/geometries/lib/sphere-geometry/sphere-geometry.mjs +5 -4
- package/esm2020/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.mjs +5 -4
- package/esm2020/geometries/lib/torus-geometry/torus-geometry.mjs +5 -4
- package/esm2020/geometries/lib/torus-knot-geometry/torus-knot-geometry.mjs +5 -4
- package/esm2020/geometries/lib/tube-geometry/tube-geometry.mjs +5 -4
- package/esm2020/geometries/lib/wireframe-geometry/wireframe-geometry.mjs +5 -4
- package/esm2020/helpers/lib/arrow-helper/arrow-helper.mjs +5 -4
- package/esm2020/helpers/lib/axes-helper/axes-helper.mjs +5 -4
- package/esm2020/helpers/lib/box-helper/box-helper.mjs +5 -4
- package/esm2020/helpers/lib/box3-helper/box3-helper.mjs +5 -4
- package/esm2020/helpers/lib/camera-helper/camera-helper.mjs +5 -4
- package/esm2020/helpers/lib/common.mjs +13 -0
- package/esm2020/helpers/lib/directional-light-helper/directional-light-helper.mjs +5 -4
- package/esm2020/helpers/lib/grid-helper/grid-helper.mjs +5 -4
- package/esm2020/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.mjs +5 -4
- package/esm2020/helpers/lib/plane-helper/plane-helper.mjs +5 -4
- package/esm2020/helpers/lib/point-light-helper/point-light-helper.mjs +5 -4
- package/esm2020/helpers/lib/polar-grid-helper/polar-grid-helper.mjs +5 -4
- package/esm2020/helpers/lib/skeleton-helper/skeleton-helper.mjs +5 -4
- package/esm2020/helpers/lib/spot-light-helper/spot-light-helper.mjs +5 -4
- package/esm2020/lights/lib/ambient-light/ambient-light.mjs +6 -34
- package/esm2020/lights/lib/ambient-light-probe/ambient-light-probe.mjs +6 -35
- package/esm2020/lights/lib/common.mjs +54 -0
- package/esm2020/lights/lib/directional-light/directional-light.mjs +6 -35
- package/esm2020/lights/lib/hemisphere-light/hemisphere-light.mjs +6 -36
- package/esm2020/lights/lib/hemisphere-light-probe/hemisphere-light-probe.mjs +6 -37
- package/esm2020/lights/lib/light-probe/light-probe.mjs +6 -35
- package/esm2020/lights/lib/point-light/point-light.mjs +6 -37
- package/esm2020/lights/lib/rect-area-light/rect-area-light.mjs +6 -37
- package/esm2020/lights/lib/spot-light/spot-light.mjs +5 -27
- package/esm2020/materials/lib/common.mjs +13 -0
- package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +5 -4
- package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +5 -4
- package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +5 -4
- package/esm2020/materials/lib/points-material/points-material.mjs +5 -4
- package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +5 -4
- package/esm2020/materials/lib/shader-material/shader-material.mjs +5 -4
- package/esm2020/materials/lib/shadow-material/shadow-material.mjs +5 -4
- package/esm2020/materials/lib/sprite-material/sprite-material.mjs +5 -4
- 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 -32
- 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 -4
- 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 +5 -4
- package/esm2020/textures/lib/common.mjs +13 -0
- package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +5 -4
- package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +5 -4
- package/esm2020/textures/lib/cube-texture/cube-texture.mjs +5 -4
- package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +5 -4
- package/esm2020/textures/lib/data-texture/data-texture.mjs +5 -4
- package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +5 -4
- package/esm2020/textures/lib/depth-texture/depth-texture.mjs +5 -4
- package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +5 -4
- package/esm2020/textures/lib/video-texture/video-texture.mjs +5 -4
- package/fesm2015/angular-three-attributes.mjs +58 -46
- package/fesm2015/angular-three-attributes.mjs.map +1 -1
- package/fesm2015/angular-three-audios.mjs +63 -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 +60 -48
- package/fesm2015/angular-three-geometries.mjs.map +1 -1
- package/fesm2015/angular-three-helpers.mjs +40 -28
- package/fesm2015/angular-three-helpers.mjs.map +1 -1
- package/fesm2015/angular-three-lights.mjs +82 -296
- package/fesm2015/angular-three-lights.mjs.map +1 -1
- package/fesm2015/angular-three-materials.mjs +48 -36
- package/fesm2015/angular-three-materials.mjs.map +1 -1
- package/fesm2015/angular-three-objects.mjs +86 -336
- package/fesm2015/angular-three-objects.mjs.map +1 -1
- package/fesm2015/angular-three-primitives.mjs +58 -32
- package/fesm2015/angular-three-primitives.mjs.map +1 -1
- package/fesm2015/angular-three-textures.mjs +34 -22
- package/fesm2015/angular-three-textures.mjs.map +1 -1
- package/fesm2015/angular-three.mjs +1 -0
- package/fesm2020/angular-three-attributes.mjs +58 -46
- package/fesm2020/angular-three-attributes.mjs.map +1 -1
- package/fesm2020/angular-three-audios.mjs +63 -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 +60 -48
- package/fesm2020/angular-three-geometries.mjs.map +1 -1
- package/fesm2020/angular-three-helpers.mjs +40 -28
- package/fesm2020/angular-three-helpers.mjs.map +1 -1
- package/fesm2020/angular-three-lights.mjs +82 -296
- package/fesm2020/angular-three-lights.mjs.map +1 -1
- package/fesm2020/angular-three-materials.mjs +48 -36
- package/fesm2020/angular-three-materials.mjs.map +1 -1
- package/fesm2020/angular-three-objects.mjs +86 -336
- package/fesm2020/angular-three-objects.mjs.map +1 -1
- package/fesm2020/angular-three-primitives.mjs +58 -32
- package/fesm2020/angular-three-primitives.mjs.map +1 -1
- package/fesm2020/angular-three-textures.mjs +34 -22
- package/fesm2020/angular-three-textures.mjs.map +1 -1
- package/fesm2020/angular-three.mjs +1 -0
- 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 +1 -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 +1 -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/lights/lib/ambient-light/ambient-light.d.ts +1 -1
- package/lights/lib/ambient-light-probe/ambient-light-probe.d.ts +1 -1
- package/lights/lib/common.d.ts +3 -0
- package/lights/lib/directional-light/directional-light.d.ts +1 -1
- package/lights/lib/hemisphere-light/hemisphere-light.d.ts +1 -1
- package/lights/lib/hemisphere-light-probe/hemisphere-light-probe.d.ts +1 -1
- package/lights/lib/light-probe/light-probe.d.ts +1 -1
- package/lights/lib/point-light/point-light.d.ts +1 -1
- package/lights/lib/rect-area-light/rect-area-light.d.ts +1 -1
- package/lights/lib/spot-light/spot-light.d.ts +1 -1
- package/materials/lib/common.d.ts +1 -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 -1
- 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 -1
- 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 +1 -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
- package/schematics/executors.json +0 -4
- package/schematics/generators.json +0 -19
- package/schematics/package.json +0 -9
- package/schematics/src/generators/init/compat.d.ts +0 -2
- package/schematics/src/generators/init/compat.js +0 -6
- package/schematics/src/generators/init/compat.js.map +0 -1
- package/schematics/src/generators/init/generator.d.ts +0 -5
- package/schematics/src/generators/init/generator.js +0 -39
- package/schematics/src/generators/init/generator.js.map +0 -1
- package/schematics/src/generators/init/schema.json +0 -6
- package/schematics/src/index.d.ts +0 -1
- package/schematics/src/index.js +0 -6
- package/schematics/src/index.js.map +0 -1
|
@@ -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 } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtCubeTexture extends THREE.CubeTexture {
|
|
@@ -11,15 +12,15 @@ export class NgtCubeTexture extends THREE.CubeTexture {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtCubeTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCubeTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtCubeTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCubeTexture, isStandalone: true, selector: "ngt-cube-texture", providers: [provideInstanceRef(NgtCubeTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtCubeTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCubeTexture, isStandalone: true, selector: "ngt-cube-texture", providers: [provideInstanceRef(NgtCubeTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCubeTexture, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-cube-texture',
|
|
19
20
|
standalone: true,
|
|
20
21
|
template: '<ng-content></ng-content>',
|
|
21
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
22
23
|
providers: [provideInstanceRef(NgtCubeTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS10ZXh0dXJlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS90ZXh0dXJlcy9zcmMvbGliL2N1YmUtdGV4dHVyZS9jdWJlLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxjQUFlLFNBQVEsS0FBSyxDQUFDLFdBQVc7SUFDakQ7UUFDSSxLQUFLLENBQUMsR0FBRyxVQUFVLEVBQTRCLENBQUMsQ0FBQztRQUNqRCxPQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDOzsyR0FKUSxjQUFjOytGQUFkLGNBQWMsK0RBRlosQ0FBQyxrQkFBa0IsQ0FBQyxjQUFjLENBQUMsQ0FBQywwVkFGckMsMkJBQTJCOzJGQUk1QixjQUFjO2tCQVAxQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxrQkFBa0I7b0JBQzVCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixnQkFBZ0IsQ0FBQztpQkFDbEQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1jdWJlLXRleHR1cmUnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RDdWJlVGV4dHVyZSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3RDdWJlVGV4dHVyZSBleHRlbmRzIFRIUkVFLkN1YmVUZXh0dXJlIHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuQ3ViZVRleHR1cmU+KCkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -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 } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtDataArrayTexture extends THREE.DataArrayTexture {
|
|
@@ -11,15 +12,15 @@ export class NgtDataArrayTexture extends THREE.DataArrayTexture {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtDataArrayTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDataArrayTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtDataArrayTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDataArrayTexture, isStandalone: true, selector: "ngt-data-array-texture", providers: [provideInstanceRef(NgtDataArrayTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtDataArrayTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDataArrayTexture, isStandalone: true, selector: "ngt-data-array-texture", providers: [provideInstanceRef(NgtDataArrayTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDataArrayTexture, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-data-array-texture',
|
|
19
20
|
standalone: true,
|
|
20
21
|
template: '<ng-content></ng-content>',
|
|
21
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
22
23
|
providers: [provideInstanceRef(NgtDataArrayTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS1hcnJheS10ZXh0dXJlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS90ZXh0dXJlcy9zcmMvbGliL2RhdGEtYXJyYXktdGV4dHVyZS9kYXRhLWFycmF5LXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxLQUFLLENBQUMsZ0JBQWdCO0lBQzNEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUFpQyxDQUFDLENBQUM7UUFDdEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7Z0hBSlEsbUJBQW1CO29HQUFuQixtQkFBbUIscUVBRmpCLENBQUMsa0JBQWtCLENBQUMsbUJBQW1CLENBQUMsQ0FBQywwVkFGMUMsMkJBQTJCOzJGQUk1QixtQkFBbUI7a0JBUC9CLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHdCQUF3QjtvQkFDbEMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsa0JBQWtCLHFCQUFxQixDQUFDO2lCQUN2RCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaW5qZWN0QXJncywgTmd0SW5zdGFuY2UsIHByb3ZpZGVJbnN0YW5jZVJlZiwgcHJveGlmeSB9IGZyb20gJ2FuZ3VsYXItdGhyZWUnO1xuaW1wb3J0IHsgTkdUX0lOU1RBTkNFX0lOUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWRhdGEtYXJyYXktdGV4dHVyZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndERhdGFBcnJheVRleHR1cmUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0RGF0YUFycmF5VGV4dHVyZSBleHRlbmRzIFRIUkVFLkRhdGFBcnJheVRleHR1cmUge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi5pbmplY3RBcmdzPHR5cGVvZiBUSFJFRS5EYXRhQXJyYXlUZXh0dXJlPigpKTtcbiAgICAgICAgcmV0dXJuIHByb3hpZnkodGhpcyk7XG4gICAgfVxufVxuIl19
|
|
@@ -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 } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtDataTexture extends THREE.DataTexture {
|
|
@@ -11,15 +12,15 @@ export class NgtDataTexture extends THREE.DataTexture {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtDataTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDataTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtDataTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDataTexture, isStandalone: true, selector: "ngt-data-texture", providers: [provideInstanceRef(NgtDataTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtDataTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDataTexture, isStandalone: true, selector: "ngt-data-texture", providers: [provideInstanceRef(NgtDataTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDataTexture, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-data-texture',
|
|
19
20
|
standalone: true,
|
|
20
21
|
template: '<ng-content></ng-content>',
|
|
21
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
22
23
|
providers: [provideInstanceRef(NgtDataTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS10ZXh0dXJlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS90ZXh0dXJlcy9zcmMvbGliL2RhdGEtdGV4dHVyZS9kYXRhLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxjQUFlLFNBQVEsS0FBSyxDQUFDLFdBQVc7SUFDakQ7UUFDSSxLQUFLLENBQUMsR0FBRyxVQUFVLEVBQTRCLENBQUMsQ0FBQztRQUNqRCxPQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDOzsyR0FKUSxjQUFjOytGQUFkLGNBQWMsK0RBRlosQ0FBQyxrQkFBa0IsQ0FBQyxjQUFjLENBQUMsQ0FBQywwVkFGckMsMkJBQTJCOzJGQUk1QixjQUFjO2tCQVAxQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxrQkFBa0I7b0JBQzVCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixnQkFBZ0IsQ0FBQztpQkFDbEQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1kYXRhLXRleHR1cmUnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3REYXRhVGV4dHVyZSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3REYXRhVGV4dHVyZSBleHRlbmRzIFRIUkVFLkRhdGFUZXh0dXJlIHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRGF0YVRleHR1cmU+KCkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -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 } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtData3DTexture extends THREE.Data3DTexture {
|
|
@@ -11,15 +12,15 @@ export class NgtData3DTexture extends THREE.Data3DTexture {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtData3DTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtData3DTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtData3DTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtData3DTexture, isStandalone: true, selector: "ngt-data3-dtexture", providers: [provideInstanceRef(NgtData3DTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtData3DTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtData3DTexture, isStandalone: true, selector: "ngt-data3-dtexture", providers: [provideInstanceRef(NgtData3DTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtData3DTexture, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-data3-dtexture',
|
|
19
20
|
standalone: true,
|
|
20
21
|
template: '<ng-content></ng-content>',
|
|
21
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
22
23
|
providers: [provideInstanceRef(NgtData3DTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YTMtZHRleHR1cmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hbmd1bGFyLXRocmVlL3RleHR1cmVzL3NyYy9saWIvZGF0YTMtZHRleHR1cmUvZGF0YTMtZHRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxLQUFLLENBQUMsYUFBYTtJQUNyRDtRQUNJLEtBQUssQ0FBQyxHQUFHLFVBQVUsRUFBOEIsQ0FBQyxDQUFDO1FBQ25ELE9BQU8sT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pCLENBQUM7OzZHQUpRLGdCQUFnQjtpR0FBaEIsZ0JBQWdCLGlFQUZkLENBQUMsa0JBQWtCLENBQUMsZ0JBQWdCLENBQUMsQ0FBQywwVkFGdkMsMkJBQTJCOzJGQUk1QixnQkFBZ0I7a0JBUDVCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG9CQUFvQjtvQkFDOUIsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsa0JBQWtCLGtCQUFrQixDQUFDO2lCQUNwRCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaW5qZWN0QXJncywgTmd0SW5zdGFuY2UsIHByb3ZpZGVJbnN0YW5jZVJlZiwgcHJveGlmeSB9IGZyb20gJ2FuZ3VsYXItdGhyZWUnO1xuaW1wb3J0IHsgTkdUX0lOU1RBTkNFX0lOUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWRhdGEzLWR0ZXh0dXJlJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFt7IGRpcmVjdGl2ZTogTmd0SW5zdGFuY2UsIGlucHV0czogTkdUX0lOU1RBTkNFX0lOUFVUUyB9XSxcbiAgICBwcm92aWRlcnM6IFtwcm92aWRlSW5zdGFuY2VSZWYoTmd0RGF0YTNEVGV4dHVyZSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3REYXRhM0RUZXh0dXJlIGV4dGVuZHMgVEhSRUUuRGF0YTNEVGV4dHVyZSB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKC4uLmluamVjdEFyZ3M8dHlwZW9mIFRIUkVFLkRhdGEzRFRleHR1cmU+KCkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -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 } 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,15 +12,15 @@ 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"] }], 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: [{
|
|
18
19
|
selector: 'ngt-depth-texture',
|
|
19
20
|
standalone: true,
|
|
20
21
|
template: '<ng-content></ng-content>',
|
|
21
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
22
23
|
providers: [provideInstanceRef(NgtDepthTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwdGgtdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi9kZXB0aC10ZXh0dXJlL2RlcHRoLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxlQUFnQixTQUFRLEtBQUssQ0FBQyxZQUFZO0lBQ25EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUE2QixDQUFDLENBQUM7UUFDbEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7NEdBSlEsZUFBZTtnR0FBZixlQUFlLGdFQUZiLENBQUMsa0JBQWtCLENBQUMsZUFBZSxDQUFDLENBQUMsMFZBRnRDLDJCQUEyQjsyRkFJNUIsZUFBZTtrQkFQM0IsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsY0FBYyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRSxDQUFDO29CQUN6RSxTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsaUJBQWlCLENBQUM7aUJBQ25EIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtZGVwdGgtdGV4dHVyZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndERlcHRoVGV4dHVyZSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3REZXB0aFRleHR1cmUgZXh0ZW5kcyBUSFJFRS5EZXB0aFRleHR1cmUge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi5pbmplY3RBcmdzPHR5cGVvZiBUSFJFRS5EZXB0aFRleHR1cmU+KCkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -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 } 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,15 +12,15 @@ 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"] }], 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: [{
|
|
18
19
|
selector: 'ngt-framebuffer-texture',
|
|
19
20
|
standalone: true,
|
|
20
21
|
template: '<ng-content></ng-content>',
|
|
21
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
22
23
|
providers: [provideInstanceRef(NgtFramebufferTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnJhbWVidWZmZXItdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi9mcmFtZWJ1ZmZlci10ZXh0dXJlL2ZyYW1lYnVmZmVyLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxLQUFLLENBQUMsa0JBQWtCO0lBQy9EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUFtQyxDQUFDLENBQUM7UUFDeEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7a0hBSlEscUJBQXFCO3NHQUFyQixxQkFBcUIsc0VBRm5CLENBQUMsa0JBQWtCLENBQUMscUJBQXFCLENBQUMsQ0FBQywwVkFGNUMsMkJBQTJCOzJGQUk1QixxQkFBcUI7a0JBUGpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsa0JBQWtCLHVCQUF1QixDQUFDO2lCQUN6RCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaW5qZWN0QXJncywgTmd0SW5zdGFuY2UsIHByb3ZpZGVJbnN0YW5jZVJlZiwgcHJveGlmeSB9IGZyb20gJ2FuZ3VsYXItdGhyZWUnO1xuaW1wb3J0IHsgTkdUX0lOU1RBTkNFX0lOUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWZyYW1lYnVmZmVyLXRleHR1cmUnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RGcmFtZWJ1ZmZlclRleHR1cmUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0RnJhbWVidWZmZXJUZXh0dXJlIGV4dGVuZHMgVEhSRUUuRnJhbWVidWZmZXJUZXh0dXJlIHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRnJhbWVidWZmZXJUZXh0dXJlPigpKTtcbiAgICAgICAgcmV0dXJuIHByb3hpZnkodGhpcyk7XG4gICAgfVxufVxuIl19
|
|
@@ -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 } 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,15 +12,15 @@ 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"] }], 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: [{
|
|
18
19
|
selector: 'ngt-video-texture',
|
|
19
20
|
standalone: true,
|
|
20
21
|
template: '<ng-content></ng-content>',
|
|
21
|
-
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS
|
|
22
|
+
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
|
|
22
23
|
providers: [provideInstanceRef(NgtVideoTexture)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi92aWRlby10ZXh0dXJlL3ZpZGVvLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxlQUFnQixTQUFRLEtBQUssQ0FBQyxZQUFZO0lBQ25EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUE2QixDQUFDLENBQUM7UUFDbEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7NEdBSlEsZUFBZTtnR0FBZixlQUFlLGdFQUZiLENBQUMsa0JBQWtCLENBQUMsZUFBZSxDQUFDLENBQUMsMFZBRnRDLDJCQUEyQjsyRkFJNUIsZUFBZTtrQkFQM0IsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsY0FBYyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRSxDQUFDO29CQUN6RSxTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsaUJBQWlCLENBQUM7aUJBQ25EIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtdmlkZW8tdGV4dHVyZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndFZpZGVvVGV4dHVyZSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3RWaWRlb1RleHR1cmUgZXh0ZW5kcyBUSFJFRS5WaWRlb1RleHR1cmUge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi5pbmplY3RBcmdzPHR5cGVvZiBUSFJFRS5WaWRlb1RleHR1cmU+KCkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzKTtcbiAgICB9XG59XG4iXX0=
|