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
@@ -2,7 +2,61 @@ import * as THREE from 'three';
2
2
  import * as i0 from '@angular/core';
3
3
  import { Component } from '@angular/core';
4
4
  import * as i1 from 'angular-three';
5
- import { injectArgs, proxify, provideInstanceRef, NgtInstance, NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from 'angular-three';
5
+ import { injectArgs, proxify, provideInstanceRef, NgtInstance } from 'angular-three';
6
+
7
+ // GENERATED - AngularThree v1.0.0
8
+ const NGT_INSTANCE_INPUTS = [
9
+ 'ref',
10
+ 'attach',
11
+ 'skipWrapper',
12
+ 'skipInit',
13
+ 'noAttach',
14
+ 'beforeRender',
15
+ 'priority',
16
+ 'updateCallback',
17
+ 'readyCallback',
18
+ ];
19
+ const NGT_INSTANCE_OUTPUTS = [
20
+ 'click',
21
+ 'contextmenu',
22
+ 'dblclick',
23
+ 'pointerup',
24
+ 'pointerdown',
25
+ 'pointerover',
26
+ 'pointerout',
27
+ 'pointerenter',
28
+ 'pointerleave',
29
+ 'pointermove',
30
+ 'pointermissed',
31
+ 'pointercancel',
32
+ 'wheel',
33
+ ];
34
+ const NGT_OBJECT3D_INPUTS = [
35
+ 'name',
36
+ 'position',
37
+ 'rotation',
38
+ 'quaternion',
39
+ 'scale',
40
+ 'modelViewMatrix',
41
+ 'normalMatrix',
42
+ 'matrix',
43
+ 'matrixWorld',
44
+ 'matrixAutoUpdate',
45
+ 'matrixWorldAutoUpdate',
46
+ 'matrixWorldNeedsUpdate',
47
+ 'layers',
48
+ 'visible',
49
+ 'castShadow',
50
+ 'receiveShadow',
51
+ 'frustumCulled',
52
+ 'renderOrder',
53
+ 'animations',
54
+ 'userData',
55
+ 'customDepthMaterial',
56
+ 'customDistanceMaterial',
57
+ 'onBeforeRender',
58
+ 'onAfterRender',
59
+ ];
6
60
 
7
61
  // GENERATED - AngularThree v1.0.0
8
62
  class NgtLightProbe extends THREE.LightProbe {
@@ -12,7 +66,7 @@ class NgtLightProbe extends THREE.LightProbe {
12
66
  }
13
67
  }
14
68
  NgtLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- NgtLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLightProbe, isStandalone: true, selector: "ngt-light-probe", inputs: { sh: "sh", intensity: "intensity", hex: "hex", color: "color", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
69
+ NgtLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtLightProbe, isStandalone: true, selector: "ngt-light-probe", inputs: { sh: "sh", intensity: "intensity", hex: "hex", color: "color", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
16
70
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtLightProbe, decorators: [{
17
71
  type: Component,
18
72
  args: [{
@@ -21,41 +75,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
21
75
  template: '<ng-content></ng-content>',
22
76
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
23
77
  providers: [provideInstanceRef(NgtLightProbe)],
24
- inputs: [...getInputs$8()],
78
+ inputs: [...getInputs$8(), ...NGT_OBJECT3D_INPUTS],
25
79
  }]
26
80
  }], ctorParameters: function () { return []; } });
27
81
  function getInputs$8() {
28
- return [
29
- 'sh',
30
- 'intensity',
31
- 'hex',
32
- 'color',
33
- 'shadow',
34
- 'name',
35
- 'position',
36
- 'rotation',
37
- 'quaternion',
38
- 'scale',
39
- 'modelViewMatrix',
40
- 'normalMatrix',
41
- 'matrix',
42
- 'matrixWorld',
43
- 'matrixAutoUpdate',
44
- 'matrixWorldAutoUpdate',
45
- 'matrixWorldNeedsUpdate',
46
- 'layers',
47
- 'visible',
48
- 'castShadow',
49
- 'receiveShadow',
50
- 'frustumCulled',
51
- 'renderOrder',
52
- 'animations',
53
- 'userData',
54
- 'customDepthMaterial',
55
- 'customDistanceMaterial',
56
- 'onBeforeRender',
57
- 'onAfterRender',
58
- ];
82
+ return ['sh', 'intensity', 'hex', 'color', 'shadow'];
59
83
  }
60
84
 
61
85
  // GENERATED - AngularThree v1.0.0
@@ -66,7 +90,7 @@ class NgtAmbientLight extends THREE.AmbientLight {
66
90
  }
67
91
  }
