angular-three 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (308) 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 +1 -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 +5 -4
  35. package/esm2020/attributes/lib/color-attribute/color-attribute.mjs +5 -4
  36. package/esm2020/attributes/lib/common.mjs +13 -0
  37. package/esm2020/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.mjs +5 -4
  38. package/esm2020/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.mjs +5 -4
  39. package/esm2020/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.mjs +5 -4
  40. package/esm2020/attributes/lib/fog-attribute/fog-attribute.mjs +5 -4
  41. package/esm2020/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.mjs +5 -4
  42. package/esm2020/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.mjs +5 -4
  43. package/esm2020/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.mjs +5 -4
  44. package/esm2020/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.mjs +5 -4
  45. package/esm2020/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.mjs +5 -4
  46. package/esm2020/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.mjs +5 -4
  47. package/esm2020/attributes/lib/matrix3-attribute/matrix3-attribute.mjs +5 -4
  48. package/esm2020/attributes/lib/matrix4-attribute/matrix4-attribute.mjs +5 -4
  49. package/esm2020/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.mjs +5 -4
  50. package/esm2020/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.mjs +5 -4
  51. package/esm2020/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.mjs +5 -4
  52. package/esm2020/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.mjs +5 -4
  53. package/esm2020/attributes/lib/value-attribute/value-attribute.mjs +5 -4
  54. package/esm2020/attributes/lib/vector2-attribute/vector2-attribute.mjs +5 -4
  55. package/esm2020/attributes/lib/vector3-attribute/vector3-attribute.mjs +5 -4
  56. package/esm2020/attributes/lib/vector4-attribute/vector4-attribute.mjs +5 -4
  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 +5 -4
  68. package/esm2020/geometries/lib/buffer-geometry/buffer-geometry.mjs +5 -4
  69. package/esm2020/geometries/lib/capsule-geometry/capsule-geometry.mjs +5 -4
  70. package/esm2020/geometries/lib/circle-geometry/circle-geometry.mjs +5 -4
  71. package/esm2020/geometries/lib/common.mjs +13 -0
  72. package/esm2020/geometries/lib/cone-geometry/cone-geometry.mjs +5 -4
  73. package/esm2020/geometries/lib/cylinder-geometry/cylinder-geometry.mjs +5 -4
  74. package/esm2020/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.mjs +5 -4
  75. package/esm2020/geometries/lib/edges-geometry/edges-geometry.mjs +5 -4
  76. package/esm2020/geometries/lib/extrude-geometry/extrude-geometry.mjs +5 -4
  77. package/esm2020/geometries/lib/icosahedron-geometry/icosahedron-geometry.mjs +5 -4
  78. package/esm2020/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.mjs +5 -4
  79. package/esm2020/geometries/lib/lathe-geometry/lathe-geometry.mjs +5 -4
  80. package/esm2020/geometries/lib/octahedron-geometry/octahedron-geometry.mjs +5 -4
  81. package/esm2020/geometries/lib/plane-geometry/plane-geometry.mjs +5 -4
  82. package/esm2020/geometries/lib/polyhedron-geometry/polyhedron-geometry.mjs +5 -4
  83. package/esm2020/geometries/lib/ring-geometry/ring-geometry.mjs +5 -4
  84. package/esm2020/geometries/lib/shape-geometry/shape-geometry.mjs +5 -4
  85. package/esm2020/geometries/lib/sphere-geometry/sphere-geometry.mjs +5 -4
  86. package/esm2020/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.mjs +5 -4
  87. package/esm2020/geometries/lib/torus-geometry/torus-geometry.mjs +5 -4
  88. package/esm2020/geometries/lib/torus-knot-geometry/torus-knot-geometry.mjs +5 -4
  89. package/esm2020/geometries/lib/tube-geometry/tube-geometry.mjs +5 -4
  90. package/esm2020/geometries/lib/wireframe-geometry/wireframe-geometry.mjs +5 -4
  91. package/esm2020/helpers/lib/arrow-helper/arrow-helper.mjs +5 -4
  92. package/esm2020/helpers/lib/axes-helper/axes-helper.mjs +5 -4
  93. package/esm2020/helpers/lib/box-helper/box-helper.mjs +5 -4
  94. package/esm2020/helpers/lib/box3-helper/box3-helper.mjs +5 -4
  95. package/esm2020/helpers/lib/camera-helper/camera-helper.mjs +5 -4
  96. package/esm2020/helpers/lib/common.mjs +13 -0
  97. package/esm2020/helpers/lib/directional-light-helper/directional-light-helper.mjs +5 -4
  98. package/esm2020/helpers/lib/grid-helper/grid-helper.mjs +5 -4
  99. package/esm2020/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.mjs +5 -4
  100. package/esm2020/helpers/lib/plane-helper/plane-helper.mjs +5 -4
  101. package/esm2020/helpers/lib/point-light-helper/point-light-helper.mjs +5 -4
  102. package/esm2020/helpers/lib/polar-grid-helper/polar-grid-helper.mjs +5 -4
  103. package/esm2020/helpers/lib/skeleton-helper/skeleton-helper.mjs +5 -4
  104. package/esm2020/helpers/lib/spot-light-helper/spot-light-helper.mjs +5 -4
  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 +13 -0
  116. package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +5 -4
  117. package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +5 -4
  118. package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +5 -4
  119. package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +5 -4
  120. package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +5 -4
  121. package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +5 -4
  122. package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +5 -4
  123. package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +5 -4
  124. package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +5 -4
  125. package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +5 -4
  126. package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +5 -4
  127. package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +5 -4
  128. package/esm2020/materials/lib/points-material/points-material.mjs +5 -4
  129. package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +5 -4
  130. package/esm2020/materials/lib/shader-material/shader-material.mjs +5 -4
  131. package/esm2020/materials/lib/shadow-material/shadow-material.mjs +5 -4
  132. package/esm2020/materials/lib/sprite-material/sprite-material.mjs +5 -4
  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 +5 -4
  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 +5 -4
  150. package/esm2020/textures/lib/common.mjs +13 -0
  151. package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +5 -4
  152. package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +5 -4
  153. package/esm2020/textures/lib/cube-texture/cube-texture.mjs +5 -4
  154. package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +5 -4
  155. package/esm2020/textures/lib/data-texture/data-texture.mjs +5 -4
  156. package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +5 -4
  157. package/esm2020/textures/lib/depth-texture/depth-texture.mjs +5 -4
  158. package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +5 -4
  159. package/esm2020/textures/lib/video-texture/video-texture.mjs +5 -4
  160. package/fesm2015/angular-three-attributes.mjs +58 -46
  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 +60 -48
  167. package/fesm2015/angular-three-geometries.mjs.map +1 -1
  168. package/fesm2015/angular-three-helpers.mjs +40 -28
  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 +48 -36
  173. package/fesm2015/angular-three-materials.mjs.map +1 -1
  174. package/fesm2015/angular-three-objects.mjs +86 -336
  175. package/fesm2015/angular-three-objects.mjs.map +1 -1
  176. package/fesm2015/angular-three-primitives.mjs +58 -32
  177. package/fesm2015/angular-three-primitives.mjs.map +1 -1
  178. package/fesm2015/angular-three-textures.mjs +34 -22
  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 +58 -46
  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 +60 -48
  188. package/fesm2020/angular-three-geometries.mjs.map +1 -1
  189. package/fesm2020/angular-three-helpers.mjs +40 -28
  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 +48 -36
  194. package/fesm2020/angular-three-materials.mjs.map +1 -1
  195. package/fesm2020/angular-three-objects.mjs +86 -336
  196. package/fesm2020/angular-three-objects.mjs.map +1 -1
  197. package/fesm2020/angular-three-primitives.mjs +58 -32
  198. package/fesm2020/angular-three-primitives.mjs.map +1 -1
  199. package/fesm2020/angular-three-textures.mjs +34 -22
  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 +1 -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 +1 -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 +1 -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 +1 -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
  296. package/schematics/executors.json +0 -4
  297. package/schematics/generators.json +0 -19
  298. package/schematics/package.json +0 -9
  299. package/schematics/src/generators/init/compat.d.ts +0 -2
  300. package/schematics/src/generators/init/compat.js +0 -6
  301. package/schematics/src/generators/init/compat.js.map +0 -1
  302. package/schematics/src/generators/init/generator.d.ts +0 -5
  303. package/schematics/src/generators/init/generator.js +0 -39
  304. package/schematics/src/generators/init/generator.js.map +0 -1
  305. package/schematics/src/generators/init/schema.json +0 -6
  306. package/schematics/src/index.d.ts +0 -1
  307. package/schematics/src/index.js +0 -6
  308. package/schematics/src/index.js.map +0 -1
