angular-three 0.0.4 → 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.
Files changed (295) 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 +2 -0
  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/audios/lib/audio/audio.d.ts +1 -1
  25. package/audios/lib/audio-listener/audio-listener.d.ts +1 -1
  26. package/audios/lib/common.d.ts +3 -0
  27. package/audios/lib/positional-audio/positional-audio.d.ts +1 -1
  28. package/cameras/lib/array-camera/array-camera.d.ts +1 -1
  29. package/cameras/lib/common.d.ts +3 -0
  30. package/cameras/lib/cube-camera/cube-camera.d.ts +1 -1
  31. package/cameras/lib/orthographic-camera/orthographic-camera.d.ts +1 -1
  32. package/cameras/lib/perspective-camera/perspective-camera.d.ts +1 -1
  33. package/cameras/lib/stereo-camera/stereo-camera.d.ts +1 -1
  34. package/esm2020/attributes/lib/buffer-attribute/buffer-attribute.mjs +4 -3
  35. package/esm2020/attributes/lib/color-attribute/color-attribute.mjs +4 -3
  36. package/esm2020/attributes/lib/common.mjs +28 -0
  37. package/esm2020/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.mjs +4 -3
  38. package/esm2020/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.mjs +4 -3
  39. package/esm2020/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.mjs +4 -3
  40. package/esm2020/attributes/lib/fog-attribute/fog-attribute.mjs +4 -3
  41. package/esm2020/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.mjs +4 -3
  42. package/esm2020/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.mjs +4 -3
  43. package/esm2020/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.mjs +4 -3
  44. package/esm2020/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.mjs +4 -3
  45. package/esm2020/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.mjs +4 -3
  46. package/esm2020/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.mjs +4 -3
  47. package/esm2020/attributes/lib/matrix3-attribute/matrix3-attribute.mjs +4 -3
  48. package/esm2020/attributes/lib/matrix4-attribute/matrix4-attribute.mjs +4 -3
  49. package/esm2020/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.mjs +4 -3
  50. package/esm2020/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.mjs +4 -3
  51. package/esm2020/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.mjs +4 -3
  52. package/esm2020/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.mjs +4 -3
  53. package/esm2020/attributes/lib/value-attribute/value-attribute.mjs +4 -3
  54. package/esm2020/attributes/lib/vector2-attribute/vector2-attribute.mjs +4 -3
  55. package/esm2020/attributes/lib/vector3-attribute/vector3-attribute.mjs +4 -3
  56. package/esm2020/attributes/lib/vector4-attribute/vector4-attribute.mjs +4 -3
  57. package/esm2020/audios/lib/audio/audio.mjs +5 -28
  58. package/esm2020/audios/lib/audio-listener/audio-listener.mjs +5 -32
  59. package/esm2020/audios/lib/common.mjs +54 -0
  60. package/esm2020/audios/lib/positional-audio/positional-audio.mjs +5 -28
  61. package/esm2020/cameras/lib/array-camera/array-camera.mjs +5 -28
  62. package/esm2020/cameras/lib/common.mjs +54 -0
  63. package/esm2020/cameras/lib/cube-camera/cube-camera.mjs +6 -31
  64. package/esm2020/cameras/lib/orthographic-camera/orthographic-camera.mjs +5 -28
  65. package/esm2020/cameras/lib/perspective-camera/perspective-camera.mjs +5 -28
  66. package/esm2020/cameras/lib/stereo-camera/stereo-camera.mjs +5 -28
  67. package/esm2020/geometries/lib/box-geometry/box-geometry.mjs +4 -3
  68. package/esm2020/geometries/lib/buffer-geometry/buffer-geometry.mjs +4 -3
  69. package/esm2020/geometries/lib/capsule-geometry/capsule-geometry.mjs +4 -3
  70. package/esm2020/geometries/lib/circle-geometry/circle-geometry.mjs +4 -3
  71. package/esm2020/geometries/lib/common.mjs +28 -0
  72. package/esm2020/geometries/lib/cone-geometry/cone-geometry.mjs +4 -3
  73. package/esm2020/geometries/lib/cylinder-geometry/cylinder-geometry.mjs +4 -3
  74. package/esm2020/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.mjs +4 -3
  75. package/esm2020/geometries/lib/edges-geometry/edges-geometry.mjs +4 -3
  76. package/esm2020/geometries/lib/extrude-geometry/extrude-geometry.mjs +4 -3
  77. package/esm2020/geometries/lib/icosahedron-geometry/icosahedron-geometry.mjs +4 -3
  78. package/esm2020/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.mjs +4 -3
  79. package/esm2020/geometries/lib/lathe-geometry/lathe-geometry.mjs +4 -3
  80. package/esm2020/geometries/lib/octahedron-geometry/octahedron-geometry.mjs +4 -3
  81. package/esm2020/geometries/lib/plane-geometry/plane-geometry.mjs +4 -3
  82. package/esm2020/geometries/lib/polyhedron-geometry/polyhedron-geometry.mjs +4 -3
  83. package/esm2020/geometries/lib/ring-geometry/ring-geometry.mjs +4 -3
  84. package/esm2020/geometries/lib/shape-geometry/shape-geometry.mjs +4 -3
  85. package/esm2020/geometries/lib/sphere-geometry/sphere-geometry.mjs +4 -3
  86. package/esm2020/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.mjs +4 -3
  87. package/esm2020/geometries/lib/torus-geometry/torus-geometry.mjs +4 -3
  88. package/esm2020/geometries/lib/torus-knot-geometry/torus-knot-geometry.mjs +4 -3
  89. package/esm2020/geometries/lib/tube-geometry/tube-geometry.mjs +4 -3
  90. package/esm2020/geometries/lib/wireframe-geometry/wireframe-geometry.mjs +4 -3
  91. package/esm2020/helpers/lib/arrow-helper/arrow-helper.mjs +4 -3
  92. package/esm2020/helpers/lib/axes-helper/axes-helper.mjs +4 -3
  93. package/esm2020/helpers/lib/box-helper/box-helper.mjs +4 -3
  94. package/esm2020/helpers/lib/box3-helper/box3-helper.mjs +4 -3
  95. package/esm2020/helpers/lib/camera-helper/camera-helper.mjs +4 -3
  96. package/esm2020/helpers/lib/common.mjs +28 -0
  97. package/esm2020/helpers/lib/directional-light-helper/directional-light-helper.mjs +4 -3
  98. package/esm2020/helpers/lib/grid-helper/grid-helper.mjs +4 -3
  99. package/esm2020/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.mjs +4 -3
  100. package/esm2020/helpers/lib/plane-helper/plane-helper.mjs +4 -3
  101. package/esm2020/helpers/lib/point-light-helper/point-light-helper.mjs +4 -3
  102. package/esm2020/helpers/lib/polar-grid-helper/polar-grid-helper.mjs +4 -3
  103. package/esm2020/helpers/lib/skeleton-helper/skeleton-helper.mjs +4 -3
  104. package/esm2020/helpers/lib/spot-light-helper/spot-light-helper.mjs +4 -3
  105. package/esm2020/lights/lib/ambient-light/ambient-light.mjs +6 -34
  106. package/esm2020/lights/lib/ambient-light-probe/ambient-light-probe.mjs +6 -35
  107. package/esm2020/lights/lib/common.mjs +54 -0
  108. package/esm2020/lights/lib/directional-light/directional-light.mjs +6 -35
  109. package/esm2020/lights/lib/hemisphere-light/hemisphere-light.mjs +6 -36
  110. package/esm2020/lights/lib/hemisphere-light-probe/hemisphere-light-probe.mjs +6 -37
  111. package/esm2020/lights/lib/light-probe/light-probe.mjs +6 -35
  112. package/esm2020/lights/lib/point-light/point-light.mjs +6 -37
  113. package/esm2020/lights/lib/rect-area-light/rect-area-light.mjs +6 -37
  114. package/esm2020/lights/lib/spot-light/spot-light.mjs +5 -27
  115. package/esm2020/materials/lib/common.mjs +28 -0
  116. package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +4 -3
  117. package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +4 -3
  118. package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +4 -3
  119. package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +4 -3
  120. package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +4 -3
  121. package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +4 -3
  122. package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +4 -3
  123. package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +4 -3
  124. package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +4 -3
  125. package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +4 -3
  126. package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +4 -3
  127. package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +4 -3
  128. package/esm2020/materials/lib/points-material/points-material.mjs +4 -3
  129. package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +4 -3
  130. package/esm2020/materials/lib/shader-material/shader-material.mjs +4 -3
  131. package/esm2020/materials/lib/shadow-material/shadow-material.mjs +4 -3
  132. package/esm2020/materials/lib/sprite-material/sprite-material.mjs +4 -3
  133. package/esm2020/objects/lib/bone/bone.mjs +5 -32
  134. package/esm2020/objects/lib/common.mjs +54 -0
  135. package/esm2020/objects/lib/group/group.mjs +5 -32
  136. package/esm2020/objects/lib/instanced-mesh/instanced-mesh.mjs +5 -28
  137. package/esm2020/objects/lib/line/line.mjs +6 -34
  138. package/esm2020/objects/lib/line-loop/line-loop.mjs +6 -34
  139. package/esm2020/objects/lib/line-segments/line-segments.mjs +6 -34
  140. package/esm2020/objects/lib/lod/lod.mjs +6 -32
  141. package/esm2020/objects/lib/mesh/mesh.mjs +6 -34
  142. package/esm2020/objects/lib/points/points.mjs +6 -34
  143. package/esm2020/objects/lib/skeleton/skeleton.mjs +4 -3
  144. package/esm2020/objects/lib/skinned-mesh/skinned-mesh.mjs +5 -28
  145. package/esm2020/objects/lib/sprite/sprite.mjs +6 -33
  146. package/esm2020/primitives/lib/common.mjs +54 -0
  147. package/esm2020/primitives/lib/object-primitive/object-primitive.mjs +5 -32
  148. package/esm2020/primitives/lib/primitive/primitive.mjs +4 -3
  149. package/esm2020/textures/lib/canvas-texture/canvas-texture.mjs +4 -3
  150. package/esm2020/textures/lib/common.mjs +28 -0
  151. package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +4 -3
  152. package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +4 -3
  153. package/esm2020/textures/lib/cube-texture/cube-texture.mjs +4 -3
  154. package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +4 -3
  155. package/esm2020/textures/lib/data-texture/data-texture.mjs +4 -3
  156. package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +4 -3
  157. package/esm2020/textures/lib/depth-texture/depth-texture.mjs +4 -3
  158. package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +4 -3
  159. package/esm2020/textures/lib/video-texture/video-texture.mjs +4 -3
  160. package/fesm2015/angular-three-attributes.mjs +51 -23
  161. package/fesm2015/angular-three-attributes.mjs.map +1 -1
  162. package/fesm2015/angular-three-audios.mjs +63 -85
  163. package/fesm2015/angular-three-audios.mjs.map +1 -1
  164. package/fesm2015/angular-three-cameras.mjs +66 -134
  165. package/fesm2015/angular-three-cameras.mjs.map +1 -1
  166. package/fesm2015/angular-three-geometries.mjs +52 -24
  167. package/fesm2015/angular-three-geometries.mjs.map +1 -1
  168. package/fesm2015/angular-three-helpers.mjs +42 -14
  169. package/fesm2015/angular-three-helpers.mjs.map +1 -1
  170. package/fesm2015/angular-three-lights.mjs +82 -296
  171. package/fesm2015/angular-three-lights.mjs.map +1 -1
  172. package/fesm2015/angular-three-materials.mjs +46 -18
  173. package/fesm2015/angular-three-materials.mjs.map +1 -1
  174. package/fesm2015/angular-three-objects.mjs +85 -335
  175. package/fesm2015/angular-three-objects.mjs.map +1 -1
  176. package/fesm2015/angular-three-primitives.mjs +58 -33
  177. package/fesm2015/angular-three-primitives.mjs.map +1 -1
  178. package/fesm2015/angular-three-textures.mjs +39 -12
  179. package/fesm2015/angular-three-textures.mjs.map +1 -1
  180. package/fesm2015/angular-three.mjs +1 -0
  181. package/fesm2020/angular-three-attributes.mjs +51 -23
  182. package/fesm2020/angular-three-attributes.mjs.map +1 -1
  183. package/fesm2020/angular-three-audios.mjs +63 -85
  184. package/fesm2020/angular-three-audios.mjs.map +1 -1
  185. package/fesm2020/angular-three-cameras.mjs +66 -134
  186. package/fesm2020/angular-three-cameras.mjs.map +1 -1
  187. package/fesm2020/angular-three-geometries.mjs +52 -24
  188. package/fesm2020/angular-three-geometries.mjs.map +1 -1
  189. package/fesm2020/angular-three-helpers.mjs +42 -14
  190. package/fesm2020/angular-three-helpers.mjs.map +1 -1
  191. package/fesm2020/angular-three-lights.mjs +82 -296
  192. package/fesm2020/angular-three-lights.mjs.map +1 -1
  193. package/fesm2020/angular-three-materials.mjs +46 -18
  194. package/fesm2020/angular-three-materials.mjs.map +1 -1
  195. package/fesm2020/angular-three-objects.mjs +85 -335
  196. package/fesm2020/angular-three-objects.mjs.map +1 -1
  197. package/fesm2020/angular-three-primitives.mjs +58 -33
  198. package/fesm2020/angular-three-primitives.mjs.map +1 -1
  199. package/fesm2020/angular-three-textures.mjs +39 -12
  200. package/fesm2020/angular-three-textures.mjs.map +1 -1
  201. package/fesm2020/angular-three.mjs +1 -0
  202. package/geometries/lib/box-geometry/box-geometry.d.ts +1 -1
  203. package/geometries/lib/buffer-geometry/buffer-geometry.d.ts +1 -1
  204. package/geometries/lib/capsule-geometry/capsule-geometry.d.ts +1 -1
  205. package/geometries/lib/circle-geometry/circle-geometry.d.ts +1 -1
  206. package/geometries/lib/common.d.ts +2 -0
  207. package/geometries/lib/cone-geometry/cone-geometry.d.ts +1 -1
  208. package/geometries/lib/cylinder-geometry/cylinder-geometry.d.ts +1 -1
  209. package/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.d.ts +1 -1
  210. package/geometries/lib/edges-geometry/edges-geometry.d.ts +1 -1
  211. package/geometries/lib/extrude-geometry/extrude-geometry.d.ts +1 -1
  212. package/geometries/lib/icosahedron-geometry/icosahedron-geometry.d.ts +1 -1
  213. package/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.d.ts +1 -1
  214. package/geometries/lib/lathe-geometry/lathe-geometry.d.ts +1 -1
  215. package/geometries/lib/octahedron-geometry/octahedron-geometry.d.ts +1 -1
  216. package/geometries/lib/plane-geometry/plane-geometry.d.ts +1 -1
  217. package/geometries/lib/polyhedron-geometry/polyhedron-geometry.d.ts +1 -1
  218. package/geometries/lib/ring-geometry/ring-geometry.d.ts +1 -1
  219. package/geometries/lib/shape-geometry/shape-geometry.d.ts +1 -1
  220. package/geometries/lib/sphere-geometry/sphere-geometry.d.ts +1 -1
  221. package/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.d.ts +1 -1
  222. package/geometries/lib/torus-geometry/torus-geometry.d.ts +1 -1
  223. package/geometries/lib/torus-knot-geometry/torus-knot-geometry.d.ts +1 -1
  224. package/geometries/lib/tube-geometry/tube-geometry.d.ts +1 -1
  225. package/geometries/lib/wireframe-geometry/wireframe-geometry.d.ts +1 -1
  226. package/helpers/lib/arrow-helper/arrow-helper.d.ts +1 -1
  227. package/helpers/lib/axes-helper/axes-helper.d.ts +1 -1
  228. package/helpers/lib/box-helper/box-helper.d.ts +1 -1
  229. package/helpers/lib/box3-helper/box3-helper.d.ts +1 -1
  230. package/helpers/lib/camera-helper/camera-helper.d.ts +1 -1
  231. package/helpers/lib/common.d.ts +2 -0
  232. package/helpers/lib/directional-light-helper/directional-light-helper.d.ts +1 -1
  233. package/helpers/lib/grid-helper/grid-helper.d.ts +1 -1
  234. package/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.d.ts +1 -1
  235. package/helpers/lib/plane-helper/plane-helper.d.ts +1 -1
  236. package/helpers/lib/point-light-helper/point-light-helper.d.ts +1 -1
  237. package/helpers/lib/polar-grid-helper/polar-grid-helper.d.ts +1 -1
  238. package/helpers/lib/skeleton-helper/skeleton-helper.d.ts +1 -1
  239. package/helpers/lib/spot-light-helper/spot-light-helper.d.ts +1 -1
  240. package/lights/lib/ambient-light/ambient-light.d.ts +1 -1
  241. package/lights/lib/ambient-light-probe/ambient-light-probe.d.ts +1 -1
  242. package/lights/lib/common.d.ts +3 -0
  243. package/lights/lib/directional-light/directional-light.d.ts +1 -1
  244. package/lights/lib/hemisphere-light/hemisphere-light.d.ts +1 -1
  245. package/lights/lib/hemisphere-light-probe/hemisphere-light-probe.d.ts +1 -1
  246. package/lights/lib/light-probe/light-probe.d.ts +1 -1
  247. package/lights/lib/point-light/point-light.d.ts +1 -1
  248. package/lights/lib/rect-area-light/rect-area-light.d.ts +1 -1
  249. package/lights/lib/spot-light/spot-light.d.ts +1 -1
  250. package/materials/lib/common.d.ts +2 -0
  251. package/materials/lib/line-basic-material/line-basic-material.d.ts +1 -1
  252. package/materials/lib/line-dashed-material/line-dashed-material.d.ts +1 -1
  253. package/materials/lib/mesh-basic-material/mesh-basic-material.d.ts +1 -1
  254. package/materials/lib/mesh-depth-material/mesh-depth-material.d.ts +1 -1
  255. package/materials/lib/mesh-distance-material/mesh-distance-material.d.ts +1 -1
  256. package/materials/lib/mesh-lambert-material/mesh-lambert-material.d.ts +1 -1
  257. package/materials/lib/mesh-matcap-material/mesh-matcap-material.d.ts +1 -1
  258. package/materials/lib/mesh-normal-material/mesh-normal-material.d.ts +1 -1
  259. package/materials/lib/mesh-phong-material/mesh-phong-material.d.ts +1 -1
  260. package/materials/lib/mesh-physical-material/mesh-physical-material.d.ts +1 -1
  261. package/materials/lib/mesh-standard-material/mesh-standard-material.d.ts +1 -1
  262. package/materials/lib/mesh-toon-material/mesh-toon-material.d.ts +1 -1
  263. package/materials/lib/points-material/points-material.d.ts +1 -1
  264. package/materials/lib/raw-shader-material/raw-shader-material.d.ts +1 -1
  265. package/materials/lib/shader-material/shader-material.d.ts +1 -1
  266. package/materials/lib/shadow-material/shadow-material.d.ts +1 -1
  267. package/materials/lib/sprite-material/sprite-material.d.ts +1 -1
  268. package/objects/lib/bone/bone.d.ts +1 -1
  269. package/objects/lib/common.d.ts +3 -0
  270. package/objects/lib/group/group.d.ts +1 -1
  271. package/objects/lib/instanced-mesh/instanced-mesh.d.ts +1 -1
  272. package/objects/lib/line/line.d.ts +1 -1
  273. package/objects/lib/line-loop/line-loop.d.ts +1 -1
  274. package/objects/lib/line-segments/line-segments.d.ts +1 -1
  275. package/objects/lib/lod/lod.d.ts +1 -1
  276. package/objects/lib/mesh/mesh.d.ts +1 -1
  277. package/objects/lib/points/points.d.ts +1 -1
  278. package/objects/lib/skeleton/skeleton.d.ts +1 -1
  279. package/objects/lib/skinned-mesh/skinned-mesh.d.ts +1 -1
  280. package/objects/lib/sprite/sprite.d.ts +1 -1
  281. package/package.json +2 -1
  282. package/primitives/lib/common.d.ts +3 -0
  283. package/primitives/lib/object-primitive/object-primitive.d.ts +1 -1
  284. package/primitives/lib/primitive/primitive.d.ts +1 -1
  285. package/textures/lib/canvas-texture/canvas-texture.d.ts +1 -1
  286. package/textures/lib/common.d.ts +2 -0
  287. package/textures/lib/compressed-array-texture/compressed-array-texture.d.ts +1 -1
  288. package/textures/lib/compressed-texture/compressed-texture.d.ts +1 -1
  289. package/textures/lib/cube-texture/cube-texture.d.ts +1 -1
  290. package/textures/lib/data-array-texture/data-array-texture.d.ts +1 -1
  291. package/textures/lib/data-texture/data-texture.d.ts +1 -1
  292. package/textures/lib/data3-dtexture/data3-dtexture.d.ts +1 -1
  293. package/textures/lib/depth-texture/depth-texture.d.ts +1 -1
  294. package/textures/lib/framebuffer-texture/framebuffer-texture.d.ts +1 -1
  295. package/textures/lib/video-texture/video-texture.d.ts +1 -1