68
92
  NgtAmbientLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
69
- NgtAmbientLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLight, isStandalone: true, selector: "ngt-ambient-light", inputs: { color: "color", intensity: "intensity", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtAmbientLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
93
+ NgtAmbientLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLight, isStandalone: true, selector: "ngt-ambient-light", inputs: { color: "color", intensity: "intensity", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtAmbientLight)], 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 });
70
94
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLight, decorators: [{
71
95
  type: Component,
72
96
  args: [{
@@ -75,40 +99,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
75
99
  template: '<ng-content></ng-content>',
76
100
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
77
101
  providers: [provideInstanceRef(NgtAmbientLight)],
78
- inputs: [...getInputs$7()],
102
+ inputs: [...getInputs$7(), ...NGT_OBJECT3D_INPUTS],
79
103
  }]
80
104
  }], ctorParameters: function () { return []; } });
81
105
  function getInputs$7() {
82
- return [
83
- 'color',
84
- 'intensity',
85
- 'hex',
86
- 'shadow',
87
- 'name',
88
- 'position',
89
- 'rotation',
90
- 'quaternion',
91
- 'scale',
92
- 'modelViewMatrix',
93
- 'normalMatrix',
94
- 'matrix',
95
- 'matrixWorld',
96
- 'matrixAutoUpdate',
97
- 'matrixWorldAutoUpdate',
98
- 'matrixWorldNeedsUpdate',
99
- 'layers',
100
- 'visible',
101
- 'castShadow',
102
- 'receiveShadow',
103
- 'frustumCulled',
104
- 'renderOrder',
105
- 'animations',
106
- 'userData',
107
- 'customDepthMaterial',
108
- 'customDistanceMaterial',
109
- 'onBeforeRender',
110
- 'onAfterRender',
111
- ];
106
+ return ['color', 'intensity', 'hex', 'shadow'];
112
107
  }
113
108
 
114
109
  // GENERATED - AngularThree v1.0.0
@@ -119,7 +114,7 @@ class NgtAmbientLightProbe extends THREE.AmbientLightProbe {
119
114
  }
120
115
  }
121
116
  NgtAmbientLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
122
- NgtAmbientLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLightProbe, isStandalone: true, selector: "ngt-ambient-light-probe", inputs: { color: "color", intensity: "intensity", sh: "sh", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtAmbientLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
117
+ NgtAmbientLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtAmbientLightProbe, isStandalone: true, selector: "ngt-ambient-light-probe", inputs: { color: "color", intensity: "intensity", sh: "sh", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtAmbientLightProbe)], 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 });
123
118
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtAmbientLightProbe, decorators: [{
124
119
  type: Component,
125
120
  args: [{
@@ -128,41 +123,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
128
123
  template: '<ng-content></ng-content>',
129
124
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
130
125
  providers: [provideInstanceRef(NgtAmbientLightProbe)],
131
- inputs: [...getInputs$6()],
126
+ inputs: [...getInputs$6(), ...NGT_OBJECT3D_INPUTS],
132
127
  }]
133
128
  }], ctorParameters: function () { return []; } });
