angular-three 0.0.4 → 0.0.5

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