@@ -1,9 +1,22 @@
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
+
7
20
  // GENERATED - AngularThree v1.0.0
8
21
  class NgtBoxGeometry extends THREE.BoxGeometry {
9
22
  constructor() {
@@ -12,14 +25,14 @@ class NgtBoxGeometry extends THREE.BoxGeometry {
12
25
  }
13
26
  }
14
27
  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 });
28
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
16
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBoxGeometry, decorators: [{
17
30
  type: Component,
18
31
  args: [{
19
32
  selector: 'ngt-box-geometry',
20
33
  standalone: true,
21
34
  template: '<ng-content></ng-content>',
22
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
35
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
23
36
  providers: [provideInstanceRef(NgtBoxGeometry)],
24
37
  }]
25
38
  }], ctorParameters: function () { return []; } });
@@ -32,14 +45,14 @@ class NgtCapsuleGeometry extends THREE.CapsuleGeometry {
32
45
  }
33
46
  }
34
47
  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 });
48
+ NgtCapsuleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCapsuleGeometry, isStandalone: true, selector: "ngt-capsule-geometry", providers: [provideInstanceRef(NgtCapsuleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
36
49
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCapsuleGeometry, decorators: [{
37
50
  type: Component,
38
51
  args: [{
39
52
  selector: 'ngt-capsule-geometry',
40
53
  standalone: true,
41
54
  template: '<ng-content></ng-content>',
42
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
55
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
43
56
  providers: [provideInstanceRef(NgtCapsuleGeometry)],
44
57
  }]
45
58
  }], ctorParameters: function () { return []; } });
