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
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtBufferGeometry extends THREE.BufferGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtBufferGeometry extends THREE.BufferGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtBufferGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferGeometry, isStandalone: true, selector: "ngt-buffer-geometry", providers: [provideInstanceRef(NgtBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferGeometry, isStandalone: true, selector: "ngt-buffer-geometry", providers: [provideInstanceRef(NgtBufferGeometry)], 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: NgtBufferGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-buffer-geometry',
|
|
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(NgtBufferGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVmZmVyLWdlb21ldHJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9nZW9tZXRyaWVzL3NyYy9saWIvYnVmZmVyLWdlb21ldHJ5L2J1ZmZlci1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGlCQUFrQixTQUFRLEtBQUssQ0FBQyxjQUFjO0lBQ3ZEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQThCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUM5RSxPQUFPLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLENBQUMsQ0FBQztJQUNqRCxDQUFDOzs4R0FKUSxpQkFBaUI7a0dBQWpCLGlCQUFpQixrRUFGZixDQUFDLGtCQUFrQixDQUFDLGlCQUFpQixDQUFDLENBQUMsMFZBRnhDLDJCQUEyQjsyRkFJNUIsaUJBQWlCO2tCQVA3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxxQkFBcUI7b0JBQy9CLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixtQkFBbUIsQ0FBQztpQkFDckQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1idWZmZXItZ2VvbWV0cnknLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RCdWZmZXJHZW9tZXRyeSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3RCdWZmZXJHZW9tZXRyeSBleHRlbmRzIFRIUkVFLkJ1ZmZlckdlb21ldHJ5IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uKGluamVjdEFyZ3M8dHlwZW9mIFRIUkVFLkJ1ZmZlckdlb21ldHJ5Pih7IG9wdGlvbmFsOiB0cnVlIH0pIHx8IFtdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMsIHsgYXR0YWNoOiAnZ2VvbWV0cnknIH0pO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtCapsuleGeometry extends THREE.CapsuleGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtCapsuleGeometry extends THREE.CapsuleGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtCapsuleGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCapsuleGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtCapsuleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCapsuleGeometry, isStandalone: true, selector: "ngt-capsule-geometry", providers: [provideInstanceRef(NgtCapsuleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtCapsuleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCapsuleGeometry, isStandalone: true, selector: "ngt-capsule-geometry", providers: [provideInstanceRef(NgtCapsuleGeometry)], 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: NgtCapsuleGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-capsule-geometry',
|
|
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(NgtCapsuleGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fwc3VsZS1nZW9tZXRyeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvZ2VvbWV0cmllcy9zcmMvbGliL2NhcHN1bGUtZ2VvbWV0cnkvY2Fwc3VsZS1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGtCQUFtQixTQUFRLEtBQUssQ0FBQyxlQUFlO0lBQ3pEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQStCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUMvRSxPQUFPLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLENBQUMsQ0FBQztJQUNqRCxDQUFDOzsrR0FKUSxrQkFBa0I7bUdBQWxCLGtCQUFrQixtRUFGaEIsQ0FBQyxrQkFBa0IsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLDBWQUZ6QywyQkFBMkI7MkZBSTVCLGtCQUFrQjtrQkFQOUIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsc0JBQXNCO29CQUNoQyxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsY0FBYyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRSxDQUFDO29CQUN6RSxTQUFTLEVBQUUsQ0FBQyxrQkFBa0Isb0JBQW9CLENBQUM7aUJBQ3REIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0IHsgaW5qZWN0QXJncywgTmd0SW5zdGFuY2UsIHByb3ZpZGVJbnN0YW5jZVJlZiwgcHJveGlmeSB9IGZyb20gJ2FuZ3VsYXItdGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtY2Fwc3VsZS1nZW9tZXRyeScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndENhcHN1bGVHZW9tZXRyeSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3RDYXBzdWxlR2VvbWV0cnkgZXh0ZW5kcyBUSFJFRS5DYXBzdWxlR2VvbWV0cnkge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuQ2Fwc3VsZUdlb21ldHJ5Pih7IG9wdGlvbmFsOiB0cnVlIH0pIHx8IFtdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMsIHsgYXR0YWNoOiAnZ2VvbWV0cnknIH0pO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtCircleGeometry extends THREE.CircleGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtCircleGeometry extends THREE.CircleGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtCircleGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCircleGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtCircleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCircleGeometry, isStandalone: true, selector: "ngt-circle-geometry", providers: [provideInstanceRef(NgtCircleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtCircleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCircleGeometry, isStandalone: true, selector: "ngt-circle-geometry", providers: [provideInstanceRef(NgtCircleGeometry)], 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: NgtCircleGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-circle-geometry',
|
|
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(NgtCircleGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2lyY2xlLWdlb21ldHJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9nZW9tZXRyaWVzL3NyYy9saWIvY2lyY2xlLWdlb21ldHJ5L2NpcmNsZS1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGlCQUFrQixTQUFRLEtBQUssQ0FBQyxjQUFjO0lBQ3ZEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQThCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUM5RSxPQUFPLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLENBQUMsQ0FBQztJQUNqRCxDQUFDOzs4R0FKUSxpQkFBaUI7a0dBQWpCLGlCQUFpQixrRUFGZixDQUFDLGtCQUFrQixDQUFDLGlCQUFpQixDQUFDLENBQUMsMFZBRnhDLDJCQUEyQjsyRkFJNUIsaUJBQWlCO2tCQVA3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxxQkFBcUI7b0JBQy9CLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixtQkFBbUIsQ0FBQztpQkFDckQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1jaXJjbGUtZ2VvbWV0cnknLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RDaXJjbGVHZW9tZXRyeSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3RDaXJjbGVHZW9tZXRyeSBleHRlbmRzIFRIUkVFLkNpcmNsZUdlb21ldHJ5IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uKGluamVjdEFyZ3M8dHlwZW9mIFRIUkVFLkNpcmNsZUdlb21ldHJ5Pih7IG9wdGlvbmFsOiB0cnVlIH0pIHx8IFtdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMsIHsgYXR0YWNoOiAnZ2VvbWV0cnknIH0pO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// GENERATED - AngularThree v1.0.0
|
|
2
|
+
export const NGT_INSTANCE_INPUTS = [
|
|
3
|
+
'ref',
|
|
4
|
+
'attach',
|
|
5
|
+
'skipWrapper',
|
|
6
|
+
'skipInit',
|
|
7
|
+
'noAttach',
|
|
8
|
+
'beforeRender',
|
|
9
|
+
'priority',
|
|
10
|
+
'updateCallback',
|
|
11
|
+
'readyCallback',
|
|
12
|
+
];
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9nZW9tZXRyaWVzL3NyYy9saWIvY29tbW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGtDQUFrQztBQUNsQyxNQUFNLENBQUMsTUFBTSxtQkFBbUIsR0FBRztJQUMvQixLQUFLO0lBQ0wsUUFBUTtJQUNSLGFBQWE7SUFDYixVQUFVO0lBQ1YsVUFBVTtJQUNWLGNBQWM7SUFDZCxVQUFVO0lBQ1YsZ0JBQWdCO0lBQ2hCLGVBQWU7Q0FDbEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmV4cG9ydCBjb25zdCBOR1RfSU5TVEFOQ0VfSU5QVVRTID0gW1xuICAgICdyZWYnLFxuICAgICdhdHRhY2gnLFxuICAgICdza2lwV3JhcHBlcicsXG4gICAgJ3NraXBJbml0JyxcbiAgICAnbm9BdHRhY2gnLFxuICAgICdiZWZvcmVSZW5kZXInLFxuICAgICdwcmlvcml0eScsXG4gICAgJ3VwZGF0ZUNhbGxiYWNrJyxcbiAgICAncmVhZHlDYWxsYmFjaycsXG5dO1xuIl19
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtConeGeometry extends THREE.ConeGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtConeGeometry extends THREE.ConeGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtConeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtConeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtConeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtConeGeometry, isStandalone: true, selector: "ngt-cone-geometry", providers: [provideInstanceRef(NgtConeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtConeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtConeGeometry, isStandalone: true, selector: "ngt-cone-geometry", providers: [provideInstanceRef(NgtConeGeometry)], 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: NgtConeGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-cone-geometry',
|
|
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(NgtConeGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZS1nZW9tZXRyeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvZ2VvbWV0cmllcy9zcmMvbGliL2NvbmUtZ2VvbWV0cnkvY29uZS1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGVBQWdCLFNBQVEsS0FBSyxDQUFDLFlBQVk7SUFDbkQ7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBNEIsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQzVFLE9BQU8sT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsQ0FBQyxDQUFDO0lBQ2pELENBQUM7OzRHQUpRLGVBQWU7Z0dBQWYsZUFBZSxnRUFGYixDQUFDLGtCQUFrQixDQUFDLGVBQWUsQ0FBQyxDQUFDLDBWQUZ0QywyQkFBMkI7MkZBSTVCLGVBQWU7a0JBUDNCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtvQkFDN0IsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsa0JBQWtCLGlCQUFpQixDQUFDO2lCQUNuRCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgTkdUX0lOU1RBTkNFX0lOUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWNvbmUtZ2VvbWV0cnknLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RDb25lR2VvbWV0cnkpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0Q29uZUdlb21ldHJ5IGV4dGVuZHMgVEhSRUUuQ29uZUdlb21ldHJ5IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uKGluamVjdEFyZ3M8dHlwZW9mIFRIUkVFLkNvbmVHZW9tZXRyeT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbXSkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzLCB7IGF0dGFjaDogJ2dlb21ldHJ5JyB9KTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtCylinderGeometry extends THREE.CylinderGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtCylinderGeometry extends THREE.CylinderGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtCylinderGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCylinderGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtCylinderGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCylinderGeometry, isStandalone: true, selector: "ngt-cylinder-geometry", providers: [provideInstanceRef(NgtCylinderGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtCylinderGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCylinderGeometry, isStandalone: true, selector: "ngt-cylinder-geometry", providers: [provideInstanceRef(NgtCylinderGeometry)], 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: NgtCylinderGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-cylinder-geometry',
|
|
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(NgtCylinderGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3lsaW5kZXItZ2VvbWV0cnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hbmd1bGFyLXRocmVlL2dlb21ldHJpZXMvc3JjL2xpYi9jeWxpbmRlci1nZW9tZXRyeS9jeWxpbmRlci1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLG1CQUFvQixTQUFRLEtBQUssQ0FBQyxnQkFBZ0I7SUFDM0Q7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBZ0MsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ2hGLE9BQU8sT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsQ0FBQyxDQUFDO0lBQ2pELENBQUM7O2dIQUpRLG1CQUFtQjtvR0FBbkIsbUJBQW1CLG9FQUZqQixDQUFDLGtCQUFrQixDQUFDLG1CQUFtQixDQUFDLENBQUMsMFZBRjFDLDJCQUEyQjsyRkFJNUIsbUJBQW1CO2tCQVAvQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx1QkFBdUI7b0JBQ2pDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixxQkFBcUIsQ0FBQztpQkFDdkQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1jeWxpbmRlci1nZW9tZXRyeScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndEN5bGluZGVyR2VvbWV0cnkpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0Q3lsaW5kZXJHZW9tZXRyeSBleHRlbmRzIFRIUkVFLkN5bGluZGVyR2VvbWV0cnkge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuQ3lsaW5kZXJHZW9tZXRyeT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbXSkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzLCB7IGF0dGFjaDogJ2dlb21ldHJ5JyB9KTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtDodecahedronGeometry extends THREE.DodecahedronGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtDodecahedronGeometry extends THREE.DodecahedronGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtDodecahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDodecahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtDodecahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDodecahedronGeometry, isStandalone: true, selector: "ngt-dodecahedron-geometry", providers: [provideInstanceRef(NgtDodecahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtDodecahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDodecahedronGeometry, isStandalone: true, selector: "ngt-dodecahedron-geometry", providers: [provideInstanceRef(NgtDodecahedronGeometry)], 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: NgtDodecahedronGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-dodecahedron-geometry',
|
|
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(NgtDodecahedronGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9kZWNhaGVkcm9uLWdlb21ldHJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci10aHJlZS9nZW9tZXRyaWVzL3NyYy9saWIvZG9kZWNhaGVkcm9uLWdlb21ldHJ5L2RvZGVjYWhlZHJvbi1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLHVCQUF3QixTQUFRLEtBQUssQ0FBQyxvQkFBb0I7SUFDbkU7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBb0MsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ3BGLE9BQU8sT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsQ0FBQyxDQUFDO0lBQ2pELENBQUM7O29IQUpRLHVCQUF1Qjt3R0FBdkIsdUJBQXVCLHdFQUZyQixDQUFDLGtCQUFrQixDQUFDLHVCQUF1QixDQUFDLENBQUMsMFZBRjlDLDJCQUEyQjsyRkFJNUIsdUJBQXVCO2tCQVBuQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQix5QkFBeUIsQ0FBQztpQkFDM0QiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1kb2RlY2FoZWRyb24tZ2VvbWV0cnknLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3REb2RlY2FoZWRyb25HZW9tZXRyeSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3REb2RlY2FoZWRyb25HZW9tZXRyeSBleHRlbmRzIFRIUkVFLkRvZGVjYWhlZHJvbkdlb21ldHJ5IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uKGluamVjdEFyZ3M8dHlwZW9mIFRIUkVFLkRvZGVjYWhlZHJvbkdlb21ldHJ5Pih7IG9wdGlvbmFsOiB0cnVlIH0pIHx8IFtdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMsIHsgYXR0YWNoOiAnZ2VvbWV0cnknIH0pO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtEdgesGeometry extends THREE.EdgesGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtEdgesGeometry extends THREE.EdgesGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtEdgesGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtEdgesGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtEdgesGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtEdgesGeometry, isStandalone: true, selector: "ngt-edges-geometry", providers: [provideInstanceRef(NgtEdgesGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtEdgesGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtEdgesGeometry, isStandalone: true, selector: "ngt-edges-geometry", providers: [provideInstanceRef(NgtEdgesGeometry)], 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: NgtEdgesGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-edges-geometry',
|
|
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(NgtEdgesGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRnZXMtZ2VvbWV0cnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hbmd1bGFyLXRocmVlL2dlb21ldHJpZXMvc3JjL2xpYi9lZGdlcy1nZW9tZXRyeS9lZGdlcy1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGdCQUFpQixTQUFRLEtBQUssQ0FBQyxhQUFhO0lBQ3JEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQTZCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUM3RSxPQUFPLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLENBQUMsQ0FBQztJQUNqRCxDQUFDOzs2R0FKUSxnQkFBZ0I7aUdBQWhCLGdCQUFnQixpRUFGZCxDQUFDLGtCQUFrQixDQUFDLGdCQUFnQixDQUFDLENBQUMsMFZBRnZDLDJCQUEyQjsyRkFJNUIsZ0JBQWdCO2tCQVA1QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixrQkFBa0IsQ0FBQztpQkFDcEQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1lZGdlcy1nZW9tZXRyeScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndEVkZ2VzR2VvbWV0cnkpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0RWRnZXNHZW9tZXRyeSBleHRlbmRzIFRIUkVFLkVkZ2VzR2VvbWV0cnkge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRWRnZXNHZW9tZXRyeT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbXSkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzLCB7IGF0dGFjaDogJ2dlb21ldHJ5JyB9KTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtExtrudeGeometry extends THREE.ExtrudeGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtExtrudeGeometry extends THREE.ExtrudeGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtExtrudeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtExtrudeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtExtrudeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtExtrudeGeometry, isStandalone: true, selector: "ngt-extrude-geometry", providers: [provideInstanceRef(NgtExtrudeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtExtrudeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtExtrudeGeometry, isStandalone: true, selector: "ngt-extrude-geometry", providers: [provideInstanceRef(NgtExtrudeGeometry)], 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: NgtExtrudeGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-extrude-geometry',
|
|
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(NgtExtrudeGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXh0cnVkZS1nZW9tZXRyeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvZ2VvbWV0cmllcy9zcmMvbGliL2V4dHJ1ZGUtZ2VvbWV0cnkvZXh0cnVkZS1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGtCQUFtQixTQUFRLEtBQUssQ0FBQyxlQUFlO0lBQ3pEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQStCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUMvRSxPQUFPLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLENBQUMsQ0FBQztJQUNqRCxDQUFDOzsrR0FKUSxrQkFBa0I7bUdBQWxCLGtCQUFrQixtRUFGaEIsQ0FBQyxrQkFBa0IsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLDBWQUZ6QywyQkFBMkI7MkZBSTVCLGtCQUFrQjtrQkFQOUIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsc0JBQXNCO29CQUNoQyxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsY0FBYyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRSxDQUFDO29CQUN6RSxTQUFTLEVBQUUsQ0FBQyxrQkFBa0Isb0JBQW9CLENBQUM7aUJBQ3REIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0IHsgaW5qZWN0QXJncywgTmd0SW5zdGFuY2UsIHByb3ZpZGVJbnN0YW5jZVJlZiwgcHJveGlmeSB9IGZyb20gJ2FuZ3VsYXItdGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtZXh0cnVkZS1nZW9tZXRyeScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndEV4dHJ1ZGVHZW9tZXRyeSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3RFeHRydWRlR2VvbWV0cnkgZXh0ZW5kcyBUSFJFRS5FeHRydWRlR2VvbWV0cnkge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRXh0cnVkZUdlb21ldHJ5Pih7IG9wdGlvbmFsOiB0cnVlIH0pIHx8IFtdKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMsIHsgYXR0YWNoOiAnZ2VvbWV0cnknIH0pO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtIcosahedronGeometry extends THREE.IcosahedronGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtIcosahedronGeometry extends THREE.IcosahedronGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtIcosahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtIcosahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtIcosahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtIcosahedronGeometry, isStandalone: true, selector: "ngt-icosahedron-geometry", providers: [provideInstanceRef(NgtIcosahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtIcosahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtIcosahedronGeometry, isStandalone: true, selector: "ngt-icosahedron-geometry", providers: [provideInstanceRef(NgtIcosahedronGeometry)], 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: NgtIcosahedronGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-icosahedron-geometry',
|
|
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(NgtIcosahedronGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvc2FoZWRyb24tZ2VvbWV0cnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hbmd1bGFyLXRocmVlL2dlb21ldHJpZXMvc3JjL2xpYi9pY29zYWhlZHJvbi1nZW9tZXRyeS9pY29zYWhlZHJvbi1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLHNCQUF1QixTQUFRLEtBQUssQ0FBQyxtQkFBbUI7SUFDakU7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBbUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ25GLE9BQU8sT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsQ0FBQyxDQUFDO0lBQ2pELENBQUM7O21IQUpRLHNCQUFzQjt1R0FBdEIsc0JBQXNCLHVFQUZwQixDQUFDLGtCQUFrQixDQUFDLHNCQUFzQixDQUFDLENBQUMsMFZBRjdDLDJCQUEyQjsyRkFJNUIsc0JBQXNCO2tCQVBsQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQix3QkFBd0IsQ0FBQztpQkFDMUQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1pY29zYWhlZHJvbi1nZW9tZXRyeScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndEljb3NhaGVkcm9uR2VvbWV0cnkpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0SWNvc2FoZWRyb25HZW9tZXRyeSBleHRlbmRzIFRIUkVFLkljb3NhaGVkcm9uR2VvbWV0cnkge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuSWNvc2FoZWRyb25HZW9tZXRyeT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbXSkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzLCB7IGF0dGFjaDogJ2dlb21ldHJ5JyB9KTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtInstancedBufferGeometry extends THREE.InstancedBufferGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtInstancedBufferGeometry extends THREE.InstancedBufferGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtInstancedBufferGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtInstancedBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferGeometry, isStandalone: true, selector: "ngt-instanced-buffer-geometry", providers: [provideInstanceRef(NgtInstancedBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtInstancedBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferGeometry, isStandalone: true, selector: "ngt-instanced-buffer-geometry", providers: [provideInstanceRef(NgtInstancedBufferGeometry)], 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: NgtInstancedBufferGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-instanced-buffer-geometry',
|
|
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(NgtInstancedBufferGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zdGFuY2VkLWJ1ZmZlci1nZW9tZXRyeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvZ2VvbWV0cmllcy9zcmMvbGliL2luc3RhbmNlZC1idWZmZXItZ2VvbWV0cnkvaW5zdGFuY2VkLWJ1ZmZlci1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLDBCQUEyQixTQUFRLEtBQUssQ0FBQyx1QkFBdUI7SUFDekU7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBdUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ3ZGLE9BQU8sT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsQ0FBQyxDQUFDO0lBQ2pELENBQUM7O3VIQUpRLDBCQUEwQjsyR0FBMUIsMEJBQTBCLDRFQUZ4QixDQUFDLGtCQUFrQixDQUFDLDBCQUEwQixDQUFDLENBQUMsMFZBRmpELDJCQUEyQjsyRkFJNUIsMEJBQTBCO2tCQVB0QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwrQkFBK0I7b0JBQ3pDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQiw0QkFBNEIsQ0FBQztpQkFDOUQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1pbnN0YW5jZWQtYnVmZmVyLWdlb21ldHJ5JyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFt7IGRpcmVjdGl2ZTogTmd0SW5zdGFuY2UsIGlucHV0czogTkdUX0lOU1RBTkNFX0lOUFVUUyB9XSxcbiAgICBwcm92aWRlcnM6IFtwcm92aWRlSW5zdGFuY2VSZWYoTmd0SW5zdGFuY2VkQnVmZmVyR2VvbWV0cnkpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0SW5zdGFuY2VkQnVmZmVyR2VvbWV0cnkgZXh0ZW5kcyBUSFJFRS5JbnN0YW5jZWRCdWZmZXJHZW9tZXRyeSB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKC4uLihpbmplY3RBcmdzPHR5cGVvZiBUSFJFRS5JbnN0YW5jZWRCdWZmZXJHZW9tZXRyeT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbXSkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzLCB7IGF0dGFjaDogJ2dlb21ldHJ5JyB9KTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtLatheGeometry extends THREE.LatheGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtLatheGeometry extends THREE.LatheGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtLatheGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLatheGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtLatheGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLatheGeometry, isStandalone: true, selector: "ngt-lathe-geometry", providers: [provideInstanceRef(NgtLatheGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtLatheGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLatheGeometry, isStandalone: true, selector: "ngt-lathe-geometry", providers: [provideInstanceRef(NgtLatheGeometry)], 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: NgtLatheGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-lathe-geometry',
|
|
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(NgtLatheGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF0aGUtZ2VvbWV0cnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hbmd1bGFyLXRocmVlL2dlb21ldHJpZXMvc3JjL2xpYi9sYXRoZS1nZW9tZXRyeS9sYXRoZS1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGdCQUFpQixTQUFRLEtBQUssQ0FBQyxhQUFhO0lBQ3JEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQTZCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUM3RSxPQUFPLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLENBQUMsQ0FBQztJQUNqRCxDQUFDOzs2R0FKUSxnQkFBZ0I7aUdBQWhCLGdCQUFnQixpRUFGZCxDQUFDLGtCQUFrQixDQUFDLGdCQUFnQixDQUFDLENBQUMsMFZBRnZDLDJCQUEyQjsyRkFJNUIsZ0JBQWdCO2tCQVA1QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixrQkFBa0IsQ0FBQztpQkFDcEQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1sYXRoZS1nZW9tZXRyeScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndExhdGhlR2VvbWV0cnkpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0TGF0aGVHZW9tZXRyeSBleHRlbmRzIFRIUkVFLkxhdGhlR2VvbWV0cnkge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuTGF0aGVHZW9tZXRyeT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbXSkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzLCB7IGF0dGFjaDogJ2dlb21ldHJ5JyB9KTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtOctahedronGeometry extends THREE.OctahedronGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtOctahedronGeometry extends THREE.OctahedronGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtOctahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtOctahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtOctahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtOctahedronGeometry, isStandalone: true, selector: "ngt-octahedron-geometry", providers: [provideInstanceRef(NgtOctahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtOctahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtOctahedronGeometry, isStandalone: true, selector: "ngt-octahedron-geometry", providers: [provideInstanceRef(NgtOctahedronGeometry)], 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: NgtOctahedronGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-octahedron-geometry',
|
|
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(NgtOctahedronGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2N0YWhlZHJvbi1nZW9tZXRyeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvZ2VvbWV0cmllcy9zcmMvbGliL29jdGFoZWRyb24tZ2VvbWV0cnkvb2N0YWhlZHJvbi1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLHFCQUFzQixTQUFRLEtBQUssQ0FBQyxrQkFBa0I7SUFDL0Q7UUFDSSxLQUFLLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBa0MsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ2xGLE9BQU8sT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsQ0FBQyxDQUFDO0lBQ2pELENBQUM7O2tIQUpRLHFCQUFxQjtzR0FBckIscUJBQXFCLHNFQUZuQixDQUFDLGtCQUFrQixDQUFDLHFCQUFxQixDQUFDLENBQUMsMFZBRjVDLDJCQUEyQjsyRkFJNUIscUJBQXFCO2tCQVBqQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx5QkFBeUI7b0JBQ25DLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQix1QkFBdUIsQ0FBQztpQkFDekQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1vY3RhaGVkcm9uLWdlb21ldHJ5JyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFt7IGRpcmVjdGl2ZTogTmd0SW5zdGFuY2UsIGlucHV0czogTkdUX0lOU1RBTkNFX0lOUFVUUyB9XSxcbiAgICBwcm92aWRlcnM6IFtwcm92aWRlSW5zdGFuY2VSZWYoTmd0T2N0YWhlZHJvbkdlb21ldHJ5KV0sXG59KVxuZXhwb3J0IGNsYXNzIE5ndE9jdGFoZWRyb25HZW9tZXRyeSBleHRlbmRzIFRIUkVFLk9jdGFoZWRyb25HZW9tZXRyeSB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKC4uLihpbmplY3RBcmdzPHR5cGVvZiBUSFJFRS5PY3RhaGVkcm9uR2VvbWV0cnk+KHsgb3B0aW9uYWw6IHRydWUgfSkgfHwgW10pKTtcbiAgICAgICAgcmV0dXJuIHByb3hpZnkodGhpcywgeyBhdHRhY2g6ICdnZW9tZXRyeScgfSk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// GENERATED - AngularThree v1.0.0
|
|
2
|
-
import { injectArgs,
|
|
2
|
+
import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
|
|
3
3
|
import { Component } from '@angular/core';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
+
import { NGT_INSTANCE_INPUTS } from '../common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "angular-three";
|
|
7
8
|
export class NgtPlaneGeometry extends THREE.PlaneGeometry {
|
|
@@ -11,15 +12,15 @@ export class NgtPlaneGeometry extends THREE.PlaneGeometry {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
NgtPlaneGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPlaneGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
NgtPlaneGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPlaneGeometry, isStandalone: true, selector: "ngt-plane-geometry", providers: [provideInstanceRef(NgtPlaneGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
15
|
+
NgtPlaneGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPlaneGeometry, isStandalone: true, selector: "ngt-plane-geometry", providers: [provideInstanceRef(NgtPlaneGeometry)], 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: NgtPlaneGeometry, decorators: [{
|
|
16
17
|
type: Component,
|
|
17
18
|
args: [{
|
|
18
19
|
selector: 'ngt-plane-geometry',
|
|
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(NgtPlaneGeometry)],
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return []; } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGxhbmUtZ2VvbWV0cnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hbmd1bGFyLXRocmVlL2dlb21ldHJpZXMvc3JjL2xpYi9wbGFuZS1nZW9tZXRyeS9wbGFuZS1nZW9tZXRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQ0FBa0M7QUFDbEMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxLQUFLLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDL0IsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFTaEQsTUFBTSxPQUFPLGdCQUFpQixTQUFRLEtBQUssQ0FBQyxhQUFhO0lBQ3JEO1FBQ0ksS0FBSyxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQTZCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUM3RSxPQUFPLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLENBQUMsQ0FBQztJQUNqRCxDQUFDOzs2R0FKUSxnQkFBZ0I7aUdBQWhCLGdCQUFnQixpRUFGZCxDQUFDLGtCQUFrQixDQUFDLGdCQUFnQixDQUFDLENBQUMsMFZBRnZDLDJCQUEyQjsyRkFJNUIsZ0JBQWdCO2tCQVA1QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLENBQUM7b0JBQ3pFLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixrQkFBa0IsQ0FBQztpQkFDcEQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMgfSBmcm9tICcuLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1wbGFuZS1nZW9tZXRyeScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndFBsYW5lR2VvbWV0cnkpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0UGxhbmVHZW9tZXRyeSBleHRlbmRzIFRIUkVFLlBsYW5lR2VvbWV0cnkge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi4oaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuUGxhbmVHZW9tZXRyeT4oeyBvcHRpb25hbDogdHJ1ZSB9KSB8fCBbXSkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzLCB7IGF0dGFjaDogJ2dlb21ldHJ5JyB9KTtcbiAgICB9XG59XG4iXX0=
|