134
129
  function getInputs$6() {
135
- return [
136
- 'color',
137
- 'intensity',
138
- 'sh',
139
- 'hex',
140
- 'shadow',
141
- 'name',
142
- 'position',
143
- 'rotation',
144
- 'quaternion',
145
- 'scale',
146
- 'modelViewMatrix',
147
- 'normalMatrix',
148
- 'matrix',
149
- 'matrixWorld',
150
- 'matrixAutoUpdate',
151
- 'matrixWorldAutoUpdate',
152
- 'matrixWorldNeedsUpdate',
153
- 'layers',
154
- 'visible',
155
- 'castShadow',
156
- 'receiveShadow',
157
- 'frustumCulled',
158
- 'renderOrder',
159
- 'animations',
160
- 'userData',
161
- 'customDepthMaterial',
162
- 'customDistanceMaterial',
163
- 'onBeforeRender',
164
- 'onAfterRender',
165
- ];
130
+ return ['color', 'intensity', 'sh', 'hex', 'shadow'];
166
131
  }
167
132
 
168
133
  // GENERATED - AngularThree v1.0.0
@@ -173,7 +138,7 @@ class NgtHemisphereLight extends THREE.HemisphereLight {
173
138
  }
174
139
  }
175
140
  NgtHemisphereLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
176
- NgtHemisphereLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLight, isStandalone: true, selector: "ngt-hemisphere-light", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", position: "position", hex: "hex", color: "color", shadow: "shadow", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtHemisphereLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
141
+ NgtHemisphereLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLight, isStandalone: true, selector: "ngt-hemisphere-light", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", position: "position", hex: "hex", color: "color", shadow: "shadow", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtHemisphereLight)], 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 });
177
142
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLight, decorators: [{
178
143
  type: Component,
179
144
  args: [{
@@ -182,42 +147,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
182
147
  template: '<ng-content></ng-content>',
183
148
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
184
149
  providers: [provideInstanceRef(NgtHemisphereLight)],
185
- inputs: [...getInputs$5()],
150
+ inputs: [...getInputs$5(), ...NGT_OBJECT3D_INPUTS],
186
151
  }]
187
152
  }], ctorParameters: function () { return []; } });
188
153
  function getInputs$5() {
189
- return [
190
- 'skyColor',
191
- 'groundColor',
192
- 'intensity',
193
- 'position',
194
- 'hex',
195
- 'color',
196
- 'shadow',
197
- 'name',
198
- 'rotation',
199
- 'quaternion',
200
- 'scale',
201
- 'modelViewMatrix',
202
- 'normalMatrix',
203
- 'matrix',
204
- 'matrixWorld',
205
- 'matrixAutoUpdate',
206
- 'matrixWorldAutoUpdate',
207
- 'matrixWorldNeedsUpdate',
208
- 'layers',
209
- 'visible',
210
- 'castShadow',
211
- 'receiveShadow',
212
- 'frustumCulled',
213
- 'renderOrder',
214
- 'animations',
215
- 'userData',
216
- 'customDepthMaterial',
217
- 'customDistanceMaterial',
218
- 'onBeforeRender',
219
- 'onAfterRender',
220
- ];
154
+ return ['skyColor', 'groundColor', 'intensity', 'position', 'hex', 'color', 'shadow'];
221
155
  }
222
156
 
223
157
  // GENERATED - AngularThree v1.0.0
@@ -228,7 +162,7 @@ class NgtHemisphereLightProbe extends THREE.HemisphereLightProbe {
228
162
  }
229
163
  }
230
164
  NgtHemisphereLightProbe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLightProbe, deps: [], target: i0.ɵɵFactoryTarget.Component });
231
- NgtHemisphereLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLightProbe, isStandalone: true, selector: "ngt-hemisphere-light-probe", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", sh: "sh", hex: "hex", color: "color", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtHemisphereLightProbe)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
165
+ NgtHemisphereLightProbe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtHemisphereLightProbe, isStandalone: true, selector: "ngt-hemisphere-light-probe", inputs: { skyColor: "skyColor", groundColor: "groundColor", intensity: "intensity", sh: "sh", hex: "hex", color: "color", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtHemisphereLightProbe)], 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 });
232
166
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtHemisphereLightProbe, decorators: [{
233
167
  type: Component,
234
168
  args: [{
@@ -237,43 +171,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
237
171
  template: '<ng-content></ng-content>',
238
172
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
239
173
  providers: [provideInstanceRef(NgtHemisphereLightProbe)],
240
- inputs: [...getInputs$4()],
174
+ inputs: [...getInputs$4(), ...NGT_OBJECT3D_INPUTS],
241
175
  }]
242
176
  }], ctorParameters: function () { return []; } });