@@ -52,14 +65,14 @@ class NgtCircleGeometry extends THREE.CircleGeometry {
52
65
  }
53
66
  }
54
67
  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 });
68
+ NgtCircleGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCircleGeometry, isStandalone: true, selector: "ngt-circle-geometry", providers: [provideInstanceRef(NgtCircleGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
56
69
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCircleGeometry, decorators: [{
57
70
  type: Component,
58
71
  args: [{
59
72
  selector: 'ngt-circle-geometry',
60
73
  standalone: true,
61
74
  template: '<ng-content></ng-content>',
62
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
75
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
63
76
  providers: [provideInstanceRef(NgtCircleGeometry)],
64
77
  }]
65
78
  }], ctorParameters: function () { return []; } });
@@ -72,14 +85,14 @@ class NgtConeGeometry extends THREE.ConeGeometry {
72
85
  }
73
86
  }
74
87
  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 });
88
+ NgtConeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtConeGeometry, isStandalone: true, selector: "ngt-cone-geometry", providers: [provideInstanceRef(NgtConeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
76
89
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtConeGeometry, decorators: [{
77
90
  type: Component,
78
91
  args: [{
79
92
  selector: 'ngt-cone-geometry',
80
93
  standalone: true,
81
94
  template: '<ng-content></ng-content>',
82
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
95
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
83
96
  providers: [provideInstanceRef(NgtConeGeometry)],
84
97
  }]
85
98
  }], ctorParameters: function () { return []; } });
@@ -92,14 +105,14 @@ class NgtCylinderGeometry extends THREE.CylinderGeometry {
92
105
  }
93
106
  }
94
107
  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 });
108
+ NgtCylinderGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtCylinderGeometry, isStandalone: true, selector: "ngt-cylinder-geometry", providers: [provideInstanceRef(NgtCylinderGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
96
109
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtCylinderGeometry, decorators: [{
97
110
  type: Component,
98
111
  args: [{
99
112
  selector: 'ngt-cylinder-geometry',
100
113
  standalone: true,
101
114
  template: '<ng-content></ng-content>',
102
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
115
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
103
116
  providers: [provideInstanceRef(NgtCylinderGeometry)],
104
117
  }]
105
118
  }], ctorParameters: function () { return []; } });
@@ -112,14 +125,14 @@ class NgtDodecahedronGeometry extends THREE.DodecahedronGeometry {
112
125
  }
113
126
  }
114
127
  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 });
