angular-three 0.0.5 → 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.
Files changed (222) hide show
  1. package/attributes/lib/buffer-attribute/buffer-attribute.d.ts +1 -1
  2. package/attributes/lib/color-attribute/color-attribute.d.ts +1 -1
  3. package/attributes/lib/common.d.ts +0 -1
  4. package/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.d.ts +1 -1
  5. package/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.d.ts +1 -1
  6. package/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.d.ts +1 -1
  7. package/attributes/lib/fog-attribute/fog-attribute.d.ts +1 -1
  8. package/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.d.ts +1 -1
  9. package/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.d.ts +1 -1
  10. package/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.d.ts +1 -1
  11. package/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.d.ts +1 -1
  12. package/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.d.ts +1 -1
  13. package/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.d.ts +1 -1
  14. package/attributes/lib/matrix3-attribute/matrix3-attribute.d.ts +1 -1
  15. package/attributes/lib/matrix4-attribute/matrix4-attribute.d.ts +1 -1
  16. package/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.d.ts +1 -1
  17. package/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.d.ts +1 -1
  18. package/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.d.ts +1 -1
  19. package/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.d.ts +1 -1
  20. package/attributes/lib/value-attribute/value-attribute.d.ts +1 -1
  21. package/attributes/lib/vector2-attribute/vector2-attribute.d.ts +1 -1
  22. package/attributes/lib/vector3-attribute/vector3-attribute.d.ts +1 -1
  23. package/attributes/lib/vector4-attribute/vector4-attribute.d.ts +1 -1
  24. package/esm2020/attributes/lib/buffer-attribute/buffer-attribute.mjs +4 -4
  25. package/esm2020/attributes/lib/color-attribute/color-attribute.mjs +4 -4
  26. package/esm2020/attributes/lib/common.mjs +1 -16
  27. package/esm2020/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.mjs +4 -4
  28. package/esm2020/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.mjs +4 -4
  29. package/esm2020/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.mjs +4 -4
  30. package/esm2020/attributes/lib/fog-attribute/fog-attribute.mjs +4 -4
  31. package/esm2020/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.mjs +4 -4
  32. package/esm2020/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.mjs +4 -4
  33. package/esm2020/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.mjs +4 -4
  34. package/esm2020/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.mjs +4 -4
  35. package/esm2020/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.mjs +4 -4
  36. package/esm2020/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.mjs +4 -4
  37. package/esm2020/attributes/lib/matrix3-attribute/matrix3-attribute.mjs +4 -4
  38. package/esm2020/attributes/lib/matrix4-attribute/matrix4-attribute.mjs +4 -4
  39. package/esm2020/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.mjs +4 -4
  40. package/esm2020/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.mjs +4 -4
  41. package/esm2020/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.mjs +4 -4
  42. package/esm2020/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.mjs +4 -4
  43. package/esm2020/attributes/lib/value-attribute/value-attribute.mjs +4 -4
  44. package/esm2020/attributes/lib/vector2-attribute/vector2-attribute.mjs +4 -4
  45. package/esm2020/attributes/lib/vector3-attribute/vector3-attribute.mjs +4 -4
  46. package/esm2020/attributes/lib/vector4-attribute/vector4-attribute.mjs +4 -4
  47. package/esm2020/geometries/lib/box-geometry/box-geometry.mjs +4 -4
  48. package/esm2020/geometries/lib/buffer-geometry/buffer-geometry.mjs +4 -4
  49. package/esm2020/geometries/lib/capsule-geometry/capsule-geometry.mjs +4 -4
  50. package/esm2020/geometries/lib/circle-geometry/circle-geometry.mjs +4 -4
  51. package/esm2020/geometries/lib/common.mjs +1 -16
  52. package/esm2020/geometries/lib/cone-geometry/cone-geometry.mjs +4 -4
  53. package/esm2020/geometries/lib/cylinder-geometry/cylinder-geometry.mjs +4 -4
  54. package/esm2020/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.mjs +4 -4
  55. package/esm2020/geometries/lib/edges-geometry/edges-geometry.mjs +4 -4
  56. package/esm2020/geometries/lib/extrude-geometry/extrude-geometry.mjs +4 -4
  57. package/esm2020/geometries/lib/icosahedron-geometry/icosahedron-geometry.mjs +4 -4
  58. package/esm2020/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.mjs +4 -4
  59. package/esm2020/geometries/lib/lathe-geometry/lathe-geometry.mjs +4 -4
  60. package/esm2020/geometries/lib/octahedron-geometry/octahedron-geometry.mjs +4 -4
  61. package/esm2020/geometries/lib/plane-geometry/plane-geometry.mjs +4 -4
  62. package/esm2020/geometries/lib/polyhedron-geometry/polyhedron-geometry.mjs +4 -4
  63. package/esm2020/geometries/lib/ring-geometry/ring-geometry.mjs +4 -4
  64. package/esm2020/geometries/lib/shape-geometry/shape-geometry.mjs +4 -4
  65. package/esm2020/geometries/lib/sphere-geometry/sphere-geometry.mjs +4 -4
  66. package/esm2020/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.mjs +4 -4
  67. package/esm2020/geometries/lib/torus-geometry/torus-geometry.mjs +4 -4
  68. package/esm2020/geometries/lib/torus-knot-geometry/torus-knot-geometry.mjs +4 -4
  69. package/esm2020/geometries/lib/tube-geometry/tube-geometry.mjs +4 -4
  70. package/esm2020/geometries/lib/wireframe-geometry/wireframe-geometry.mjs +4 -4
  71. package/esm2020/helpers/lib/arrow-helper/arrow-helper.mjs +4 -4
  72. package/esm2020/helpers/lib/axes-helper/axes-helper.mjs +4 -4
  73. package/esm2020/helpers/lib/box-helper/box-helper.mjs +4 -4
  74. package/esm2020/helpers/lib/box3-helper/box3-helper.mjs +4 -4
  75. package/esm2020/helpers/lib/camera-helper/camera-helper.mjs +4 -4
  76. package/esm2020/helpers/lib/common.mjs +1 -16
  77. package/esm2020/helpers/lib/directional-light-helper/directional-light-helper.mjs +4 -4
  78. package/esm2020/helpers/lib/grid-helper/grid-helper.mjs +4 -4
  79. package/esm2020/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.mjs +4 -4
  80. package/esm2020/helpers/lib/plane-helper/plane-helper.mjs +4 -4
  81. package/esm2020/helpers/lib/point-light-helper/point-light-helper.mjs +4 -4
  82. package/esm2020/helpers/lib/polar-grid-helper/polar-grid-helper.mjs +4 -4
  83. package/esm2020/helpers/lib/skeleton-helper/skeleton-helper.mjs +4 -4
  84. package/esm2020/helpers/lib/spot-light-helper/spot-light-helper.mjs +4 -4
  85. package/esm2020/materials/lib/common.mjs +1 -16
  86. package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +4 -4
  87. package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +4 -4
  88. package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +4 -4
  89. package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +4 -4
  90. package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +4 -4
  91. package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +4 -4
  92. package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +4 -4
  93. package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +4 -4
  94. package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +4 -4
  95. package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +4 -4
  96. package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +4 -4
  97. package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +4 -4
  98. package/esm2020/materials/lib/points-material/points-material.mjs +4 -4
  99. package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +4 -4
  100. package/esm2020/materials/lib/shader-material/shader-material.mjs +4 -4
  101. package/esm2020/materials/lib/shadow-material/shadow-material.mjs +4 -4
  102. package/esm2020/materials/lib/sprite-material/sprite-material.mjs +4 -4
  103. package/esm2020/objects/lib/skeleton/skeleton.mjs +4 -4
  104. package/esm2020/textures/lib/canvas-texture/canvas-texture.mjs +4 -4
  105. package/esm2020/textures/lib/common.mjs +1 -16
  106. package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +4 -4
  107. package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +4 -4
  108. package/esm2020/textures/lib/cube-texture/cube-texture.mjs +4 -4
  109. package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +4 -4
  110. package/esm2020/textures/lib/data-texture/data-texture.mjs +4 -4
  111. package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +4 -4
  112. package/esm2020/textures/lib/depth-texture/depth-texture.mjs +4 -4
  113. package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +4 -4
  114. package/esm2020/textures/lib/video-texture/video-texture.mjs +4 -4
  115. package/fesm2015/angular-three-attributes.mjs +44 -60
  116. package/fesm2015/angular-three-attributes.mjs.map +1 -1
  117. package/fesm2015/angular-three-geometries.mjs +46 -62
  118. package/fesm2015/angular-three-geometries.mjs.map +1 -1
  119. package/fesm2015/angular-three-helpers.mjs +26 -42
  120. package/fesm2015/angular-three-helpers.mjs.map +1 -1
  121. package/fesm2015/angular-three-materials.mjs +34 -50
  122. package/fesm2015/angular-three-materials.mjs.map +1 -1
  123. package/fesm2015/angular-three-objects.mjs +2 -2
  124. package/fesm2015/angular-three-objects.mjs.map +1 -1
  125. package/fesm2015/angular-three-primitives.mjs +1 -0
  126. package/fesm2015/angular-three-textures.mjs +20 -35
  127. package/fesm2015/angular-three-textures.mjs.map +1 -1
  128. package/fesm2020/angular-three-attributes.mjs +44 -60
  129. package/fesm2020/angular-three-attributes.mjs.map +1 -1
  130. package/fesm2020/angular-three-geometries.mjs +46 -62
  131. package/fesm2020/angular-three-geometries.mjs.map +1 -1
  132. package/fesm2020/angular-three-helpers.mjs +26 -42
  133. package/fesm2020/angular-three-helpers.mjs.map +1 -1
  134. package/fesm2020/angular-three-materials.mjs +34 -50
  135. package/fesm2020/angular-three-materials.mjs.map +1 -1
  136. package/fesm2020/angular-three-objects.mjs +2 -2
  137. package/fesm2020/angular-three-objects.mjs.map +1 -1
  138. package/fesm2020/angular-three-primitives.mjs +1 -0
  139. package/fesm2020/angular-three-textures.mjs +20 -35
  140. package/fesm2020/angular-three-textures.mjs.map +1 -1
  141. package/geometries/lib/box-geometry/box-geometry.d.ts +1 -1
  142. package/geometries/lib/buffer-geometry/buffer-geometry.d.ts +1 -1
  143. package/geometries/lib/capsule-geometry/capsule-geometry.d.ts +1 -1
  144. package/geometries/lib/circle-geometry/circle-geometry.d.ts +1 -1
  145. package/geometries/lib/common.d.ts +0 -1
  146. package/geometries/lib/cone-geometry/cone-geometry.d.ts +1 -1
  147. package/geometries/lib/cylinder-geometry/cylinder-geometry.d.ts +1 -1
  148. package/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.d.ts +1 -1
  149. package/geometries/lib/edges-geometry/edges-geometry.d.ts +1 -1
  150. package/geometries/lib/extrude-geometry/extrude-geometry.d.ts +1 -1
  151. package/geometries/lib/icosahedron-geometry/icosahedron-geometry.d.ts +1 -1
  152. package/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.d.ts +1 -1
  153. package/geometries/lib/lathe-geometry/lathe-geometry.d.ts +1 -1
  154. package/geometries/lib/octahedron-geometry/octahedron-geometry.d.ts +1 -1
  155. package/geometries/lib/plane-geometry/plane-geometry.d.ts +1 -1
  156. package/geometries/lib/polyhedron-geometry/polyhedron-geometry.d.ts +1 -1
  157. package/geometries/lib/ring-geometry/ring-geometry.d.ts +1 -1
  158. package/geometries/lib/shape-geometry/shape-geometry.d.ts +1 -1
  159. package/geometries/lib/sphere-geometry/sphere-geometry.d.ts +1 -1
  160. package/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.d.ts +1 -1
  161. package/geometries/lib/torus-geometry/torus-geometry.d.ts +1 -1
  162. package/geometries/lib/torus-knot-geometry/torus-knot-geometry.d.ts +1 -1
  163. package/geometries/lib/tube-geometry/tube-geometry.d.ts +1 -1
  164. package/geometries/lib/wireframe-geometry/wireframe-geometry.d.ts +1 -1
  165. package/helpers/lib/arrow-helper/arrow-helper.d.ts +1 -1
  166. package/helpers/lib/axes-helper/axes-helper.d.ts +1 -1
  167. package/helpers/lib/box-helper/box-helper.d.ts +1 -1
  168. package/helpers/lib/box3-helper/box3-helper.d.ts +1 -1
  169. package/helpers/lib/camera-helper/camera-helper.d.ts +1 -1
  170. package/helpers/lib/common.d.ts +0 -1
  171. package/helpers/lib/directional-light-helper/directional-light-helper.d.ts +1 -1
  172. package/helpers/lib/grid-helper/grid-helper.d.ts +1 -1
  173. package/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.d.ts +1 -1
  174. package/helpers/lib/plane-helper/plane-helper.d.ts +1 -1
  175. package/helpers/lib/point-light-helper/point-light-helper.d.ts +1 -1
  176. package/helpers/lib/polar-grid-helper/polar-grid-helper.d.ts +1 -1
  177. package/helpers/lib/skeleton-helper/skeleton-helper.d.ts +1 -1
  178. package/helpers/lib/spot-light-helper/spot-light-helper.d.ts +1 -1
  179. package/materials/lib/common.d.ts +0 -1
  180. package/materials/lib/line-basic-material/line-basic-material.d.ts +1 -1
  181. package/materials/lib/line-dashed-material/line-dashed-material.d.ts +1 -1
  182. package/materials/lib/mesh-basic-material/mesh-basic-material.d.ts +1 -1
  183. package/materials/lib/mesh-depth-material/mesh-depth-material.d.ts +1 -1
  184. package/materials/lib/mesh-distance-material/mesh-distance-material.d.ts +1 -1
  185. package/materials/lib/mesh-lambert-material/mesh-lambert-material.d.ts +1 -1
  186. package/materials/lib/mesh-matcap-material/mesh-matcap-material.d.ts +1 -1
  187. package/materials/lib/mesh-normal-material/mesh-normal-material.d.ts +1 -1
  188. package/materials/lib/mesh-phong-material/mesh-phong-material.d.ts +1 -1
  189. package/materials/lib/mesh-physical-material/mesh-physical-material.d.ts +1 -1
  190. package/materials/lib/mesh-standard-material/mesh-standard-material.d.ts +1 -1
  191. package/materials/lib/mesh-toon-material/mesh-toon-material.d.ts +1 -1
  192. package/materials/lib/points-material/points-material.d.ts +1 -1
  193. package/materials/lib/raw-shader-material/raw-shader-material.d.ts +1 -1
  194. package/materials/lib/shader-material/shader-material.d.ts +1 -1
  195. package/materials/lib/shadow-material/shadow-material.d.ts +1 -1
  196. package/materials/lib/sprite-material/sprite-material.d.ts +1 -1
  197. package/objects/lib/skeleton/skeleton.d.ts +1 -1
  198. package/package.json +1 -1
  199. package/textures/lib/canvas-texture/canvas-texture.d.ts +1 -1
  200. package/textures/lib/common.d.ts +0 -1
  201. package/textures/lib/compressed-array-texture/compressed-array-texture.d.ts +1 -1
  202. package/textures/lib/compressed-texture/compressed-texture.d.ts +1 -1
  203. package/textures/lib/cube-texture/cube-texture.d.ts +1 -1
  204. package/textures/lib/data-array-texture/data-array-texture.d.ts +1 -1
  205. package/textures/lib/data-texture/data-texture.d.ts +1 -1
  206. package/textures/lib/data3-dtexture/data3-dtexture.d.ts +1 -1
  207. package/textures/lib/depth-texture/depth-texture.d.ts +1 -1
  208. package/textures/lib/framebuffer-texture/framebuffer-texture.d.ts +1 -1
  209. package/textures/lib/video-texture/video-texture.d.ts +1 -1
  210. package/schematics/executors.json +0 -4
  211. package/schematics/generators.json +0 -19
  212. package/schematics/package.json +0 -9
  213. package/schematics/src/generators/init/compat.d.ts +0 -2
  214. package/schematics/src/generators/init/compat.js +0 -6
  215. package/schematics/src/generators/init/compat.js.map +0 -1
  216. package/schematics/src/generators/init/generator.d.ts +0 -5
  217. package/schematics/src/generators/init/generator.js +0 -39
  218. package/schematics/src/generators/init/generator.js.map +0 -1
  219. package/schematics/src/generators/init/schema.json +0 -6
  220. package/schematics/src/index.d.ts +0 -1
  221. package/schematics/src/index.js +0 -6
  222. package/schematics/src/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"angular-three-helpers.mjs","sources":["../../../../packages/angular-three/helpers/src/lib/common.ts","../../../../packages/angular-three/helpers/src/lib/arrow-helper/arrow-helper.ts","../../../../packages/angular-three/helpers/src/lib/axes-helper/axes-helper.ts","../../../../packages/angular-three/helpers/src/lib/grid-helper/grid-helper.ts","../../../../packages/angular-three/helpers/src/lib/polar-grid-helper/polar-grid-helper.ts","../../../../packages/angular-three/helpers/src/lib/box-helper/box-helper.ts","../../../../packages/angular-three/helpers/src/lib/box3-helper/box3-helper.ts","../../../../packages/angular-three/helpers/src/lib/camera-helper/camera-helper.ts","../../../../packages/angular-three/helpers/src/lib/directional-light-helper/directional-light-helper.ts","../../../../packages/angular-three/helpers/src/lib/hemisphere-light-helper/hemisphere-light-helper.ts","../../../../packages/angular-three/helpers/src/lib/plane-helper/plane-helper.ts","../../../../packages/angular-three/helpers/src/lib/point-light-helper/point-light-helper.ts","../../../../packages/angular-three/helpers/src/lib/skeleton-helper/skeleton-helper.ts","../../../../packages/angular-three/helpers/src/lib/spot-light-helper/spot-light-helper.ts","../../../../packages/angular-three/helpers/src/index.ts","../../../../packages/angular-three/helpers/src/angular-three-helpers.ts"],"sourcesContent":["// GENERATED - AngularThree v1.0.0\nexport const NGT_INSTANCE_INPUTS = [\n 'ref',\n 'attach',\n 'skipWrapper',\n 'skipInit',\n 'noAttach',\n 'beforeRender',\n 'priority',\n 'updateCallback',\n 'readyCallback',\n];\n\nexport const NGT_INSTANCE_OUTPUTS = [\n 'click',\n 'contextmenu',\n 'dblclick',\n 'pointerup',\n 'pointerdown',\n 'pointerover',\n 'pointerout',\n 'pointerenter',\n 'pointerleave',\n 'pointermove',\n 'pointermissed',\n 'pointercancel',\n 'wheel',\n];\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-arrow-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtArrowHelper)],\n})\nexport class NgtArrowHelper extends THREE.ArrowHelper {\n constructor() {\n super(...(injectArgs<typeof THREE.ArrowHelper>({ optional: true }) || []));\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-axes-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtAxesHelper)],\n})\nexport class NgtAxesHelper extends THREE.AxesHelper {\n constructor() {\n super(...(injectArgs<typeof THREE.AxesHelper>({ optional: true }) || []));\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-grid-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtGridHelper)],\n})\nexport class NgtGridHelper extends THREE.GridHelper {\n constructor() {\n super(...(injectArgs<typeof THREE.GridHelper>({ optional: true }) || []));\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-polar-grid-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtPolarGridHelper)],\n})\nexport class NgtPolarGridHelper extends THREE.PolarGridHelper {\n constructor() {\n super(...(injectArgs<typeof THREE.PolarGridHelper>({ optional: true }) || []));\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-box-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtBoxHelper)],\n})\nexport class NgtBoxHelper extends THREE.BoxHelper {\n constructor() {\n super(...injectArgs<typeof THREE.BoxHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-box3-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtBox3Helper)],\n})\nexport class NgtBox3Helper extends THREE.Box3Helper {\n constructor() {\n super(...injectArgs<typeof THREE.Box3Helper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.updateMatrixWorld(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-camera-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCameraHelper)],\n})\nexport class NgtCameraHelper extends THREE.CameraHelper {\n constructor() {\n super(...injectArgs<typeof THREE.CameraHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-directional-light-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtDirectionalLightHelper)],\n})\nexport class NgtDirectionalLightHelper extends THREE.DirectionalLightHelper {\n constructor() {\n super(...injectArgs<typeof THREE.DirectionalLightHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-hemisphere-light-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtHemisphereLightHelper)],\n})\nexport class NgtHemisphereLightHelper extends THREE.HemisphereLightHelper {\n constructor() {\n super(...injectArgs<typeof THREE.HemisphereLightHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-plane-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtPlaneHelper)],\n})\nexport class NgtPlaneHelper extends THREE.PlaneHelper {\n constructor() {\n super(...injectArgs<typeof THREE.PlaneHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.updateMatrixWorld(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-point-light-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtPointLightHelper)],\n})\nexport class NgtPointLightHelper extends THREE.PointLightHelper {\n constructor() {\n super(...injectArgs<typeof THREE.PointLightHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-skeleton-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtSkeletonHelper)],\n})\nexport class NgtSkeletonHelper extends THREE.SkeletonHelper {\n constructor() {\n super(...injectArgs<typeof THREE.SkeletonHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-spot-light-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtSpotLightHelper)],\n})\nexport class NgtSpotLightHelper extends THREE.SpotLightHelper {\n constructor() {\n super(...injectArgs<typeof THREE.SpotLightHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nexport * from './lib/arrow-helper/arrow-helper';\nexport * from './lib/axes-helper/axes-helper';\nexport * from './lib/grid-helper/grid-helper';\nexport * from './lib/polar-grid-helper/polar-grid-helper';\nexport * from './lib/box-helper/box-helper';\nexport * from './lib/box3-helper/box3-helper';\nexport * from './lib/camera-helper/camera-helper';\nexport * from './lib/directional-light-helper/directional-light-helper';\nexport * from './lib/hemisphere-light-helper/hemisphere-light-helper';\nexport * from './lib/plane-helper/plane-helper';\nexport * from './lib/point-light-helper/point-light-helper';\nexport * from './lib/skeleton-helper/skeleton-helper';\nexport * from './lib/spot-light-helper/spot-light-helper';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"angular-three-helpers.mjs","sources":["../../../../packages/angular-three/helpers/src/lib/common.ts","../../../../packages/angular-three/helpers/src/lib/arrow-helper/arrow-helper.ts","../../../../packages/angular-three/helpers/src/lib/axes-helper/axes-helper.ts","../../../../packages/angular-three/helpers/src/lib/grid-helper/grid-helper.ts","../../../../packages/angular-three/helpers/src/lib/polar-grid-helper/polar-grid-helper.ts","../../../../packages/angular-three/helpers/src/lib/box-helper/box-helper.ts","../../../../packages/angular-three/helpers/src/lib/box3-helper/box3-helper.ts","../../../../packages/angular-three/helpers/src/lib/camera-helper/camera-helper.ts","../../../../packages/angular-three/helpers/src/lib/directional-light-helper/directional-light-helper.ts","../../../../packages/angular-three/helpers/src/lib/hemisphere-light-helper/hemisphere-light-helper.ts","../../../../packages/angular-three/helpers/src/lib/plane-helper/plane-helper.ts","../../../../packages/angular-three/helpers/src/lib/point-light-helper/point-light-helper.ts","../../../../packages/angular-three/helpers/src/lib/skeleton-helper/skeleton-helper.ts","../../../../packages/angular-three/helpers/src/lib/spot-light-helper/spot-light-helper.ts","../../../../packages/angular-three/helpers/src/index.ts","../../../../packages/angular-three/helpers/src/angular-three-helpers.ts"],"sourcesContent":["// GENERATED - AngularThree v1.0.0\nexport const NGT_INSTANCE_INPUTS = [\n 'ref',\n 'attach',\n 'skipWrapper',\n 'skipInit',\n 'noAttach',\n 'beforeRender',\n 'priority',\n 'updateCallback',\n 'readyCallback',\n];\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-arrow-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtArrowHelper)],\n})\nexport class NgtArrowHelper extends THREE.ArrowHelper {\n constructor() {\n super(...(injectArgs<typeof THREE.ArrowHelper>({ optional: true }) || []));\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-axes-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtAxesHelper)],\n})\nexport class NgtAxesHelper extends THREE.AxesHelper {\n constructor() {\n super(...(injectArgs<typeof THREE.AxesHelper>({ optional: true }) || []));\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-grid-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtGridHelper)],\n})\nexport class NgtGridHelper extends THREE.GridHelper {\n constructor() {\n super(...(injectArgs<typeof THREE.GridHelper>({ optional: true }) || []));\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-polar-grid-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtPolarGridHelper)],\n})\nexport class NgtPolarGridHelper extends THREE.PolarGridHelper {\n constructor() {\n super(...(injectArgs<typeof THREE.PolarGridHelper>({ optional: true }) || []));\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-box-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtBoxHelper)],\n})\nexport class NgtBoxHelper extends THREE.BoxHelper {\n constructor() {\n super(...injectArgs<typeof THREE.BoxHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-box3-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtBox3Helper)],\n})\nexport class NgtBox3Helper extends THREE.Box3Helper {\n constructor() {\n super(...injectArgs<typeof THREE.Box3Helper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.updateMatrixWorld(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-camera-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtCameraHelper)],\n})\nexport class NgtCameraHelper extends THREE.CameraHelper {\n constructor() {\n super(...injectArgs<typeof THREE.CameraHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-directional-light-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtDirectionalLightHelper)],\n})\nexport class NgtDirectionalLightHelper extends THREE.DirectionalLightHelper {\n constructor() {\n super(...injectArgs<typeof THREE.DirectionalLightHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-hemisphere-light-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtHemisphereLightHelper)],\n})\nexport class NgtHemisphereLightHelper extends THREE.HemisphereLightHelper {\n constructor() {\n super(...injectArgs<typeof THREE.HemisphereLightHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-plane-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtPlaneHelper)],\n})\nexport class NgtPlaneHelper extends THREE.PlaneHelper {\n constructor() {\n super(...injectArgs<typeof THREE.PlaneHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.updateMatrixWorld(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-point-light-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtPointLightHelper)],\n})\nexport class NgtPointLightHelper extends THREE.PointLightHelper {\n constructor() {\n super(...injectArgs<typeof THREE.PointLightHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-skeleton-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtSkeletonHelper)],\n})\nexport class NgtSkeletonHelper extends THREE.SkeletonHelper {\n constructor() {\n super(...injectArgs<typeof THREE.SkeletonHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-spot-light-helper',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtSpotLightHelper)],\n})\nexport class NgtSpotLightHelper extends THREE.SpotLightHelper {\n constructor() {\n super(...injectArgs<typeof THREE.SpotLightHelper>());\n return proxify(this, {\n attach: (_, helper, stateFactory) => {\n const { scene, internal } = stateFactory();\n scene.add(helper.value);\n\n const unsubscribe = internal.subscribe(() => helper.value.update(), 0, stateFactory, helper);\n\n return () => {\n scene.remove(helper.value);\n unsubscribe();\n };\n },\n });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nexport * from './lib/arrow-helper/arrow-helper';\nexport * from './lib/axes-helper/axes-helper';\nexport * from './lib/grid-helper/grid-helper';\nexport * from './lib/polar-grid-helper/polar-grid-helper';\nexport * from './lib/box-helper/box-helper';\nexport * from './lib/box3-helper/box3-helper';\nexport * from './lib/camera-helper/camera-helper';\nexport * from './lib/directional-light-helper/directional-light-helper';\nexport * from './lib/hemisphere-light-helper/hemisphere-light-helper';\nexport * from './lib/plane-helper/plane-helper';\nexport * from './lib/point-light-helper/point-light-helper';\nexport * from './lib/skeleton-helper/skeleton-helper';\nexport * from './lib/spot-light-helper/spot-light-helper';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}