243
177
  function getInputs$4() {
244
- return [
245
- 'skyColor',
246
- 'groundColor',
247
- 'intensity',
248
- 'sh',
249
- 'hex',
250
- 'color',
251
- 'shadow',
252
- 'name',
253
- 'position',
254
- 'rotation',
255
- 'quaternion',
256
- 'scale',
257
- 'modelViewMatrix',
258
- 'normalMatrix',
259
- 'matrix',
260
- 'matrixWorld',
261
- 'matrixAutoUpdate',
262
- 'matrixWorldAutoUpdate',
263
- 'matrixWorldNeedsUpdate',
264
- 'layers',
265
- 'visible',
266
- 'castShadow',
267
- 'receiveShadow',
268
- 'frustumCulled',
269
- 'renderOrder',
270
- 'animations',
271
- 'userData',
272
- 'customDepthMaterial',
273
- 'customDistanceMaterial',
274
- 'onBeforeRender',
275
- 'onAfterRender',
276
- ];
178
+ return ['skyColor', 'groundColor', 'intensity', 'sh', 'hex', 'color', 'shadow'];
277
179
  }
278
180
 
279
181
  // GENERATED - AngularThree v1.0.0
@@ -284,7 +186,7 @@ class NgtDirectionalLight extends THREE.DirectionalLight {
284
186
  }
285
187
  }
286
188
  NgtDirectionalLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDirectionalLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
287
- NgtDirectionalLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDirectionalLight, isStandalone: true, selector: "ngt-directional-light", inputs: { color: "color", intensity: "intensity", position: "position", target: "target", shadow: "shadow", hex: "hex", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtDirectionalLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
189
+ NgtDirectionalLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtDirectionalLight, isStandalone: true, selector: "ngt-directional-light", inputs: { color: "color", intensity: "intensity", position: "position", target: "target", shadow: "shadow", hex: "hex", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtDirectionalLight)], 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 });
288
190
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtDirectionalLight, decorators: [{
289
191
  type: Component,
290
192
  args: [{
@@ -293,41 +195,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
293
195
  template: '<ng-content></ng-content>',
294
196
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
295
197
  providers: [provideInstanceRef(NgtDirectionalLight)],
296
- inputs: [...getInputs$3()],
198
+ inputs: [...getInputs$3(), ...NGT_OBJECT3D_INPUTS],
297
199
  }]
298
200
  }], ctorParameters: function () { return []; } });
299
201
  function getInputs$3() {
300
- return [
301
- 'color',
302
- 'intensity',
303
- 'position',
304
- 'target',
305
- 'shadow',
306
- 'hex',
307
- 'name',
308
- 'rotation',
309
- 'quaternion',
310
- 'scale',
311
- 'modelViewMatrix',
312
- 'normalMatrix',
313
- 'matrix',
314
- 'matrixWorld',
315
- 'matrixAutoUpdate',
316
- 'matrixWorldAutoUpdate',
317
- 'matrixWorldNeedsUpdate',
318
- 'layers',
319
- 'visible',
320
- 'castShadow',
321
- 'receiveShadow',
322
- 'frustumCulled',
323
- 'renderOrder',
324
- 'animations',
325
- 'userData',
326
- 'customDepthMaterial',
327
- 'customDistanceMaterial',
328
- 'onBeforeRender',
329
- 'onAfterRender',
330
- ];
202
+ return ['color', 'intensity', 'position', 'target', 'shadow', 'hex'];
331
203
  }
332
204
 
333
205
  // GENERATED - AngularThree v1.0.0
@@ -338,7 +210,7 @@ class NgtPointLight extends THREE.PointLight {
338
210
  }
339
211
  }
340
212
  NgtPointLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPointLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