128
+ NgtDodecahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDodecahedronGeometry, isStandalone: true, selector: "ngt-dodecahedron-geometry", providers: [provideInstanceRef(NgtDodecahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
116
129
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDodecahedronGeometry, decorators: [{
117
130
  type: Component,
118
131
  args: [{
119
132
  selector: 'ngt-dodecahedron-geometry',
120
133
  standalone: true,
121
134
  template: '<ng-content></ng-content>',
122
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
135
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
123
136
  providers: [provideInstanceRef(NgtDodecahedronGeometry)],
124
137
  }]
125
138
  }], ctorParameters: function () { return []; } });
@@ -132,14 +145,14 @@ class NgtEdgesGeometry extends THREE.EdgesGeometry {
132
145
  }
133
146
  }
134
147
  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 });
148
+ NgtEdgesGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtEdgesGeometry, isStandalone: true, selector: "ngt-edges-geometry", providers: [provideInstanceRef(NgtEdgesGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
136
149
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtEdgesGeometry, decorators: [{
137
150
  type: Component,
138
151
  args: [{
139
152
  selector: 'ngt-edges-geometry',
140
153
  standalone: true,
141
154
  template: '<ng-content></ng-content>',
142
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
155
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
143
156
  providers: [provideInstanceRef(NgtEdgesGeometry)],
144
157
  }]
145
158
  }], ctorParameters: function () { return []; } });
@@ -152,14 +165,14 @@ class NgtExtrudeGeometry extends THREE.ExtrudeGeometry {
152
165
  }
153
166
  }
154
167
  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 });
168
+ NgtExtrudeGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtExtrudeGeometry, isStandalone: true, selector: "ngt-extrude-geometry", providers: [provideInstanceRef(NgtExtrudeGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
156
169
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtExtrudeGeometry, decorators: [{
157
170
  type: Component,
158
171
  args: [{
159
172
  selector: 'ngt-extrude-geometry',
160
173
  standalone: true,
161
174
  template: '<ng-content></ng-content>',
162
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
175
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
163
176
  providers: [provideInstanceRef(NgtExtrudeGeometry)],
164
177
  }]
165
178
  }], ctorParameters: function () { return []; } });
@@ -172,14 +185,14 @@ class NgtIcosahedronGeometry extends THREE.IcosahedronGeometry {
172
185
  }
173
186
  }
174
187
  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 });
188
+ NgtIcosahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtIcosahedronGeometry, isStandalone: true, selector: "ngt-icosahedron-geometry", providers: [provideInstanceRef(NgtIcosahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
176
189
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtIcosahedronGeometry, decorators: [{
177
190
  type: Component,
178
191
  args: [{
179
192
  selector: 'ngt-icosahedron-geometry',
180
193
  standalone: true,
181
194
  template: '<ng-content></ng-content>',
182
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
195
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
183
196
  providers: [provideInstanceRef(NgtIcosahedronGeometry)],
184
197
  }]
185
198
  }], ctorParameters: function () { return []; } });
@@ -192,14 +205,14 @@ class NgtLatheGeometry extends THREE.LatheGeometry {
192
205
  }
193
206
  }
194
207
  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 });
208
+ NgtLatheGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLatheGeometry, isStandalone: true, selector: "ngt-lathe-geometry", providers: [provideInstanceRef(NgtLatheGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
196
209
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLatheGeometry, decorators: [{
197
210
  type: Component,
198
211
  args: [{
199
212
  selector: 'ngt-lathe-geometry',
200
213
  standalone: true,
201
214
  template: '<ng-content></ng-content>',
202
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
215
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
203
216
  providers: [provideInstanceRef(NgtLatheGeometry)],
204
217
  }]
205
218
  }], ctorParameters: function () { return []; } });
@@ -212,14 +225,14 @@ class NgtOctahedronGeometry extends THREE.OctahedronGeometry {
212
225
  }
213
226
  }
214
227
  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 });
228
+ NgtOctahedronGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtOctahedronGeometry, isStandalone: true, selector: "ngt-octahedron-geometry", providers: [provideInstanceRef(NgtOctahedronGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
216
229
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtOctahedronGeometry, decorators: [{
217
230
  type: Component,
218
231
  args: [{
219
232
  selector: 'ngt-octahedron-geometry',
220
233
  standalone: true,
221
234
  template: '<ng-content></ng-content>',
222
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
235
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
223
236
  providers: [provideInstanceRef(NgtOctahedronGeometry)],
224
237
  }]
225
238
  }], ctorParameters: function () { return []; } });
