angular-three 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/attributes/lib/buffer-attribute/buffer-attribute.d.ts +1 -1
- package/attributes/lib/color-attribute/color-attribute.d.ts +1 -1
- package/attributes/lib/common.d.ts +2 -0
- package/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.d.ts +1 -1
- package/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.d.ts +1 -1
- package/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.d.ts +1 -1
- package/attributes/lib/fog-attribute/fog-attribute.d.ts +1 -1
- package/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.d.ts +1 -1
- package/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.d.ts +1 -1
- package/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.d.ts +1 -1
- package/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.d.ts +1 -1
- package/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.d.ts +1 -1
- package/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.d.ts +1 -1
- package/attributes/lib/matrix3-attribute/matrix3-attribute.d.ts +1 -1
- package/attributes/lib/matrix4-attribute/matrix4-attribute.d.ts +1 -1
- package/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.d.ts +1 -1
- package/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.d.ts +1 -1
- package/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.d.ts +1 -1
- package/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.d.ts +1 -1
- package/attributes/lib/value-attribute/value-attribute.d.ts +1 -1
- package/attributes/lib/vector2-attribute/vector2-attribute.d.ts +1 -1
- package/attributes/lib/vector3-attribute/vector3-attribute.d.ts +1 -1
- package/attributes/lib/vector4-attribute/vector4-attribute.d.ts +1 -1
- package/audios/lib/audio/audio.d.ts +1 -1
- package/audios/lib/audio-listener/audio-listener.d.ts +1 -1
- package/audios/lib/common.d.ts +3 -0
- package/audios/lib/positional-audio/positional-audio.d.ts +1 -1
- package/cameras/lib/array-camera/array-camera.d.ts +1 -1
- package/cameras/lib/common.d.ts +3 -0
- package/cameras/lib/cube-camera/cube-camera.d.ts +1 -1
- package/cameras/lib/orthographic-camera/orthographic-camera.d.ts +1 -1
- package/cameras/lib/perspective-camera/perspective-camera.d.ts +1 -1
- package/cameras/lib/stereo-camera/stereo-camera.d.ts +1 -1
- package/esm2020/attributes/lib/buffer-attribute/buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/color-attribute/color-attribute.mjs +4 -3
- package/esm2020/attributes/lib/common.mjs +28 -0
- package/esm2020/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/fog-attribute/fog-attribute.mjs +4 -3
- package/esm2020/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.mjs +4 -3
- package/esm2020/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/matrix3-attribute/matrix3-attribute.mjs +4 -3
- package/esm2020/attributes/lib/matrix4-attribute/matrix4-attribute.mjs +4 -3
- package/esm2020/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.mjs +4 -3
- package/esm2020/attributes/lib/value-attribute/value-attribute.mjs +4 -3
- package/esm2020/attributes/lib/vector2-attribute/vector2-attribute.mjs +4 -3
- package/esm2020/attributes/lib/vector3-attribute/vector3-attribute.mjs +4 -3
- package/esm2020/attributes/lib/vector4-attribute/vector4-attribute.mjs +4 -3
- package/esm2020/audios/lib/audio/audio.mjs +5 -28
- package/esm2020/audios/lib/audio-listener/audio-listener.mjs +5 -32
- package/esm2020/audios/lib/common.mjs +54 -0
- package/esm2020/audios/lib/positional-audio/positional-audio.mjs +5 -28
- package/esm2020/cameras/lib/array-camera/array-camera.mjs +5 -28
- package/esm2020/cameras/lib/common.mjs +54 -0
- package/esm2020/cameras/lib/cube-camera/cube-camera.mjs +6 -31
- package/esm2020/cameras/lib/orthographic-camera/orthographic-camera.mjs +5 -28
- package/esm2020/cameras/lib/perspective-camera/perspective-camera.mjs +5 -28
- package/esm2020/cameras/lib/stereo-camera/stereo-camera.mjs +5 -28
- package/esm2020/geometries/lib/box-geometry/box-geometry.mjs +4 -3
- package/esm2020/geometries/lib/buffer-geometry/buffer-geometry.mjs +4 -3
- package/esm2020/geometries/lib/capsule-geometry/capsule-geometry.mjs +4 -3
- package/esm2020/geometries/lib/circle-geometry/circle-geometry.mjs +4 -3
- package/esm2020/geometries/lib/common.mjs +28 -0
- package/esm2020/geometries/lib/cone-geometry/cone-geometry.mjs +4 -3
- package/esm2020/geometries/lib/cylinder-geometry/cylinder-geometry.mjs +4 -3
- package/esm2020/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/edges-geometry/edges-geometry.mjs +4 -3
- package/esm2020/geometries/lib/extrude-geometry/extrude-geometry.mjs +4 -3
- package/esm2020/geometries/lib/icosahedron-geometry/icosahedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.mjs +4 -3
- package/esm2020/geometries/lib/lathe-geometry/lathe-geometry.mjs +4 -3
- package/esm2020/geometries/lib/octahedron-geometry/octahedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/plane-geometry/plane-geometry.mjs +4 -3
- package/esm2020/geometries/lib/polyhedron-geometry/polyhedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/ring-geometry/ring-geometry.mjs +4 -3
- package/esm2020/geometries/lib/shape-geometry/shape-geometry.mjs +4 -3
- package/esm2020/geometries/lib/sphere-geometry/sphere-geometry.mjs +4 -3
- package/esm2020/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.mjs +4 -3
- package/esm2020/geometries/lib/torus-geometry/torus-geometry.mjs +4 -3
- package/esm2020/geometries/lib/torus-knot-geometry/torus-knot-geometry.mjs +4 -3
- package/esm2020/geometries/lib/tube-geometry/tube-geometry.mjs +4 -3
- package/esm2020/geometries/lib/wireframe-geometry/wireframe-geometry.mjs +4 -3
- package/esm2020/helpers/lib/arrow-helper/arrow-helper.mjs +4 -3
- package/esm2020/helpers/lib/axes-helper/axes-helper.mjs +4 -3
- package/esm2020/helpers/lib/box-helper/box-helper.mjs +4 -3
- package/esm2020/helpers/lib/box3-helper/box3-helper.mjs +4 -3
- package/esm2020/helpers/lib/camera-helper/camera-helper.mjs +4 -3
- package/esm2020/helpers/lib/common.mjs +28 -0
- package/esm2020/helpers/lib/directional-light-helper/directional-light-helper.mjs +4 -3
- package/esm2020/helpers/lib/grid-helper/grid-helper.mjs +4 -3
- package/esm2020/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.mjs +4 -3
- package/esm2020/helpers/lib/plane-helper/plane-helper.mjs +4 -3
- package/esm2020/helpers/lib/point-light-helper/point-light-helper.mjs +4 -3
- package/esm2020/helpers/lib/polar-grid-helper/polar-grid-helper.mjs +4 -3
- package/esm2020/helpers/lib/skeleton-helper/skeleton-helper.mjs +4 -3
- package/esm2020/helpers/lib/spot-light-helper/spot-light-helper.mjs +4 -3
- package/esm2020/index.mjs +28 -1
- package/esm2020/lib/canvas.mjs +4 -2
- package/esm2020/lib/directives/cursor.mjs +35 -0
- package/esm2020/lib/directives/repeat.mjs +20 -0
- package/esm2020/lib/instance.mjs +11 -1
- package/esm2020/lib/pipes/math.mjs +15 -0
- package/esm2020/lib/pipes/pi.mjs +14 -0
- package/esm2020/lib/pipes/radian.mjs +14 -0
- package/esm2020/lib/pipes/side.mjs +22 -0
- package/esm2020/lights/lib/ambient-light/ambient-light.mjs +6 -44
- package/esm2020/lights/lib/ambient-light-probe/ambient-light-probe.mjs +6 -45
- package/esm2020/lights/lib/common.mjs +54 -0
- package/esm2020/lights/lib/directional-light/directional-light.mjs +6 -45
- package/esm2020/lights/lib/hemisphere-light/hemisphere-light.mjs +6 -46
- package/esm2020/lights/lib/hemisphere-light-probe/hemisphere-light-probe.mjs +6 -47
- package/esm2020/lights/lib/light-probe/light-probe.mjs +6 -45
- package/esm2020/lights/lib/point-light/point-light.mjs +6 -47
- package/esm2020/lights/lib/rect-area-light/rect-area-light.mjs +6 -47
- package/esm2020/lights/lib/spot-light/spot-light.mjs +5 -37
- package/esm2020/materials/lib/common.mjs +28 -0
- package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +4 -3
- package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +4 -3
- package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +4 -3
- package/esm2020/materials/lib/points-material/points-material.mjs +4 -3
- package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +4 -3
- package/esm2020/materials/lib/shader-material/shader-material.mjs +4 -3
- package/esm2020/materials/lib/shadow-material/shadow-material.mjs +4 -3
- package/esm2020/materials/lib/sprite-material/sprite-material.mjs +4 -3
- package/esm2020/objects/lib/bone/bone.mjs +5 -32
- package/esm2020/objects/lib/common.mjs +54 -0
- package/esm2020/objects/lib/group/group.mjs +5 -32
- package/esm2020/objects/lib/instanced-mesh/instanced-mesh.mjs +5 -28
- package/esm2020/objects/lib/line/line.mjs +6 -34
- package/esm2020/objects/lib/line-loop/line-loop.mjs +6 -34
- package/esm2020/objects/lib/line-segments/line-segments.mjs +6 -34
- package/esm2020/objects/lib/lod/lod.mjs +6 -33
- package/esm2020/objects/lib/mesh/mesh.mjs +6 -34
- package/esm2020/objects/lib/points/points.mjs +6 -34
- package/esm2020/objects/lib/skeleton/skeleton.mjs +5 -13
- package/esm2020/objects/lib/skinned-mesh/skinned-mesh.mjs +5 -28
- package/esm2020/objects/lib/sprite/sprite.mjs +6 -33
- package/esm2020/primitives/lib/common.mjs +54 -0
- package/esm2020/primitives/lib/object-primitive/object-primitive.mjs +5 -32
- package/esm2020/primitives/lib/primitive/primitive.mjs +4 -3
- package/esm2020/textures/lib/canvas-texture/canvas-texture.mjs +4 -3
- package/esm2020/textures/lib/common.mjs +28 -0
- package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +4 -3
- package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +4 -3
- package/esm2020/textures/lib/cube-texture/cube-texture.mjs +4 -3
- package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +4 -3
- package/esm2020/textures/lib/data-texture/data-texture.mjs +4 -3
- package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +4 -3
- package/esm2020/textures/lib/depth-texture/depth-texture.mjs +4 -3
- package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +4 -3
- package/esm2020/textures/lib/video-texture/video-texture.mjs +4 -3
- package/fesm2015/angular-three-attributes.mjs +51 -23
- package/fesm2015/angular-three-attributes.mjs.map +1 -1
- package/fesm2015/angular-three-audios.mjs +64 -85
- package/fesm2015/angular-three-audios.mjs.map +1 -1
- package/fesm2015/angular-three-cameras.mjs +66 -134
- package/fesm2015/angular-three-cameras.mjs.map +1 -1
- package/fesm2015/angular-three-geometries.mjs +52 -24
- package/fesm2015/angular-three-geometries.mjs.map +1 -1
- package/fesm2015/angular-three-helpers.mjs +42 -14
- package/fesm2015/angular-three-helpers.mjs.map +1 -1
- package/fesm2015/angular-three-lights.mjs +81 -386
- package/fesm2015/angular-three-lights.mjs.map +1 -1
- package/fesm2015/angular-three-materials.mjs +46 -18
- package/fesm2015/angular-three-materials.mjs.map +1 -1
- package/fesm2015/angular-three-objects.mjs +86 -347
- package/fesm2015/angular-three-objects.mjs.map +1 -1
- package/fesm2015/angular-three-primitives.mjs +58 -33
- package/fesm2015/angular-three-primitives.mjs.map +1 -1
- package/fesm2015/angular-three-textures.mjs +39 -12
- package/fesm2015/angular-three-textures.mjs.map +1 -1
- package/fesm2015/angular-three.mjs +127 -5
- package/fesm2015/angular-three.mjs.map +1 -1
- package/fesm2020/angular-three-attributes.mjs +51 -23
- package/fesm2020/angular-three-attributes.mjs.map +1 -1
- package/fesm2020/angular-three-audios.mjs +64 -85
- package/fesm2020/angular-three-audios.mjs.map +1 -1
- package/fesm2020/angular-three-cameras.mjs +66 -134
- package/fesm2020/angular-three-cameras.mjs.map +1 -1
- package/fesm2020/angular-three-geometries.mjs +52 -24
- package/fesm2020/angular-three-geometries.mjs.map +1 -1
- package/fesm2020/angular-three-helpers.mjs +42 -14
- package/fesm2020/angular-three-helpers.mjs.map +1 -1
- package/fesm2020/angular-three-lights.mjs +81 -386
- package/fesm2020/angular-three-lights.mjs.map +1 -1
- package/fesm2020/angular-three-materials.mjs +46 -18
- package/fesm2020/angular-three-materials.mjs.map +1 -1
- package/fesm2020/angular-three-objects.mjs +86 -347
- package/fesm2020/angular-three-objects.mjs.map +1 -1
- package/fesm2020/angular-three-primitives.mjs +58 -33
- package/fesm2020/angular-three-primitives.mjs.map +1 -1
- package/fesm2020/angular-three-textures.mjs +39 -12
- package/fesm2020/angular-three-textures.mjs.map +1 -1
- package/fesm2020/angular-three.mjs +124 -5
- package/fesm2020/angular-three.mjs.map +1 -1
- package/geometries/lib/box-geometry/box-geometry.d.ts +1 -1
- package/geometries/lib/buffer-geometry/buffer-geometry.d.ts +1 -1
- package/geometries/lib/capsule-geometry/capsule-geometry.d.ts +1 -1
- package/geometries/lib/circle-geometry/circle-geometry.d.ts +1 -1
- package/geometries/lib/common.d.ts +2 -0
- package/geometries/lib/cone-geometry/cone-geometry.d.ts +1 -1
- package/geometries/lib/cylinder-geometry/cylinder-geometry.d.ts +1 -1
- package/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.d.ts +1 -1
- package/geometries/lib/edges-geometry/edges-geometry.d.ts +1 -1
- package/geometries/lib/extrude-geometry/extrude-geometry.d.ts +1 -1
- package/geometries/lib/icosahedron-geometry/icosahedron-geometry.d.ts +1 -1
- package/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.d.ts +1 -1
- package/geometries/lib/lathe-geometry/lathe-geometry.d.ts +1 -1
- package/geometries/lib/octahedron-geometry/octahedron-geometry.d.ts +1 -1
- package/geometries/lib/plane-geometry/plane-geometry.d.ts +1 -1
- package/geometries/lib/polyhedron-geometry/polyhedron-geometry.d.ts +1 -1
- package/geometries/lib/ring-geometry/ring-geometry.d.ts +1 -1
- package/geometries/lib/shape-geometry/shape-geometry.d.ts +1 -1
- package/geometries/lib/sphere-geometry/sphere-geometry.d.ts +1 -1
- package/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.d.ts +1 -1
- package/geometries/lib/torus-geometry/torus-geometry.d.ts +1 -1
- package/geometries/lib/torus-knot-geometry/torus-knot-geometry.d.ts +1 -1
- package/geometries/lib/tube-geometry/tube-geometry.d.ts +1 -1
- package/geometries/lib/wireframe-geometry/wireframe-geometry.d.ts +1 -1
- package/helpers/lib/arrow-helper/arrow-helper.d.ts +1 -1
- package/helpers/lib/axes-helper/axes-helper.d.ts +1 -1
- package/helpers/lib/box-helper/box-helper.d.ts +1 -1
- package/helpers/lib/box3-helper/box3-helper.d.ts +1 -1
- package/helpers/lib/camera-helper/camera-helper.d.ts +1 -1
- package/helpers/lib/common.d.ts +2 -0
- package/helpers/lib/directional-light-helper/directional-light-helper.d.ts +1 -1
- package/helpers/lib/grid-helper/grid-helper.d.ts +1 -1
- package/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.d.ts +1 -1
- package/helpers/lib/plane-helper/plane-helper.d.ts +1 -1
- package/helpers/lib/point-light-helper/point-light-helper.d.ts +1 -1
- package/helpers/lib/polar-grid-helper/polar-grid-helper.d.ts +1 -1
- package/helpers/lib/skeleton-helper/skeleton-helper.d.ts +1 -1
- package/helpers/lib/spot-light-helper/spot-light-helper.d.ts +1 -1
- package/index.d.ts +27 -0
- package/lib/canvas.d.ts +2 -2
- package/lib/directives/cursor.d.ts +7 -0
- package/lib/directives/repeat.d.ts +7 -0
- package/lib/pipes/math.d.ts +7 -0
- package/lib/pipes/pi.d.ts +7 -0
- package/lib/pipes/radian.d.ts +7 -0
- package/lib/pipes/side.d.ts +8 -0
- package/lights/lib/ambient-light/ambient-light.d.ts +1 -11
- package/lights/lib/ambient-light-probe/ambient-light-probe.d.ts +1 -11
- package/lights/lib/common.d.ts +3 -0
- package/lights/lib/directional-light/directional-light.d.ts +1 -11
- package/lights/lib/hemisphere-light/hemisphere-light.d.ts +1 -11
- package/lights/lib/hemisphere-light-probe/hemisphere-light-probe.d.ts +1 -11
- package/lights/lib/light-probe/light-probe.d.ts +1 -11
- package/lights/lib/point-light/point-light.d.ts +1 -11
- package/lights/lib/rect-area-light/rect-area-light.d.ts +1 -11
- package/lights/lib/spot-light/spot-light.d.ts +1 -11
- package/materials/lib/common.d.ts +2 -0
- package/materials/lib/line-basic-material/line-basic-material.d.ts +1 -1
- package/materials/lib/line-dashed-material/line-dashed-material.d.ts +1 -1
- package/materials/lib/mesh-basic-material/mesh-basic-material.d.ts +1 -1
- package/materials/lib/mesh-depth-material/mesh-depth-material.d.ts +1 -1
- package/materials/lib/mesh-distance-material/mesh-distance-material.d.ts +1 -1
- package/materials/lib/mesh-lambert-material/mesh-lambert-material.d.ts +1 -1
- package/materials/lib/mesh-matcap-material/mesh-matcap-material.d.ts +1 -1
- package/materials/lib/mesh-normal-material/mesh-normal-material.d.ts +1 -1
- package/materials/lib/mesh-phong-material/mesh-phong-material.d.ts +1 -1
- package/materials/lib/mesh-physical-material/mesh-physical-material.d.ts +1 -1
- package/materials/lib/mesh-standard-material/mesh-standard-material.d.ts +1 -1
- package/materials/lib/mesh-toon-material/mesh-toon-material.d.ts +1 -1
- package/materials/lib/points-material/points-material.d.ts +1 -1
- package/materials/lib/raw-shader-material/raw-shader-material.d.ts +1 -1
- package/materials/lib/shader-material/shader-material.d.ts +1 -1
- package/materials/lib/shadow-material/shadow-material.d.ts +1 -1
- package/materials/lib/sprite-material/sprite-material.d.ts +1 -1
- package/objects/lib/bone/bone.d.ts +1 -1
- package/objects/lib/common.d.ts +3 -0
- package/objects/lib/group/group.d.ts +1 -1
- package/objects/lib/instanced-mesh/instanced-mesh.d.ts +1 -1
- package/objects/lib/line/line.d.ts +1 -1
- package/objects/lib/line-loop/line-loop.d.ts +1 -1
- package/objects/lib/line-segments/line-segments.d.ts +1 -1
- package/objects/lib/lod/lod.d.ts +1 -2
- package/objects/lib/mesh/mesh.d.ts +1 -1
- package/objects/lib/points/points.d.ts +1 -1
- package/objects/lib/skeleton/skeleton.d.ts +1 -2
- package/objects/lib/skinned-mesh/skinned-mesh.d.ts +1 -1
- package/objects/lib/sprite/sprite.d.ts +1 -1
- package/package.json +2 -1
- package/primitives/lib/common.d.ts +3 -0
- package/primitives/lib/object-primitive/object-primitive.d.ts +1 -1
- package/primitives/lib/primitive/primitive.d.ts +1 -1
- package/textures/lib/canvas-texture/canvas-texture.d.ts +1 -1
- package/textures/lib/common.d.ts +2 -0
- package/textures/lib/compressed-array-texture/compressed-array-texture.d.ts +1 -1
- package/textures/lib/compressed-texture/compressed-texture.d.ts +1 -1
- package/textures/lib/cube-texture/cube-texture.d.ts +1 -1
- package/textures/lib/data-array-texture/data-array-texture.d.ts +1 -1
- package/textures/lib/data-texture/data-texture.d.ts +1 -1
- package/textures/lib/data3-dtexture/data3-dtexture.d.ts +1 -1
- package/textures/lib/depth-texture/depth-texture.d.ts +1 -1
- package/textures/lib/framebuffer-texture/framebuffer-texture.d.ts +1 -1
- package/textures/lib/video-texture/video-texture.d.ts +1 -1
|
@@ -1,9 +1,63 @@
|
|
|
1
1
|
import * as i1 from 'angular-three';
|
|
2
|
-
import { proxify, provideInstanceRef, NgtInstance,
|
|
2
|
+
import { proxify, provideInstanceRef, NgtInstance, injectArgs } from 'angular-three';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { Component } from '@angular/core';
|
|
5
5
|
import * as THREE from 'three';
|
|
6
6
|
|
|
7
|
+
// GENERATED - AngularThree v1.0.0
|
|
8
|
+
const NGT_INSTANCE_INPUTS = [
|
|
9
|
+
'ref',
|
|
10
|
+
'attach',
|
|
11
|
+
'skipWrapper',
|
|
12
|
+
'skipInit',
|
|
13
|
+
'noAttach',
|
|
14
|
+
'beforeRender',
|
|
15
|
+
'priority',
|
|
16
|
+
'updateCallback',
|
|
17
|
+
'readyCallback',
|
|
18
|
+
];
|
|
19
|
+
const NGT_INSTANCE_OUTPUTS = [
|
|
20
|
+
'click',
|
|
21
|
+
'contextmenu',
|
|
22
|
+
'dblclick',
|
|
23
|
+
'pointerup',
|
|
24
|
+
'pointerdown',
|
|
25
|
+
'pointerover',
|
|
26
|
+
'pointerout',
|
|
27
|
+
'pointerenter',
|
|
28
|
+
'pointerleave',
|
|
29
|
+
'pointermove',
|
|
30
|
+
'pointermissed',
|
|
31
|
+
'pointercancel',
|
|
32
|
+
'wheel',
|
|
33
|
+
];
|
|
34
|
+
const NGT_OBJECT3D_INPUTS = [
|
|
35
|
+
'name',
|
|
36
|
+
'position',
|
|
37
|
+
'rotation',
|
|
38
|
+
'quaternion',
|
|
39
|
+
'scale',
|
|
40
|
+
'modelViewMatrix',
|
|
41
|
+
'normalMatrix',
|
|
42
|
+
'matrix',
|
|
43
|
+
'matrixWorld',
|
|
44
|
+
'matrixAutoUpdate',
|
|
45
|
+
'matrixWorldAutoUpdate',
|
|
46
|
+
'matrixWorldNeedsUpdate',
|
|
47
|
+
'layers',
|
|
48
|
+
'visible',
|
|
49
|
+
'castShadow',
|
|
50
|
+
'receiveShadow',
|
|
51
|
+
'frustumCulled',
|
|
52
|
+
'renderOrder',
|
|
53
|
+
'animations',
|
|
54
|
+
'userData',
|
|
55
|
+
'customDepthMaterial',
|
|
56
|
+
'customDistanceMaterial',
|
|
57
|
+
'onBeforeRender',
|
|
58
|
+
'onAfterRender',
|
|
59
|
+
];
|
|
60
|
+
|
|
7
61
|
// GENERATED - AngularThree v1.0.0
|
|
8
62
|
class NgtBone extends THREE.Bone {
|
|
9
63
|
constructor() {
|
|
@@ -12,7 +66,7 @@ class NgtBone extends THREE.Bone {
|
|
|
12
66
|
}
|
|
13
67
|
}
|
|
14
68
|
NgtBone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBone, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
NgtBone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBone, isStandalone: true, selector: "ngt-bone", inputs: { name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtBone)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
69
|
+
NgtBone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBone, isStandalone: true, selector: "ngt-bone", inputs: { name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtBone)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
16
70
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBone, decorators: [{
|
|
17
71
|
type: Component,
|
|
18
72
|
args: [{
|
|
@@ -21,37 +75,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
21
75
|
template: '<ng-content></ng-content>',
|
|
22
76
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
23
77
|
providers: [provideInstanceRef(NgtBone)],
|
|
24
|
-
inputs:
|
|
78
|
+
inputs: NGT_OBJECT3D_INPUTS,
|
|
25
79
|
}]
|
|
26
80
|
}], ctorParameters: function () { return []; } });
|
|
27
|
-
function getInputs$b() {
|
|
28
|
-
return [
|
|
29
|
-
'name',
|
|
30
|
-
'position',
|
|
31
|
-
'rotation',
|
|
32
|
-
'quaternion',
|
|
33
|
-
'scale',
|
|
34
|
-
'modelViewMatrix',
|
|
35
|
-
'normalMatrix',
|
|
36
|
-
'matrix',
|
|
37
|
-
'matrixWorld',
|
|
38
|
-
'matrixAutoUpdate',
|
|
39
|
-
'matrixWorldAutoUpdate',
|
|
40
|
-
'matrixWorldNeedsUpdate',
|
|
41
|
-
'layers',
|
|
42
|
-
'visible',
|
|
43
|
-
'castShadow',
|
|
44
|
-
'receiveShadow',
|
|
45
|
-
'frustumCulled',
|
|
46
|
-
'renderOrder',
|
|
47
|
-
'animations',
|
|
48
|
-
'userData',
|
|
49
|
-
'customDepthMaterial',
|
|
50
|
-
'customDistanceMaterial',
|
|
51
|
-
'onBeforeRender',
|
|
52
|
-
'onAfterRender',
|
|
53
|
-
];
|
|
54
|
-
}
|
|
55
81
|
|
|
56
82
|
// GENERATED - AngularThree v1.0.0
|
|
57
83
|
class NgtGroup extends THREE.Group {
|
|
@@ -61,7 +87,7 @@ class NgtGroup extends THREE.Group {
|
|
|
61
87
|
}
|
|
62
88
|
}
|
|
63
89
|
NgtGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
64
|
-
NgtGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtGroup, isStandalone: true, selector: "ngt-group", inputs: { name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtGroup)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
90
|
+
NgtGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtGroup, isStandalone: true, selector: "ngt-group", inputs: { name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtGroup)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
65
91
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtGroup, decorators: [{
|
|
66
92
|
type: Component,
|
|
67
93
|
args: [{
|
|
@@ -70,37 +96,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
70
96
|
template: '<ng-content></ng-content>',
|
|
71
97
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
72
98
|
providers: [provideInstanceRef(NgtGroup)],
|
|
73
|
-
inputs:
|
|
99
|
+
inputs: NGT_OBJECT3D_INPUTS,
|
|
74
100
|
}]
|
|
75
101
|
}], ctorParameters: function () { return []; } });
|
|
76
|
-
function getInputs$a() {
|
|
77
|
-
return [
|
|
78
|
-
'name',
|
|
79
|
-
'position',
|
|
80
|
-
'rotation',
|
|
81
|
-
'quaternion',
|
|
82
|
-
'scale',
|
|
83
|
-
'modelViewMatrix',
|
|
84
|
-
'normalMatrix',
|
|
85
|
-
'matrix',
|
|
86
|
-
'matrixWorld',
|
|
87
|
-
'matrixAutoUpdate',
|
|
88
|
-
'matrixWorldAutoUpdate',
|
|
89
|
-
'matrixWorldNeedsUpdate',
|
|
90
|
-
'layers',
|
|
91
|
-
'visible',
|
|
92
|
-
'castShadow',
|
|
93
|
-
'receiveShadow',
|
|
94
|
-
'frustumCulled',
|
|
95
|
-
'renderOrder',
|
|
96
|
-
'animations',
|
|
97
|
-
'userData',
|
|
98
|
-
'customDepthMaterial',
|
|
99
|
-
'customDistanceMaterial',
|
|
100
|
-
'onBeforeRender',
|
|
101
|
-
'onAfterRender',
|
|
102
|
-
];
|
|
103
|
-
}
|
|
104
102
|
|
|
105
103
|
// GENERATED - AngularThree v1.0.0
|
|
106
104
|
class NgtInstancedMesh extends THREE.InstancedMesh {
|
|
@@ -112,7 +110,7 @@ class NgtInstancedMesh extends THREE.InstancedMesh {
|
|
|
112
110
|
}
|
|
113
111
|
}
|
|
114
112
|
NgtInstancedMesh.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedMesh, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
115
|
-
NgtInstancedMesh.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedMesh, isStandalone: true, selector: "ngt-instanced-mesh", inputs: { count: "count", instanceColor: "instanceColor", instanceMatrix: "instanceMatrix", geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtInstancedMesh)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
113
|
+
NgtInstancedMesh.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedMesh, isStandalone: true, selector: "ngt-instanced-mesh", inputs: { count: "count", instanceColor: "instanceColor", instanceMatrix: "instanceMatrix", geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtInstancedMesh)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
116
114
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedMesh, decorators: [{
|
|
117
115
|
type: Component,
|
|
118
116
|
args: [{
|
|
@@ -121,7 +119,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
121
119
|
template: '<ng-content></ng-content>',
|
|
122
120
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
123
121
|
providers: [provideInstanceRef(NgtInstancedMesh)],
|
|
124
|
-
inputs: [...getInputs$9()],
|
|
122
|
+
inputs: [...getInputs$9(), ...NGT_OBJECT3D_INPUTS],
|
|
125
123
|
}]
|
|
126
124
|
}], ctorParameters: function () { return []; } });
|
|
127
125
|
function getInputs$9() {
|
|
@@ -133,30 +131,6 @@ function getInputs$9() {
|
|
|
133
131
|
'material',
|
|
134
132
|
'morphTargetInfluences',
|
|
135
133
|
'morphTargetDictionary',
|
|
136
|
-
'name',
|
|
137
|
-
'position',
|
|
138
|
-
'rotation',
|
|
139
|
-
'quaternion',
|
|
140
|
-
'scale',
|
|
141
|
-
'modelViewMatrix',
|
|
142
|
-
'normalMatrix',
|
|
143
|
-
'matrix',
|
|
144
|
-
'matrixWorld',
|
|
145
|
-
'matrixAutoUpdate',
|
|
146
|
-
'matrixWorldAutoUpdate',
|
|
147
|
-
'matrixWorldNeedsUpdate',
|
|
148
|
-
'layers',
|
|
149
|
-
'visible',
|
|
150
|
-
'castShadow',
|
|
151
|
-
'receiveShadow',
|
|
152
|
-
'frustumCulled',
|
|
153
|
-
'renderOrder',
|
|
154
|
-
'animations',
|
|
155
|
-
'userData',
|
|
156
|
-
'customDepthMaterial',
|
|
157
|
-
'customDistanceMaterial',
|
|
158
|
-
'onBeforeRender',
|
|
159
|
-
'onAfterRender',
|
|
160
134
|
];
|
|
161
135
|
}
|
|
162
136
|
|
|
@@ -168,7 +142,7 @@ class NgtLine extends THREE.Line {
|
|
|
168
142
|
}
|
|
169
143
|
}
|
|
170
144
|
NgtLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLine, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
171
|
-
NgtLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLine, isStandalone: true, selector: "ngt-line", inputs: { geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLine)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
145
|
+
NgtLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLine, isStandalone: true, selector: "ngt-line", inputs: { geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLine)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
172
146
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLine, decorators: [{
|
|
173
147
|
type: Component,
|
|
174
148
|
args: [{
|
|
@@ -177,40 +151,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
177
151
|
template: '<ng-content></ng-content>',
|
|
178
152
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
179
153
|
providers: [provideInstanceRef(NgtLine)],
|
|
180
|
-
inputs: [...getInputs$8()],
|
|
154
|
+
inputs: [...getInputs$8(), ...NGT_OBJECT3D_INPUTS],
|
|
181
155
|
}]
|
|
182
156
|
}], ctorParameters: function () { return []; } });
|
|
183
157
|
function getInputs$8() {
|
|
184
|
-
return [
|
|
185
|
-
'geometry',
|
|
186
|
-
'material',
|
|
187
|
-
'morphTargetInfluences',
|
|
188
|
-
'morphTargetDictionary',
|
|
189
|
-
'name',
|
|
190
|
-
'position',
|
|
191
|
-
'rotation',
|
|
192
|
-
'quaternion',
|
|
193
|
-
'scale',
|
|
194
|
-
'modelViewMatrix',
|
|
195
|
-
'normalMatrix',
|
|
196
|
-
'matrix',
|
|
197
|
-
'matrixWorld',
|
|
198
|
-
'matrixAutoUpdate',
|
|
199
|
-
'matrixWorldAutoUpdate',
|
|
200
|
-
'matrixWorldNeedsUpdate',
|
|
201
|
-
'layers',
|
|
202
|
-
'visible',
|
|
203
|
-
'castShadow',
|
|
204
|
-
'receiveShadow',
|
|
205
|
-
'frustumCulled',
|
|
206
|
-
'renderOrder',
|
|
207
|
-
'animations',
|
|
208
|
-
'userData',
|
|
209
|
-
'customDepthMaterial',
|
|
210
|
-
'customDistanceMaterial',
|
|
211
|
-
'onBeforeRender',
|
|
212
|
-
'onAfterRender',
|
|
213
|
-
];
|
|
158
|
+
return ['geometry', 'material', 'morphTargetInfluences', 'morphTargetDictionary'];
|
|
214
159
|
}
|
|
215
160
|
|
|
216
161
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -221,7 +166,7 @@ class NgtLineLoop extends THREE.LineLoop {
|
|
|
221
166
|
}
|
|
222
167
|
}
|
|
223
168
|
NgtLineLoop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLineLoop, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
224
|
-
NgtLineLoop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLineLoop, isStandalone: true, selector: "ngt-line-loop", inputs: { geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLineLoop)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
169
|
+
NgtLineLoop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLineLoop, isStandalone: true, selector: "ngt-line-loop", inputs: { geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLineLoop)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
225
170
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLineLoop, decorators: [{
|
|
226
171
|
type: Component,
|
|
227
172
|
args: [{
|
|
@@ -230,40 +175,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
230
175
|
template: '<ng-content></ng-content>',
|
|
231
176
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
232
177
|
providers: [provideInstanceRef(NgtLineLoop)],
|
|
233
|
-
inputs: [...getInputs$7()],
|
|
178
|
+
inputs: [...getInputs$7(), ...NGT_OBJECT3D_INPUTS],
|
|
234
179
|
}]
|
|
235
180
|
}], ctorParameters: function () { return []; } });
|
|
236
181
|
function getInputs$7() {
|
|
237
|
-
return [
|
|
238
|
-
'geometry',
|
|
239
|
-
'material',
|
|
240
|
-
'morphTargetInfluences',
|
|
241
|
-
'morphTargetDictionary',
|
|
242
|
-
'name',
|
|
243
|
-
'position',
|
|
244
|
-
'rotation',
|
|
245
|
-
'quaternion',
|
|
246
|
-
'scale',
|
|
247
|
-
'modelViewMatrix',
|
|
248
|
-
'normalMatrix',
|
|
249
|
-
'matrix',
|
|
250
|
-
'matrixWorld',
|
|
251
|
-
'matrixAutoUpdate',
|
|
252
|
-
'matrixWorldAutoUpdate',
|
|
253
|
-
'matrixWorldNeedsUpdate',
|
|
254
|
-
'layers',
|
|
255
|
-
'visible',
|
|
256
|
-
'castShadow',
|
|
257
|
-
'receiveShadow',
|
|
258
|
-
'frustumCulled',
|
|
259
|
-
'renderOrder',
|
|
260
|
-
'animations',
|
|
261
|
-
'userData',
|
|
262
|
-
'customDepthMaterial',
|
|
263
|
-
'customDistanceMaterial',
|
|
264
|
-
'onBeforeRender',
|
|
265
|
-
'onAfterRender',
|
|
266
|
-
];
|
|
182
|
+
return ['geometry', 'material', 'morphTargetInfluences', 'morphTargetDictionary'];
|
|
267
183
|
}
|
|
268
184
|
|
|
269
185
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -274,7 +190,7 @@ class NgtLineSegments extends THREE.LineSegments {
|
|
|
274
190
|
}
|
|
275
191
|
}
|
|
276
192
|
NgtLineSegments.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLineSegments, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
277
|
-
NgtLineSegments.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLineSegments, isStandalone: true, selector: "ngt-line-segments", inputs: { geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLineSegments)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
193
|
+
NgtLineSegments.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLineSegments, isStandalone: true, selector: "ngt-line-segments", inputs: { geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLineSegments)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
278
194
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLineSegments, decorators: [{
|
|
279
195
|
type: Component,
|
|
280
196
|
args: [{
|
|
@@ -283,40 +199,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
283
199
|
template: '<ng-content></ng-content>',
|
|
284
200
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
285
201
|
providers: [provideInstanceRef(NgtLineSegments)],
|
|
286
|
-
inputs: [...getInputs$6()],
|
|
202
|
+
inputs: [...getInputs$6(), ...NGT_OBJECT3D_INPUTS],
|
|
287
203
|
}]
|
|
288
204
|
}], ctorParameters: function () { return []; } });
|
|
289
205
|
function getInputs$6() {
|
|
290
|
-
return [
|
|
291
|
-
'geometry',
|
|
292
|
-
'material',
|
|
293
|
-
'morphTargetInfluences',
|
|
294
|
-
'morphTargetDictionary',
|
|
295
|
-
'name',
|
|
296
|
-
'position',
|
|
297
|
-
'rotation',
|
|
298
|
-
'quaternion',
|
|
299
|
-
'scale',
|
|
300
|
-
'modelViewMatrix',
|
|
301
|
-
'normalMatrix',
|
|
302
|
-
'matrix',
|
|
303
|
-
'matrixWorld',
|
|
304
|
-
'matrixAutoUpdate',
|
|
305
|
-
'matrixWorldAutoUpdate',
|
|
306
|
-
'matrixWorldNeedsUpdate',
|
|
307
|
-
'layers',
|
|
308
|
-
'visible',
|
|
309
|
-
'castShadow',
|
|
310
|
-
'receiveShadow',
|
|
311
|
-
'frustumCulled',
|
|
312
|
-
'renderOrder',
|
|
313
|
-
'animations',
|
|
314
|
-
'userData',
|
|
315
|
-
'customDepthMaterial',
|
|
316
|
-
'customDistanceMaterial',
|
|
317
|
-
'onBeforeRender',
|
|
318
|
-
'onAfterRender',
|
|
319
|
-
];
|
|
206
|
+
return ['geometry', 'material', 'morphTargetInfluences', 'morphTargetDictionary'];
|
|
320
207
|
}
|
|
321
208
|
|
|
322
209
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -327,7 +214,7 @@ class NgtLOD extends THREE.LOD {
|
|
|
327
214
|
}
|
|
328
215
|
}
|
|
329
216
|
NgtLOD.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLOD, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
330
|
-
NgtLOD.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLOD, isStandalone: true, selector: "ngt-lod", inputs: { levels: "levels", autoUpdate: "autoUpdate",
|
|
217
|
+
NgtLOD.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLOD, isStandalone: true, selector: "ngt-lod", inputs: { levels: "levels", autoUpdate: "autoUpdate", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLOD)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
331
218
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLOD, decorators: [{
|
|
332
219
|
type: Component,
|
|
333
220
|
args: [{
|
|
@@ -336,39 +223,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
336
223
|
template: '<ng-content></ng-content>',
|
|
337
224
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
338
225
|
providers: [provideInstanceRef(NgtLOD)],
|
|
339
|
-
inputs: [...getInputs$5()],
|
|
226
|
+
inputs: [...getInputs$5(), ...NGT_OBJECT3D_INPUTS],
|
|
340
227
|
}]
|
|
341
228
|
}], ctorParameters: function () { return []; } });
|
|
342
229
|
function getInputs$5() {
|
|
343
|
-
return [
|
|
344
|
-
'levels',
|
|
345
|
-
'autoUpdate',
|
|
346
|
-
'objects',
|
|
347
|
-
'name',
|
|
348
|
-
'position',
|
|
349
|
-
'rotation',
|
|
350
|
-
'quaternion',
|
|
351
|
-
'scale',
|
|
352
|
-
'modelViewMatrix',
|
|
353
|
-
'normalMatrix',
|
|
354
|
-
'matrix',
|
|
355
|
-
'matrixWorld',
|
|
356
|
-
'matrixAutoUpdate',
|
|
357
|
-
'matrixWorldAutoUpdate',
|
|
358
|
-
'matrixWorldNeedsUpdate',
|
|
359
|
-
'layers',
|
|
360
|
-
'visible',
|
|
361
|
-
'castShadow',
|
|
362
|
-
'receiveShadow',
|
|
363
|
-
'frustumCulled',
|
|
364
|
-
'renderOrder',
|
|
365
|
-
'animations',
|
|
366
|
-
'userData',
|
|
367
|
-
'customDepthMaterial',
|
|
368
|
-
'customDistanceMaterial',
|
|
369
|
-
'onBeforeRender',
|
|
370
|
-
'onAfterRender',
|
|
371
|
-
];
|
|
230
|
+
return ['levels', 'autoUpdate'];
|
|
372
231
|
}
|
|
373
232
|
|
|
374
233
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -379,7 +238,7 @@ class NgtMesh extends THREE.Mesh {
|
|
|
379
238
|
}
|
|
380
239
|
}
|
|
381
240
|
NgtMesh.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMesh, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
382
|
-
NgtMesh.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMesh, isStandalone: true, selector: "ngt-mesh", inputs: { geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtMesh)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
241
|
+
NgtMesh.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMesh, isStandalone: true, selector: "ngt-mesh", inputs: { geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtMesh)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
383
242
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMesh, decorators: [{
|
|
384
243
|
type: Component,
|
|
385
244
|
args: [{
|
|
@@ -388,40 +247,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
388
247
|
template: '<ng-content></ng-content>',
|
|
389
248
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
390
249
|
providers: [provideInstanceRef(NgtMesh)],
|
|
391
|
-
inputs: [...getInputs$4()],
|
|
250
|
+
inputs: [...getInputs$4(), ...NGT_OBJECT3D_INPUTS],
|
|
392
251
|
}]
|
|
393
252
|
}], ctorParameters: function () { return []; } });
|
|
394
253
|
function getInputs$4() {
|
|
395
|
-
return [
|
|
396
|
-
'geometry',
|
|
397
|
-
'material',
|
|
398
|
-
'morphTargetInfluences',
|
|
399
|
-
'morphTargetDictionary',
|
|
400
|
-
'name',
|
|
401
|
-
'position',
|
|
402
|
-
'rotation',
|
|
403
|
-
'quaternion',
|
|
404
|
-
'scale',
|
|
405
|
-
'modelViewMatrix',
|
|
406
|
-
'normalMatrix',
|
|
407
|
-
'matrix',
|
|
408
|
-
'matrixWorld',
|
|
409
|
-
'matrixAutoUpdate',
|
|
410
|
-
'matrixWorldAutoUpdate',
|
|
411
|
-
'matrixWorldNeedsUpdate',
|
|
412
|
-
'layers',
|
|
413
|
-
'visible',
|
|
414
|
-
'castShadow',
|
|
415
|
-
'receiveShadow',
|
|
416
|
-
'frustumCulled',
|
|
417
|
-
'renderOrder',
|
|
418
|
-
'animations',
|
|
419
|
-
'userData',
|
|
420
|
-
'customDepthMaterial',
|
|
421
|
-
'customDistanceMaterial',
|
|
422
|
-
'onBeforeRender',
|
|
423
|
-
'onAfterRender',
|
|
424
|
-
];
|
|
254
|
+
return ['geometry', 'material', 'morphTargetInfluences', 'morphTargetDictionary'];
|
|
425
255
|
}
|
|
426
256
|
|
|
427
257
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -432,7 +262,7 @@ class NgtPoints extends THREE.Points {
|
|
|
432
262
|
}
|
|
433
263
|
}
|
|
434
264
|
NgtPoints.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPoints, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
435
|
-
NgtPoints.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPoints, isStandalone: true, selector: "ngt-points", inputs: { morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", geometry: "geometry", material: "material", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtPoints)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
265
|
+
NgtPoints.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPoints, isStandalone: true, selector: "ngt-points", inputs: { morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", geometry: "geometry", material: "material", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtPoints)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
436
266
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPoints, decorators: [{
|
|
437
267
|
type: Component,
|
|
438
268
|
args: [{
|
|
@@ -441,40 +271,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
441
271
|
template: '<ng-content></ng-content>',
|
|
442
272
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
443
273
|
providers: [provideInstanceRef(NgtPoints)],
|
|
444
|
-
inputs: [...getInputs$3()],
|
|
274
|
+
inputs: [...getInputs$3(), ...NGT_OBJECT3D_INPUTS],
|
|
445
275
|
}]
|
|
446
276
|
}], ctorParameters: function () { return []; } });
|
|
447
277
|
function getInputs$3() {
|
|
448
|
-
return [
|
|
449
|
-
'morphTargetInfluences',
|
|
450
|
-
'morphTargetDictionary',
|
|
451
|
-
'geometry',
|
|
452
|
-
'material',
|
|
453
|
-
'name',
|
|
454
|
-
'position',
|
|
455
|
-
'rotation',
|
|
456
|
-
'quaternion',
|
|
457
|
-
'scale',
|
|
458
|
-
'modelViewMatrix',
|
|
459
|
-
'normalMatrix',
|
|
460
|
-
'matrix',
|
|
461
|
-
'matrixWorld',
|
|
462
|
-
'matrixAutoUpdate',
|
|
463
|
-
'matrixWorldAutoUpdate',
|
|
464
|
-
'matrixWorldNeedsUpdate',
|
|
465
|
-
'layers',
|
|
466
|
-
'visible',
|
|
467
|
-
'castShadow',
|
|
468
|
-
'receiveShadow',
|
|
469
|
-
'frustumCulled',
|
|
470
|
-
'renderOrder',
|
|
471
|
-
'animations',
|
|
472
|
-
'userData',
|
|
473
|
-
'customDepthMaterial',
|
|
474
|
-
'customDistanceMaterial',
|
|
475
|
-
'onBeforeRender',
|
|
476
|
-
'onAfterRender',
|
|
477
|
-
];
|
|
278
|
+
return ['morphTargetInfluences', 'morphTargetDictionary', 'geometry', 'material'];
|
|
478
279
|
}
|
|
479
280
|
|
|
480
281
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -496,7 +297,7 @@ class NgtSkeleton extends THREE.Skeleton {
|
|
|
496
297
|
}
|
|
497
298
|
}
|
|
498
299
|
NgtSkeleton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSkeleton, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
499
|
-
NgtSkeleton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSkeleton, isStandalone: true, selector: "ngt-skeleton", inputs: { uuid: "uuid", bones: "bones", boneInverses: "boneInverses", boneMatrices: "boneMatrices", boneTexture: "boneTexture", boneTextureSize: "boneTextureSize", frame: "frame"
|
|
300
|
+
NgtSkeleton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSkeleton, isStandalone: true, selector: "ngt-skeleton", inputs: { uuid: "uuid", bones: "bones", boneInverses: "boneInverses", boneMatrices: "boneMatrices", boneTexture: "boneTexture", boneTextureSize: "boneTextureSize", frame: "frame" }, providers: [provideInstanceRef(NgtSkeleton)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
500
301
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSkeleton, decorators: [{
|
|
501
302
|
type: Component,
|
|
502
303
|
args: [{
|
|
@@ -509,16 +310,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
509
310
|
}]
|
|
510
311
|
}], ctorParameters: function () { return []; } });
|
|
511
312
|
function getInputs$2() {
|
|
512
|
-
return [
|
|
513
|
-
'uuid',
|
|
514
|
-
'bones',
|
|
515
|
-
'boneInverses',
|
|
516
|
-
'boneMatrices',
|
|
517
|
-
'boneTexture',
|
|
518
|
-
'boneTextureSize',
|
|
519
|
-
'frame',
|
|
520
|
-
'useVertexTexture',
|
|
521
|
-
];
|
|
313
|
+
return ['uuid', 'bones', 'boneInverses', 'boneMatrices', 'boneTexture', 'boneTextureSize', 'frame'];
|
|
522
314
|
}
|
|
523
315
|
|
|
524
316
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -529,7 +321,7 @@ class NgtSkinnedMesh extends THREE.SkinnedMesh {
|
|
|
529
321
|
}
|
|
530
322
|
}
|
|
531
323
|
NgtSkinnedMesh.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSkinnedMesh, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
532
|
-
NgtSkinnedMesh.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSkinnedMesh, isStandalone: true, selector: "ngt-skinned-mesh", inputs: { bindMode: "bindMode", bindMatrix: "bindMatrix", bindMatrixInverse: "bindMatrixInverse", skeleton: "skeleton", geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtSkinnedMesh)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
324
|
+
NgtSkinnedMesh.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSkinnedMesh, isStandalone: true, selector: "ngt-skinned-mesh", inputs: { bindMode: "bindMode", bindMatrix: "bindMatrix", bindMatrixInverse: "bindMatrixInverse", skeleton: "skeleton", geometry: "geometry", material: "material", morphTargetInfluences: "morphTargetInfluences", morphTargetDictionary: "morphTargetDictionary", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtSkinnedMesh)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
533
325
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSkinnedMesh, decorators: [{
|
|
534
326
|
type: Component,
|
|
535
327
|
args: [{
|
|
@@ -538,7 +330,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
538
330
|
template: '<ng-content></ng-content>',
|
|
539
331
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
540
332
|
providers: [provideInstanceRef(NgtSkinnedMesh)],
|
|
541
|
-
inputs: [...getInputs$1()],
|
|
333
|
+
inputs: [...getInputs$1(), ...NGT_OBJECT3D_INPUTS],
|
|
542
334
|
}]
|
|
543
335
|
}], ctorParameters: function () { return []; } });
|
|
544
336
|
function getInputs$1() {
|
|
@@ -551,30 +343,6 @@ function getInputs$1() {
|
|
|
551
343
|
'material',
|
|
552
344
|
'morphTargetInfluences',
|
|
553
345
|
'morphTargetDictionary',
|
|
554
|
-
'name',
|
|
555
|
-
'position',
|
|
556
|
-
'rotation',
|
|
557
|
-
'quaternion',
|
|
558
|
-
'scale',
|
|
559
|
-
'modelViewMatrix',
|
|
560
|
-
'normalMatrix',
|
|
561
|
-
'matrix',
|
|
562
|
-
'matrixWorld',
|
|
563
|
-
'matrixAutoUpdate',
|
|
564
|
-
'matrixWorldAutoUpdate',
|
|
565
|
-
'matrixWorldNeedsUpdate',
|
|
566
|
-
'layers',
|
|
567
|
-
'visible',
|
|
568
|
-
'castShadow',
|
|
569
|
-
'receiveShadow',
|
|
570
|
-
'frustumCulled',
|
|
571
|
-
'renderOrder',
|
|
572
|
-
'animations',
|
|
573
|
-
'userData',
|
|
574
|
-
'customDepthMaterial',
|
|
575
|
-
'customDistanceMaterial',
|
|
576
|
-
'onBeforeRender',
|
|
577
|
-
'onAfterRender',
|
|
578
346
|
];
|
|
579
347
|
}
|
|
580
348
|
|
|
@@ -586,7 +354,7 @@ class NgtSprite extends THREE.Sprite {
|
|
|
586
354
|
}
|
|
587
355
|
}
|
|
588
356
|
NgtSprite.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSprite, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
589
|
-
NgtSprite.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSprite, isStandalone: true, selector: "ngt-sprite", inputs: { geometry: "geometry", material: "material", center: "center", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtSprite)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
357
|
+
NgtSprite.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSprite, isStandalone: true, selector: "ngt-sprite", inputs: { geometry: "geometry", material: "material", center: "center", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtSprite)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
590
358
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSprite, decorators: [{
|
|
591
359
|
type: Component,
|
|
592
360
|
args: [{
|
|
@@ -595,39 +363,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
595
363
|
template: '<ng-content></ng-content>',
|
|
596
364
|
hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
|
|
597
365
|
providers: [provideInstanceRef(NgtSprite)],
|
|
598
|
-
inputs: [...getInputs()],
|
|
366
|
+
inputs: [...getInputs(), ...NGT_OBJECT3D_INPUTS],
|
|
599
367
|
}]
|
|
600
368
|
}], ctorParameters: function () { return []; } });
|
|
601
369
|
function getInputs() {
|
|
602
|
-
return [
|
|
603
|
-
'geometry',
|
|
604
|
-
'material',
|
|
605
|
-
'center',
|
|
606
|
-
'name',
|
|
607
|
-
'position',
|
|
608
|
-
'rotation',
|
|
609
|
-
'quaternion',
|
|
610
|
-
'scale',
|
|
611
|
-
'modelViewMatrix',
|
|
612
|
-
'normalMatrix',
|
|
613
|
-
'matrix',
|
|
614
|
-
'matrixWorld',
|
|
615
|
-
'matrixAutoUpdate',
|
|
616
|
-
'matrixWorldAutoUpdate',
|
|
617
|
-
'matrixWorldNeedsUpdate',
|
|
618
|
-
'layers',
|
|
619
|
-
'visible',
|
|
620
|
-
'castShadow',
|
|
621
|
-
'receiveShadow',
|
|
622
|
-
'frustumCulled',
|
|
623
|
-
'renderOrder',
|
|
624
|
-
'animations',
|
|
625
|
-
'userData',
|
|
626
|
-
'customDepthMaterial',
|
|
627
|
-
'customDistanceMaterial',
|
|
628
|
-
'onBeforeRender',
|
|
629
|
-
'onAfterRender',
|
|
630
|
-
];
|
|
370
|
+
return ['geometry', 'material', 'center'];
|
|
631
371
|
}
|
|
632
372
|
|
|
633
373
|
// GENERATED - AngularThree v1.0.0
|
|
@@ -638,4 +378,3 @@ function getInputs() {
|
|
|
638
378
|
|
|
639
379
|
export { NgtBone, NgtGroup, NgtInstancedMesh, NgtLOD, NgtLine, NgtLineLoop, NgtLineSegments, NgtMesh, NgtPoints, NgtSkeleton, NgtSkinnedMesh, NgtSprite };
|
|
640
380
|
//# sourceMappingURL=angular-three-objects.mjs.map
|
|
641
|
-
//# sourceMappingURL=angular-three-objects.mjs.map
|