341
- NgtPointLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPointLight, isStandalone: true, selector: "ngt-point-light", inputs: { color: "color", intensity: "intensity", distance: "distance", decay: "decay", shadow: "shadow", power: "power", hex: "hex", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtPointLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
213
+ NgtPointLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtPointLight, isStandalone: true, selector: "ngt-point-light", inputs: { color: "color", intensity: "intensity", distance: "distance", decay: "decay", shadow: "shadow", power: "power", hex: "hex", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtPointLight)], 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 });
342
214
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtPointLight, decorators: [{
343
215
  type: Component,
344
216
  args: [{
@@ -347,43 +219,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
347
219
  template: '<ng-content></ng-content>',
348
220
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
349
221
  providers: [provideInstanceRef(NgtPointLight)],
350
- inputs: [...getInputs$2()],
222
+ inputs: [...getInputs$2(), ...NGT_OBJECT3D_INPUTS],
351
223
  }]
352
224
  }], ctorParameters: function () { return []; } });
353
225
  function getInputs$2() {
354
- return [
355
- 'color',
356
- 'intensity',
357
- 'distance',
358
- 'decay',
359
- 'shadow',
360
- 'power',
361
- 'hex',
362
- 'name',
363
- 'position',
364
- 'rotation',
365
- 'quaternion',
366
- 'scale',
367
- 'modelViewMatrix',
368
- 'normalMatrix',
369
- 'matrix',
370
- 'matrixWorld',
371
- 'matrixAutoUpdate',
372
- 'matrixWorldAutoUpdate',
373
- 'matrixWorldNeedsUpdate',
374
- 'layers',
375
- 'visible',
376
- 'castShadow',
377
- 'receiveShadow',
378
- 'frustumCulled',
379
- 'renderOrder',
380
- 'animations',
381
- 'userData',
382
- 'customDepthMaterial',
383
- 'customDistanceMaterial',
384
- 'onBeforeRender',
385
- 'onAfterRender',
386
- ];
226
+ return ['color', 'intensity', 'distance', 'decay', 'shadow', 'power', 'hex'];
387
227
  }
388
228
 
389
229
  // GENERATED - AngularThree v1.0.0
@@ -394,7 +234,7 @@ class NgtSpotLight extends THREE.SpotLight {
394
234
  }
395
235
  }
396
236
  NgtSpotLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSpotLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
397
- NgtSpotLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSpotLight, isStandalone: true, selector: "ngt-spot-light", inputs: { color: "color", intensity: "intensity", distance: "distance", angle: "angle", penumbra: "penumbra", decay: "decay", position: "position", target: "target", shadow: "shadow", power: "power", hex: "hex", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtSpotLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
237
+ NgtSpotLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtSpotLight, isStandalone: true, selector: "ngt-spot-light", inputs: { color: "color", intensity: "intensity", distance: "distance", angle: "angle", penumbra: "penumbra", decay: "decay", position: "position", target: "target", shadow: "shadow", power: "power", hex: "hex", name: "name", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtSpotLight)], 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 });
398
238
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtSpotLight, decorators: [{
399
239
  type: Component,
400
240
  args: [{
@@ -403,7 +243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
403
243
  template: '<ng-content></ng-content>',
404
244
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
405
245
  providers: [provideInstanceRef(NgtSpotLight)],
406
- inputs: [...getInputs$1()],
246
+ inputs: [...getInputs$1(), ...NGT_OBJECT3D_INPUTS],
407
247
  }]
408
248
  }], ctorParameters: function () { return []; } });
409
249
  function getInputs$1() {
@@ -419,29 +259,6 @@ function getInputs$1() {
419
259
  'shadow',
420
260
  'power',
421
261
  'hex',
422
- 'name',
423
- 'rotation',
424
- 'quaternion',
425
- 'scale',
426
- 'modelViewMatrix',
427
- 'normalMatrix',
428
- 'matrix',
429
- 'matrixWorld',
430
- 'matrixAutoUpdate',
431
- 'matrixWorldAutoUpdate',
432
- 'matrixWorldNeedsUpdate',
433
- 'layers',
434
- 'visible',
435
- 'castShadow',
436
- 'receiveShadow',
437
- 'frustumCulled',
438
- 'renderOrder',
439
- 'animations',
440
- 'userData',
441
- 'customDepthMaterial',
442
- 'customDistanceMaterial',
443
- 'onBeforeRender',
444
- 'onAfterRender',
445
262
  ];
446
263
  }