@@ -1,9 +1,37 @@
1
1
  import * as i1 from 'angular-three';
2
- import { injectArgs, proxify, provideInstanceRef, NgtInstance, NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from 'angular-three';
2
+ import { injectArgs, proxify, provideInstanceRef, NgtInstance } 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
+
7
35
  // GENERATED - AngularThree v1.0.0
8
36
  class NgtBoxGeometry extends THREE.BoxGeometry {
9
37
  constructor() {
@@ -12,7 +40,7 @@ class NgtBoxGeometry extends THREE.BoxGeometry {
12
40
  }
13
41
  }
14
42
  NgtBoxGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBoxGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- NgtBoxGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBoxGeometry, isStandalone: true, selector: "ngt-box-geometry", providers: [provideInstanceRef(NgtBoxGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
43
+ NgtBoxGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBoxGeometry, isStandalone: true, selector: "ngt-box-geometry", providers: [provideInstanceRef(NgtBoxGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
16
44
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBoxGeometry, decorators: [{
17
45
  type: Component,
18
46
  args: [{
@@ -32,7 +60,7 @@ class NgtCapsuleGeometry extends THREE.CapsuleGeometry {
32
60
  }
33
61
  }
34
62
  NgtCapsuleGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCapsuleGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
35
- NgtCapsuleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCapsuleGeometry, isStandalone: true, selector: "ngt-capsule-geometry", providers: [provideInstanceRef(NgtCapsuleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
63
+ NgtCapsuleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCapsuleGeometry, isStandalone: true, selector: "ngt-capsule-geometry", providers: [provideInstanceRef(NgtCapsuleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
36
64
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCapsuleGeometry, decorators: [{
37
65
  type: Component,
38
66
  args: [{
@@ -52,7 +80,7 @@ class NgtCircleGeometry extends THREE.CircleGeometry {
52
80
  }
53
81
  }
54
82
  NgtCircleGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCircleGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
55
- NgtCircleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCircleGeometry, isStandalone: true, selector: "ngt-circle-geometry", providers: [provideInstanceRef(NgtCircleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
83
+ NgtCircleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCircleGeometry, isStandalone: true, selector: "ngt-circle-geometry", providers: [provideInstanceRef(NgtCircleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
56
84
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCircleGeometry, decorators: [{
57
85
  type: Component,
58
86
  args: [{
@@ -72,7 +100,7 @@ class NgtConeGeometry extends THREE.ConeGeometry {
72
100
  }
73
101
  }
74
102
  NgtConeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtConeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
75
- NgtConeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtConeGeometry, isStandalone: true, selector: "ngt-cone-geometry", providers: [provideInstanceRef(NgtConeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
103
+ NgtConeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtConeGeometry, isStandalone: true, selector: "ngt-cone-geometry", providers: [provideInstanceRef(NgtConeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
76
104
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtConeGeometry, decorators: [{
77
105
  type: Component,
78
106
  args: [{
@@ -92,7 +120,7 @@ class NgtCylinderGeometry extends THREE.CylinderGeometry {
92
120
  }
93
121
  }
94
122
  NgtCylinderGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCylinderGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
95
- NgtCylinderGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCylinderGeometry, isStandalone: true, selector: "ngt-cylinder-geometry", providers: [provideInstanceRef(NgtCylinderGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
123
+ NgtCylinderGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCylinderGeometry, isStandalone: true, selector: "ngt-cylinder-geometry", providers: [provideInstanceRef(NgtCylinderGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
96
124
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCylinderGeometry, decorators: [{
97
125
  type: Component,
98
126
  args: [{
@@ -112,7 +140,7 @@ class NgtDodecahedronGeometry extends THREE.DodecahedronGeometry {
112
140
  }
113
141
  }
114
142
  NgtDodecahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDodecahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
115
- NgtDodecahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDodecahedronGeometry, isStandalone: true, selector: "ngt-dodecahedron-geometry", providers: [provideInstanceRef(NgtDodecahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
143
+ NgtDodecahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDodecahedronGeometry, isStandalone: true, selector: "ngt-dodecahedron-geometry", providers: [provideInstanceRef(NgtDodecahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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
144
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDodecahedronGeometry, decorators: [{
117
145
  type: Component,
118
146
  args: [{
@@ -132,7 +160,7 @@ class NgtEdgesGeometry extends THREE.EdgesGeometry {
132
160
  }
133
161
  }
134
162
  NgtEdgesGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtEdgesGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
135
- NgtEdgesGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtEdgesGeometry, isStandalone: true, selector: "ngt-edges-geometry", providers: [provideInstanceRef(NgtEdgesGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
163
+ NgtEdgesGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtEdgesGeometry, isStandalone: true, selector: "ngt-edges-geometry", providers: [provideInstanceRef(NgtEdgesGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
136
164
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtEdgesGeometry, decorators: [{
137
165
  type: Component,
138
166
  args: [{
@@ -152,7 +180,7 @@ class NgtExtrudeGeometry extends THREE.ExtrudeGeometry {
152
180
  }
153
181
  }
154
182
  NgtExtrudeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtExtrudeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
155
- NgtExtrudeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtExtrudeGeometry, isStandalone: true, selector: "ngt-extrude-geometry", providers: [provideInstanceRef(NgtExtrudeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
183
+ NgtExtrudeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtExtrudeGeometry, isStandalone: true, selector: "ngt-extrude-geometry", providers: [provideInstanceRef(NgtExtrudeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
156
184
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtExtrudeGeometry, decorators: [{
157
185
  type: Component,
158
186
  args: [{
@@ -172,7 +200,7 @@ class NgtIcosahedronGeometry extends THREE.IcosahedronGeometry {
172
200
  }
173
201
  }
174
202
  NgtIcosahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtIcosahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
175
- NgtIcosahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtIcosahedronGeometry, isStandalone: true, selector: "ngt-icosahedron-geometry", providers: [provideInstanceRef(NgtIcosahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
203
+ NgtIcosahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtIcosahedronGeometry, isStandalone: true, selector: "ngt-icosahedron-geometry", providers: [provideInstanceRef(NgtIcosahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
176
204
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtIcosahedronGeometry, decorators: [{
177
205
  type: Component,
178
206
  args: [{
@@ -192,7 +220,7 @@ class NgtLatheGeometry extends THREE.LatheGeometry {
192
220
  }
193
221
  }
194
222
  NgtLatheGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLatheGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
195
- NgtLatheGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLatheGeometry, isStandalone: true, selector: "ngt-lathe-geometry", providers: [provideInstanceRef(NgtLatheGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
223
+ NgtLatheGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLatheGeometry, isStandalone: true, selector: "ngt-lathe-geometry", providers: [provideInstanceRef(NgtLatheGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
196
224
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLatheGeometry, decorators: [{
197
225
  type: Component,
198
226
  args: [{
@@ -212,7 +240,7 @@ class NgtOctahedronGeometry extends THREE.OctahedronGeometry {
212
240
  }
213
241
  }
214
242
  NgtOctahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtOctahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
215
- NgtOctahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtOctahedronGeometry, isStandalone: true, selector: "ngt-octahedron-geometry", providers: [provideInstanceRef(NgtOctahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
243
+ NgtOctahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtOctahedronGeometry, isStandalone: true, selector: "ngt-octahedron-geometry", providers: [provideInstanceRef(NgtOctahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
216
244
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtOctahedronGeometry, decorators: [{
217
245
  type: Component,
218
246
  args: [{
@@ -232,7 +260,7 @@ class NgtPlaneGeometry extends THREE.PlaneGeometry {
232
260
  }
233
261
  }
234
262
  NgtPlaneGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPlaneGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
235
- NgtPlaneGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPlaneGeometry, isStandalone: true, selector: "ngt-plane-geometry", providers: [provideInstanceRef(NgtPlaneGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
263
+ NgtPlaneGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPlaneGeometry, isStandalone: true, selector: "ngt-plane-geometry", providers: [provideInstanceRef(NgtPlaneGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
236
264
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPlaneGeometry, decorators: [{
237
265
  type: Component,
238
266
  args: [{
@@ -252,7 +280,7 @@ class NgtPolyhedronGeometry extends THREE.PolyhedronGeometry {
252
280
  }
253
281
  }
254
282
  NgtPolyhedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPolyhedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
255
- NgtPolyhedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPolyhedronGeometry, isStandalone: true, selector: "ngt-polyhedron-geometry", providers: [provideInstanceRef(NgtPolyhedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
283
+ NgtPolyhedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPolyhedronGeometry, isStandalone: true, selector: "ngt-polyhedron-geometry", providers: [provideInstanceRef(NgtPolyhedronGeometry)], 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 });
256
284
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPolyhedronGeometry, decorators: [{
257
285
  type: Component,
258
286
  args: [{
@@ -272,7 +300,7 @@ class NgtRingGeometry extends THREE.RingGeometry {
272
300
  }
273
301
  }
274
302
  NgtRingGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRingGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
275
- NgtRingGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRingGeometry, isStandalone: true, selector: "ngt-ring-geometry", providers: [provideInstanceRef(NgtRingGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
303
+ NgtRingGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRingGeometry, isStandalone: true, selector: "ngt-ring-geometry", providers: [provideInstanceRef(NgtRingGeometry)], 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 });
276
304
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRingGeometry, decorators: [{
277
305
  type: Component,
278
306
  args: [{
@@ -292,7 +320,7 @@ class NgtShapeGeometry extends THREE.ShapeGeometry {
292
320
  }
293
321
  }
294
322
  NgtShapeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtShapeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
295
- NgtShapeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtShapeGeometry, isStandalone: true, selector: "ngt-shape-geometry", providers: [provideInstanceRef(NgtShapeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
323
+ NgtShapeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtShapeGeometry, isStandalone: true, selector: "ngt-shape-geometry", providers: [provideInstanceRef(NgtShapeGeometry)], 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 });
296
324
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtShapeGeometry, decorators: [{
297
325
  type: Component,
298
326
  args: [{
@@ -312,7 +340,7 @@ class NgtSphereGeometry extends THREE.SphereGeometry {
312
340
  }
313
341
  }
314
342
  NgtSphereGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSphereGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
315
- NgtSphereGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSphereGeometry, isStandalone: true, selector: "ngt-sphere-geometry", providers: [provideInstanceRef(NgtSphereGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
343
+ NgtSphereGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSphereGeometry, isStandalone: true, selector: "ngt-sphere-geometry", providers: [provideInstanceRef(NgtSphereGeometry)], 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 });
316
344
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSphereGeometry, decorators: [{
317
345
  type: Component,
318
346
  args: [{
@@ -332,7 +360,7 @@ class NgtTetrahedronGeometry extends THREE.TetrahedronGeometry {
332
360
  }
333
361
  }
334
362
  NgtTetrahedronGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTetrahedronGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
335
- NgtTetrahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTetrahedronGeometry, isStandalone: true, selector: "ngt-tetrahedron-geometry", providers: [provideInstanceRef(NgtTetrahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
363
+ NgtTetrahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTetrahedronGeometry, isStandalone: true, selector: "ngt-tetrahedron-geometry", providers: [provideInstanceRef(NgtTetrahedronGeometry)], 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 });
336
364
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTetrahedronGeometry, decorators: [{
337
365
  type: Component,
338
366
  args: [{
@@ -352,7 +380,7 @@ class NgtTorusGeometry extends THREE.TorusGeometry {
352
380
  }
353
381
  }
354
382
  NgtTorusGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
355
- NgtTorusGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTorusGeometry, isStandalone: true, selector: "ngt-torus-geometry", providers: [provideInstanceRef(NgtTorusGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
383
+ NgtTorusGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTorusGeometry, isStandalone: true, selector: "ngt-torus-geometry", providers: [provideInstanceRef(NgtTorusGeometry)], 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 });
356
384
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusGeometry, decorators: [{
357
385
  type: Component,
358
386
  args: [{
@@ -372,7 +400,7 @@ class NgtTorusKnotGeometry extends THREE.TorusKnotGeometry {
372
400
  }
373
401
  }
374
402
  NgtTorusKnotGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusKnotGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
375
- NgtTorusKnotGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTorusKnotGeometry, isStandalone: true, selector: "ngt-torus-knot-geometry", providers: [provideInstanceRef(NgtTorusKnotGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
403
+ NgtTorusKnotGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTorusKnotGeometry, isStandalone: true, selector: "ngt-torus-knot-geometry", providers: [provideInstanceRef(NgtTorusKnotGeometry)], 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 });
376
404
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusKnotGeometry, decorators: [{
377
405
  type: Component,
378
406
  args: [{
@@ -392,7 +420,7 @@ class NgtTubeGeometry extends THREE.TubeGeometry {
392
420
  }
393
421
  }
394
422
  NgtTubeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTubeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
395
- NgtTubeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTubeGeometry, isStandalone: true, selector: "ngt-tube-geometry", providers: [provideInstanceRef(NgtTubeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
423
+ NgtTubeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtTubeGeometry, isStandalone: true, selector: "ngt-tube-geometry", providers: [provideInstanceRef(NgtTubeGeometry)], 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 });
396
424
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTubeGeometry, decorators: [{
397
425
  type: Component,
398
426
  args: [{
@@ -412,7 +440,7 @@ class NgtWireframeGeometry extends THREE.WireframeGeometry {
412
440
  }
413
441
  }
414
442
  NgtWireframeGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtWireframeGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
415
- NgtWireframeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtWireframeGeometry, isStandalone: true, selector: "ngt-wireframe-geometry", providers: [provideInstanceRef(NgtWireframeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
443
+ NgtWireframeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtWireframeGeometry, isStandalone: true, selector: "ngt-wireframe-geometry", providers: [provideInstanceRef(NgtWireframeGeometry)], 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 });
416
444
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtWireframeGeometry, decorators: [{
417
445
  type: Component,
418
446
  args: [{
@@ -432,7 +460,7 @@ class NgtBufferGeometry extends THREE.BufferGeometry {
432
460
  }
433
461
  }
434
462
  NgtBufferGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
435
- NgtBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferGeometry, isStandalone: true, selector: "ngt-buffer-geometry", providers: [provideInstanceRef(NgtBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
463
+ NgtBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferGeometry, isStandalone: true, selector: "ngt-buffer-geometry", providers: [provideInstanceRef(NgtBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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
464
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferGeometry, decorators: [{
437
465
  type: Component,
438
466
  args: [{
@@ -452,7 +480,7 @@ class NgtInstancedBufferGeometry extends THREE.InstancedBufferGeometry {
452
480
  }
453
481
  }
454
482
  NgtInstancedBufferGeometry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferGeometry, deps: [], target: i0.ɵɵFactoryTarget.Component });
455
- NgtInstancedBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferGeometry, isStandalone: true, selector: "ngt-instanced-buffer-geometry", providers: [provideInstanceRef(NgtInstancedBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
483
+ NgtInstancedBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferGeometry, isStandalone: true, selector: "ngt-instanced-buffer-geometry", providers: [provideInstanceRef(NgtInstancedBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], 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 });
456
484
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferGeometry, decorators: [{
457
485
  type: Component,
458
486
  args: [{
@@ -1 +1 @@
1
- {"version":3,"file":"angular-three-geometries.mjs","sources":["../../../../packages/angular-three/geometries/src/lib/box-geometry/box-geometry.ts","../../../../packages/angular-three/geometries/src/lib/capsule-geometry/capsule-geometry.ts","../../../../packages/angular-three/geometries/src/lib/circle-geometry/circle-geometry.ts","../../../../packages/angular-three/geometries/src/lib/cone-geometry/cone-geometry.ts","../../../../packages/angular-three/geometries/src/lib/cylinder-geometry/cylinder-geometry.ts","../../../../packages/angular-three/geometries/src/lib/dodecahedron-geometry/dodecahedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/edges-geometry/edges-geometry.ts","../../../../packages/angular-three/geometries/src/lib/extrude-geometry/extrude-geometry.ts","../../../../packages/angular-three/geometries/src/lib/icosahedron-geometry/icosahedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/lathe-geometry/lathe-geometry.ts","../../../../packages/angular-three/geometries/src/lib/octahedron-geometry/octahedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/plane-geometry/plane-geometry.ts","../../../../packages/angular-three/geometries/src/lib/polyhedron-geometry/polyhedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/ring-geometry/ring-geometry.ts","../../../../packages/angular-three/geometries/src/lib/shape-geometry/shape-geometry.ts","../../../../packages/angular-three/geometries/src/lib/sphere-geometry/sphere-geometry.ts","../../../../packages/angular-three/geometries/src/lib/tetrahedron-geometry/tetrahedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/torus-geometry/torus-geometry.ts","../../../../packages/angular-three/geometries/src/lib/torus-knot-geometry/torus-knot-geometry.ts","../../../../packages/angular-three/geometries/src/lib/tube-geometry/tube-geometry.ts","../../../../packages/angular-three/geometries/src/lib/wireframe-geometry/wireframe-geometry.ts","../../../../packages/angular-three/geometries/src/lib/buffer-geometry/buffer-geometry.ts","../../../../packages/angular-three/geometries/src/lib/instanced-buffer-geometry/instanced-buffer-geometry.ts","../../../../packages/angular-three/geometries/src/index.ts","../../../../packages/angular-three/geometries/src/angular-three-geometries.ts"],"sourcesContent":["// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-box-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtBoxGeometry)],\n})\nexport class NgtBoxGeometry extends THREE.BoxGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.BoxGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-capsule-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCapsuleGeometry)],\n})\nexport class NgtCapsuleGeometry extends THREE.CapsuleGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.CapsuleGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-circle-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCircleGeometry)],\n})\nexport class NgtCircleGeometry extends THREE.CircleGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.CircleGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-cone-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtConeGeometry)],\n})\nexport class NgtConeGeometry extends THREE.ConeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.ConeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-cylinder-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCylinderGeometry)],\n})\nexport class NgtCylinderGeometry extends THREE.CylinderGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.CylinderGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-dodecahedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtDodecahedronGeometry)],\n})\nexport class NgtDodecahedronGeometry extends THREE.DodecahedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.DodecahedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-edges-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtEdgesGeometry)],\n})\nexport class NgtEdgesGeometry extends THREE.EdgesGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.EdgesGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-extrude-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtExtrudeGeometry)],\n})\nexport class NgtExtrudeGeometry extends THREE.ExtrudeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.ExtrudeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-icosahedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtIcosahedronGeometry)],\n})\nexport class NgtIcosahedronGeometry extends THREE.IcosahedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.IcosahedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-lathe-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtLatheGeometry)],\n})\nexport class NgtLatheGeometry extends THREE.LatheGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.LatheGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-octahedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtOctahedronGeometry)],\n})\nexport class NgtOctahedronGeometry extends THREE.OctahedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.OctahedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-plane-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtPlaneGeometry)],\n})\nexport class NgtPlaneGeometry extends THREE.PlaneGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.PlaneGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-polyhedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtPolyhedronGeometry)],\n})\nexport class NgtPolyhedronGeometry extends THREE.PolyhedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.PolyhedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-ring-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtRingGeometry)],\n})\nexport class NgtRingGeometry extends THREE.RingGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.RingGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-shape-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtShapeGeometry)],\n})\nexport class NgtShapeGeometry extends THREE.ShapeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.ShapeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-sphere-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtSphereGeometry)],\n})\nexport class NgtSphereGeometry extends THREE.SphereGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.SphereGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-tetrahedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtTetrahedronGeometry)],\n})\nexport class NgtTetrahedronGeometry extends THREE.TetrahedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.TetrahedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-torus-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtTorusGeometry)],\n})\nexport class NgtTorusGeometry extends THREE.TorusGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.TorusGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-torus-knot-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtTorusKnotGeometry)],\n})\nexport class NgtTorusKnotGeometry extends THREE.TorusKnotGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.TorusKnotGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-tube-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtTubeGeometry)],\n})\nexport class NgtTubeGeometry extends THREE.TubeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.TubeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-wireframe-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtWireframeGeometry)],\n})\nexport class NgtWireframeGeometry extends THREE.WireframeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.WireframeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-buffer-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtBufferGeometry)],\n})\nexport class NgtBufferGeometry extends THREE.BufferGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.BufferGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport {\n injectArgs,\n NGT_INSTANCE_INPUTS,\n NGT_INSTANCE_OUTPUTS,\n NgtInstance,\n provideInstanceRef,\n proxify,\n} from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\n\n@Component({\n selector: 'ngt-instanced-buffer-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtInstancedBufferGeometry)],\n})\nexport class NgtInstancedBufferGeometry extends THREE.InstancedBufferGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.InstancedBufferGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nexport * from './lib/box-geometry/box-geometry';\nexport * from './lib/capsule-geometry/capsule-geometry';\nexport * from './lib/circle-geometry/circle-geometry';\nexport * from './lib/cone-geometry/cone-geometry';\nexport * from './lib/cylinder-geometry/cylinder-geometry';\nexport * from './lib/dodecahedron-geometry/dodecahedron-geometry';\nexport * from './lib/edges-geometry/edges-geometry';\nexport * from './lib/extrude-geometry/extrude-geometry';\nexport * from './lib/icosahedron-geometry/icosahedron-geometry';\nexport * from './lib/lathe-geometry/lathe-geometry';\nexport * from './lib/octahedron-geometry/octahedron-geometry';\nexport * from './lib/plane-geometry/plane-geometry';\nexport * from './lib/polyhedron-geometry/polyhedron-geometry';\nexport * from './lib/ring-geometry/ring-geometry';\nexport * from './lib/shape-geometry/shape-geometry';\nexport * from './lib/sphere-geometry/sphere-geometry';\nexport * from './lib/tetrahedron-geometry/tetrahedron-geometry';\nexport * from './lib/torus-geometry/torus-geometry';\nexport * from './lib/torus-knot-geometry/torus-knot-geometry';\nexport * from './lib/tube-geometry/tube-geometry';\nexport * from './lib/wireframe-geometry/wireframe-geometry';\nexport * from './lib/buffer-geometry/buffer-geometry';\nexport * from './lib/instanced-buffer-geometry/instanced-buffer-geometry';\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-geometries.mjs","sources":["../../../../packages/angular-three/geometries/src/lib/common.ts","../../../../packages/angular-three/geometries/src/lib/box-geometry/box-geometry.ts","../../../../packages/angular-three/geometries/src/lib/capsule-geometry/capsule-geometry.ts","../../../../packages/angular-three/geometries/src/lib/circle-geometry/circle-geometry.ts","../../../../packages/angular-three/geometries/src/lib/cone-geometry/cone-geometry.ts","../../../../packages/angular-three/geometries/src/lib/cylinder-geometry/cylinder-geometry.ts","../../../../packages/angular-three/geometries/src/lib/dodecahedron-geometry/dodecahedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/edges-geometry/edges-geometry.ts","../../../../packages/angular-three/geometries/src/lib/extrude-geometry/extrude-geometry.ts","../../../../packages/angular-three/geometries/src/lib/icosahedron-geometry/icosahedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/lathe-geometry/lathe-geometry.ts","../../../../packages/angular-three/geometries/src/lib/octahedron-geometry/octahedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/plane-geometry/plane-geometry.ts","../../../../packages/angular-three/geometries/src/lib/polyhedron-geometry/polyhedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/ring-geometry/ring-geometry.ts","../../../../packages/angular-three/geometries/src/lib/shape-geometry/shape-geometry.ts","../../../../packages/angular-three/geometries/src/lib/sphere-geometry/sphere-geometry.ts","../../../../packages/angular-three/geometries/src/lib/tetrahedron-geometry/tetrahedron-geometry.ts","../../../../packages/angular-three/geometries/src/lib/torus-geometry/torus-geometry.ts","../../../../packages/angular-three/geometries/src/lib/torus-knot-geometry/torus-knot-geometry.ts","../../../../packages/angular-three/geometries/src/lib/tube-geometry/tube-geometry.ts","../../../../packages/angular-three/geometries/src/lib/wireframe-geometry/wireframe-geometry.ts","../../../../packages/angular-three/geometries/src/lib/buffer-geometry/buffer-geometry.ts","../../../../packages/angular-three/geometries/src/lib/instanced-buffer-geometry/instanced-buffer-geometry.ts","../../../../packages/angular-three/geometries/src/index.ts","../../../../packages/angular-three/geometries/src/angular-three-geometries.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 { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-box-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtBoxGeometry)],\n})\nexport class NgtBoxGeometry extends THREE.BoxGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.BoxGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-capsule-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCapsuleGeometry)],\n})\nexport class NgtCapsuleGeometry extends THREE.CapsuleGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.CapsuleGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-circle-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCircleGeometry)],\n})\nexport class NgtCircleGeometry extends THREE.CircleGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.CircleGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-cone-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtConeGeometry)],\n})\nexport class NgtConeGeometry extends THREE.ConeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.ConeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-cylinder-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCylinderGeometry)],\n})\nexport class NgtCylinderGeometry extends THREE.CylinderGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.CylinderGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-dodecahedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtDodecahedronGeometry)],\n})\nexport class NgtDodecahedronGeometry extends THREE.DodecahedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.DodecahedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-edges-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtEdgesGeometry)],\n})\nexport class NgtEdgesGeometry extends THREE.EdgesGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.EdgesGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-extrude-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtExtrudeGeometry)],\n})\nexport class NgtExtrudeGeometry extends THREE.ExtrudeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.ExtrudeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-icosahedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtIcosahedronGeometry)],\n})\nexport class NgtIcosahedronGeometry extends THREE.IcosahedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.IcosahedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-lathe-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtLatheGeometry)],\n})\nexport class NgtLatheGeometry extends THREE.LatheGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.LatheGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-octahedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtOctahedronGeometry)],\n})\nexport class NgtOctahedronGeometry extends THREE.OctahedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.OctahedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-plane-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtPlaneGeometry)],\n})\nexport class NgtPlaneGeometry extends THREE.PlaneGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.PlaneGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-polyhedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtPolyhedronGeometry)],\n})\nexport class NgtPolyhedronGeometry extends THREE.PolyhedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.PolyhedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-ring-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtRingGeometry)],\n})\nexport class NgtRingGeometry extends THREE.RingGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.RingGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-shape-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtShapeGeometry)],\n})\nexport class NgtShapeGeometry extends THREE.ShapeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.ShapeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-sphere-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtSphereGeometry)],\n})\nexport class NgtSphereGeometry extends THREE.SphereGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.SphereGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-tetrahedron-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtTetrahedronGeometry)],\n})\nexport class NgtTetrahedronGeometry extends THREE.TetrahedronGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.TetrahedronGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-torus-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtTorusGeometry)],\n})\nexport class NgtTorusGeometry extends THREE.TorusGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.TorusGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-torus-knot-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtTorusKnotGeometry)],\n})\nexport class NgtTorusKnotGeometry extends THREE.TorusKnotGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.TorusKnotGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-tube-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtTubeGeometry)],\n})\nexport class NgtTubeGeometry extends THREE.TubeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.TubeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-wireframe-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtWireframeGeometry)],\n})\nexport class NgtWireframeGeometry extends THREE.WireframeGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.WireframeGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-buffer-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtBufferGeometry)],\n})\nexport class NgtBufferGeometry extends THREE.BufferGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.BufferGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { Component } from '@angular/core';\nimport * as THREE from 'three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-instanced-buffer-geometry',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtInstancedBufferGeometry)],\n})\nexport class NgtInstancedBufferGeometry extends THREE.InstancedBufferGeometry {\n constructor() {\n super(...(injectArgs<typeof THREE.InstancedBufferGeometry>({ optional: true }) || []));\n return proxify(this, { attach: 'geometry' });\n }\n}\n","// GENERATED - AngularThree v1.0.0\nexport * from './lib/box-geometry/box-geometry';\nexport * from './lib/capsule-geometry/capsule-geometry';\nexport * from './lib/circle-geometry/circle-geometry';\nexport * from './lib/cone-geometry/cone-geometry';\nexport * from './lib/cylinder-geometry/cylinder-geometry';\nexport * from './lib/dodecahedron-geometry/dodecahedron-geometry';\nexport * from './lib/edges-geometry/edges-geometry';\nexport * from './lib/extrude-geometry/extrude-geometry';\nexport * from './lib/icosahedron-geometry/icosahedron-geometry';\nexport * from './lib/lathe-geometry/lathe-geometry';\nexport * from './lib/octahedron-geometry/octahedron-geometry';\nexport * from './lib/plane-geometry/plane-geometry';\nexport * from './lib/polyhedron-geometry/polyhedron-geometry';\nexport * from './lib/ring-geometry/ring-geometry';\nexport * from './lib/shape-geometry/shape-geometry';\nexport * from './lib/sphere-geometry/sphere-geometry';\nexport * from './lib/tetrahedron-geometry/tetrahedron-geometry';\nexport * from './lib/torus-geometry/torus-geometry';\nexport * from './lib/torus-knot-geometry/torus-knot-geometry';\nexport * from './lib/tube-geometry/tube-geometry';\nexport * from './lib/wireframe-geometry/wireframe-geometry';\nexport * from './lib/buffer-geometry/buffer-geometry';\nexport * from './lib/instanced-buffer-geometry/instanced-buffer-geometry';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}