@@ -232,14 +245,14 @@ class NgtPlaneGeometry extends THREE.PlaneGeometry {
232
245
  }
233
246
  }
234
247
  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 });
248
+ NgtPlaneGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPlaneGeometry, isStandalone: true, selector: "ngt-plane-geometry", providers: [provideInstanceRef(NgtPlaneGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
236
249
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPlaneGeometry, decorators: [{
237
250
  type: Component,
238
251
  args: [{
239
252
  selector: 'ngt-plane-geometry',
240
253
  standalone: true,
241
254
  template: '<ng-content></ng-content>',
242
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
255
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
243
256
  providers: [provideInstanceRef(NgtPlaneGeometry)],
244
257
  }]
245
258
  }], ctorParameters: function () { return []; } });
@@ -252,14 +265,14 @@ class NgtPolyhedronGeometry extends THREE.PolyhedronGeometry {
252
265
  }
253
266
  }
254
267
  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 });
268
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
256
269
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPolyhedronGeometry, decorators: [{
257
270
  type: Component,
258
271
  args: [{
259
272
  selector: 'ngt-polyhedron-geometry',
260
273
  standalone: true,
261
274
  template: '<ng-content></ng-content>',
262
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
275
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
263
276
  providers: [provideInstanceRef(NgtPolyhedronGeometry)],
264
277
  }]
265
278
  }], ctorParameters: function () { return []; } });
@@ -272,14 +285,14 @@ class NgtRingGeometry extends THREE.RingGeometry {
272
285
  }
273
286
  }
274
287
  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 });
288
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
276
289
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRingGeometry, decorators: [{
277
290
  type: Component,
278
291
  args: [{
279
292
  selector: 'ngt-ring-geometry',
280
293
  standalone: true,
281
294
  template: '<ng-content></ng-content>',
282
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
295
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
283
296
  providers: [provideInstanceRef(NgtRingGeometry)],
284
297
  }]
285
298
  }], ctorParameters: function () { return []; } });
@@ -292,14 +305,14 @@ class NgtShapeGeometry extends THREE.ShapeGeometry {
292
305
  }
293
306
  }
294
307
  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 });
308
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
296
309
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtShapeGeometry, decorators: [{
297
310
  type: Component,
298
311
  args: [{
299
312
  selector: 'ngt-shape-geometry',
300
313
  standalone: true,
301
314
  template: '<ng-content></ng-content>',
302
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
315
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
303
316
  providers: [provideInstanceRef(NgtShapeGeometry)],
304
317
  }]
305
318
  }], ctorParameters: function () { return []; } });
@@ -312,14 +325,14 @@ class NgtSphereGeometry extends THREE.SphereGeometry {
312
325
  }
313
326
  }
314
327
  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 });
328
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
316
329
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSphereGeometry, decorators: [{
317
330
  type: Component,
318
331
  args: [{
319
332
  selector: 'ngt-sphere-geometry',
320
333
  standalone: true,
321
334
  template: '<ng-content></ng-content>',
322
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
335
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
323
336
  providers: [provideInstanceRef(NgtSphereGeometry)],
324
337
  }]
325
338
  }], ctorParameters: function () { return []; } });
@@ -332,14 +345,14 @@ class NgtTetrahedronGeometry extends THREE.TetrahedronGeometry {
332
345
  }
333
346
  }
334
347
  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 });
348
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
336
349
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTetrahedronGeometry, decorators: [{
337
350
  type: Component,
338
351
  args: [{
339
352
  selector: 'ngt-tetrahedron-geometry',
340
353
  standalone: true,
341
354
  template: '<ng-content></ng-content>',
342
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
355
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
343
356
  providers: [provideInstanceRef(NgtTetrahedronGeometry)],
344
357
  }]
345
358
  }], ctorParameters: function () { return []; } });
@@ -352,14 +365,14 @@ class NgtTorusGeometry extends THREE.TorusGeometry {
352
365
  }
353
366
  }
354
367
  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 });
368
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
356
369
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusGeometry, decorators: [{
357
370
  type: Component,
358
371
  args: [{
359
372
  selector: 'ngt-torus-geometry',
360
373
  standalone: true,
361
374
  template: '<ng-content></ng-content>',
362
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
375
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
363
376
  providers: [provideInstanceRef(NgtTorusGeometry)],
364
377
  }]
365
378
  }], ctorParameters: function () { return []; } });