447
264
 
@@ -453,7 +270,7 @@ class NgtRectAreaLight extends THREE.RectAreaLight {
453
270
  }
454
271
  }
455
272
  NgtRectAreaLight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRectAreaLight, deps: [], target: i0.ɵɵFactoryTarget.Component });
456
- NgtRectAreaLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRectAreaLight, isStandalone: true, selector: "ngt-rect-area-light", inputs: { color: "color", intensity: "intensity", width: "width", height: "height", power: "power", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtRectAreaLight)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
273
+ NgtRectAreaLight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtRectAreaLight, isStandalone: true, selector: "ngt-rect-area-light", inputs: { color: "color", intensity: "intensity", width: "width", height: "height", power: "power", hex: "hex", shadow: "shadow", name: "name", position: "position", rotation: "rotation", quaternion: "quaternion", scale: "scale", modelViewMatrix: "modelViewMatrix", normalMatrix: "normalMatrix", matrix: "matrix", matrixWorld: "matrixWorld", matrixAutoUpdate: "matrixAutoUpdate", matrixWorldAutoUpdate: "matrixWorldAutoUpdate", matrixWorldNeedsUpdate: "matrixWorldNeedsUpdate", layers: "layers", visible: "visible", castShadow: "castShadow", receiveShadow: "receiveShadow", frustumCulled: "frustumCulled", renderOrder: "renderOrder", animations: "animations", userData: "userData", customDepthMaterial: "customDepthMaterial", customDistanceMaterial: "customDistanceMaterial", onBeforeRender: "onBeforeRender", onAfterRender: "onAfterRender" }, providers: [provideInstanceRef(NgtRectAreaLight)], 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 });
457
274
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtRectAreaLight, decorators: [{
458
275
  type: Component,
459
276
  args: [{
@@ -462,43 +279,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
462
279
  template: '<ng-content></ng-content>',
463
280
  hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
464
281
  providers: [provideInstanceRef(NgtRectAreaLight)],
465
- inputs: [...getInputs()],
282
+ inputs: [...getInputs(), ...NGT_OBJECT3D_INPUTS],
466
283
  }]
467
284
  }], ctorParameters: function () { return []; } });
468
285
  function getInputs() {
469
- return [
470
- 'color',
471
- 'intensity',
472
- 'width',
473
- 'height',
474
- 'power',
475
- 'hex',
476
- 'shadow',
477
- 'name',
478
- 'position',
479
- 'rotation',
480
- 'quaternion',
481
- 'scale',
482
- 'modelViewMatrix',
483
- 'normalMatrix',
484
- 'matrix',
485
- 'matrixWorld',
486
- 'matrixAutoUpdate',
487
- 'matrixWorldAutoUpdate',
488
- 'matrixWorldNeedsUpdate',
489
- 'layers',
490
- 'visible',
491
- 'castShadow',
492
- 'receiveShadow',
493
- 'frustumCulled',
494
- 'renderOrder',
495
- 'animations',
496
- 'userData',
497
- 'customDepthMaterial',
498
- 'customDistanceMaterial',
499
- 'onBeforeRender',
500
- 'onAfterRender',
501
- ];
286
+ return ['color', 'intensity', 'width', 'height', 'power', 'hex', 'shadow'];
502
287
  }
503
288
 
504
289
  // GENERATED - AngularThree v1.0.0
@@ -509,3 +294,4 @@ function getInputs() {
509
294
 
510
295
  export { NgtAmbientLight, NgtAmbientLightProbe, NgtDirectionalLight, NgtHemisphereLight, NgtHemisphereLightProbe, NgtLightProbe, NgtPointLight, NgtRectAreaLight, NgtSpotLight };
511
296
  //# sourceMappingURL=angular-three-lights.mjs.map
297
+ //# sourceMappingURL=angular-three-lights.mjs.map