@@ -372,14 +385,14 @@ class NgtTorusKnotGeometry extends THREE.TorusKnotGeometry {
372
385
  }
373
386
  }
374
387
  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 });
388
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
376
389
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTorusKnotGeometry, decorators: [{
377
390
  type: Component,
378
391
  args: [{
379
392
  selector: 'ngt-torus-knot-geometry',
380
393
  standalone: true,
381
394
  template: '<ng-content></ng-content>',
382
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
395
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
383
396
  providers: [provideInstanceRef(NgtTorusKnotGeometry)],
384
397
  }]
385
398
  }], ctorParameters: function () { return []; } });
@@ -392,14 +405,14 @@ class NgtTubeGeometry extends THREE.TubeGeometry {
392
405
  }
393
406
  }
394
407
  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 });
408
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
396
409
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtTubeGeometry, decorators: [{
397
410
  type: Component,
398
411
  args: [{
399
412
  selector: 'ngt-tube-geometry',
400
413
  standalone: true,
401
414
  template: '<ng-content></ng-content>',
402
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
415
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
403
416
  providers: [provideInstanceRef(NgtTubeGeometry)],
404
417
  }]
405
418
  }], ctorParameters: function () { return []; } });
@@ -412,14 +425,14 @@ class NgtWireframeGeometry extends THREE.WireframeGeometry {
412
425
  }
413
426
  }
414
427
  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 });
428
+ 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"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
416
429
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtWireframeGeometry, decorators: [{
417
430
  type: Component,
418
431
  args: [{
419
432
  selector: 'ngt-wireframe-geometry',
420
433
  standalone: true,
421
434
  template: '<ng-content></ng-content>',
422
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
435
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
423
436
  providers: [provideInstanceRef(NgtWireframeGeometry)],
424
437
  }]
425
438
  }], ctorParameters: function () { return []; } });
@@ -432,14 +445,14 @@ class NgtBufferGeometry extends THREE.BufferGeometry {
432
445
  }
433
446
  }
434
447
  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 });
448
+ NgtBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferGeometry, isStandalone: true, selector: "ngt-buffer-geometry", providers: [provideInstanceRef(NgtBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
436
449
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferGeometry, decorators: [{
437
450
  type: Component,
438
451
  args: [{
439
452
  selector: 'ngt-buffer-geometry',
440
453
  standalone: true,
441
454
  template: '<ng-content></ng-content>',
442
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
455
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
443
456
  providers: [provideInstanceRef(NgtBufferGeometry)],
444
457
  }]
445
458
  }], ctorParameters: function () { return []; } });
@@ -452,14 +465,14 @@ class NgtInstancedBufferGeometry extends THREE.InstancedBufferGeometry {
452
465
  }
453
466
  }
454
467
  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 });
468
+ NgtInstancedBufferGeometry.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferGeometry, isStandalone: true, selector: "ngt-instanced-buffer-geometry", providers: [provideInstanceRef(NgtInstancedBufferGeometry)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
456
469
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferGeometry, decorators: [{
457
470
  type: Component,
458
471
  args: [{
459
472
  selector: 'ngt-instanced-buffer-geometry',
460
473
  standalone: true,
461
474
  template: '<ng-content></ng-content>',
462
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
475
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
463
476
  providers: [provideInstanceRef(NgtInstancedBufferGeometry)],
464
477
  }]
465
478
  }], ctorParameters: function () { return []; } });
@@ -472,4 +485,3 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
472
485
 
473
486
  export { NgtBoxGeometry, NgtBufferGeometry, NgtCapsuleGeometry, NgtCircleGeometry, NgtConeGeometry, NgtCylinderGeometry, NgtDodecahedronGeometry, NgtEdgesGeometry, NgtExtrudeGeometry, NgtIcosahedronGeometry, NgtInstancedBufferGeometry, NgtLatheGeometry, NgtOctahedronGeometry, NgtPlaneGeometry, NgtPolyhedronGeometry, NgtRingGeometry, NgtShapeGeometry, NgtSphereGeometry, NgtTetrahedronGeometry, NgtTorusGeometry, NgtTorusKnotGeometry, NgtTubeGeometry, NgtWireframeGeometry };
474
487
  //# sourceMappingURL=angular-three-geometries.mjs.map
475
- //# sourceMappingURL=angular-three-geometries.mjs.map