angular-three 0.0.3 → 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 (314) 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/index.mjs +28 -1
  106. package/esm2020/lib/canvas.mjs +4 -2
  107. package/esm2020/lib/directives/cursor.mjs +35 -0
  108. package/esm2020/lib/directives/repeat.mjs +20 -0
  109. package/esm2020/lib/instance.mjs +11 -1
  110. package/esm2020/lib/pipes/math.mjs +15 -0
  111. package/esm2020/lib/pipes/pi.mjs +14 -0
  112. package/esm2020/lib/pipes/radian.mjs +14 -0
  113. package/esm2020/lib/pipes/side.mjs +22 -0
  114. package/esm2020/lights/lib/ambient-light/ambient-light.mjs +6 -44
  115. package/esm2020/lights/lib/ambient-light-probe/ambient-light-probe.mjs +6 -45
  116. package/esm2020/lights/lib/common.mjs +54 -0
  117. package/esm2020/lights/lib/directional-light/directional-light.mjs +6 -45
  118. package/esm2020/lights/lib/hemisphere-light/hemisphere-light.mjs +6 -46
  119. package/esm2020/lights/lib/hemisphere-light-probe/hemisphere-light-probe.mjs +6 -47
  120. package/esm2020/lights/lib/light-probe/light-probe.mjs +6 -45
  121. package/esm2020/lights/lib/point-light/point-light.mjs +6 -47
  122. package/esm2020/lights/lib/rect-area-light/rect-area-light.mjs +6 -47
  123. package/esm2020/lights/lib/spot-light/spot-light.mjs +5 -37
  124. package/esm2020/materials/lib/common.mjs +28 -0
  125. package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +4 -3
  126. package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +4 -3
  127. package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +4 -3
  128. package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +4 -3
  129. package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +4 -3
  130. package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +4 -3
  131. package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +4 -3
  132. package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +4 -3
  133. package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +4 -3
  134. package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +4 -3
  135. package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +4 -3
  136. package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +4 -3
  137. package/esm2020/materials/lib/points-material/points-material.mjs +4 -3
  138. package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +4 -3
  139. package/esm2020/materials/lib/shader-material/shader-material.mjs +4 -3
  140. package/esm2020/materials/lib/shadow-material/shadow-material.mjs +4 -3
  141. package/esm2020/materials/lib/sprite-material/sprite-material.mjs +4 -3
  142. package/esm2020/objects/lib/bone/bone.mjs +5 -32
  143. package/esm2020/objects/lib/common.mjs +54 -0
  144. package/esm2020/objects/lib/group/group.mjs +5 -32
  145. package/esm2020/objects/lib/instanced-mesh/instanced-mesh.mjs +5 -28
  146. package/esm2020/objects/lib/line/line.mjs +6 -34
  147. package/esm2020/objects/lib/line-loop/line-loop.mjs +6 -34
  148. package/esm2020/objects/lib/line-segments/line-segments.mjs +6 -34
  149. package/esm2020/objects/lib/lod/lod.mjs +6 -33
  150. package/esm2020/objects/lib/mesh/mesh.mjs +6 -34
  151. package/esm2020/objects/lib/points/points.mjs +6 -34
  152. package/esm2020/objects/lib/skeleton/skeleton.mjs +5 -13
  153. package/esm2020/objects/lib/skinned-mesh/skinned-mesh.mjs +5 -28
  154. package/esm2020/objects/lib/sprite/sprite.mjs +6 -33
  155. package/esm2020/primitives/lib/common.mjs +54 -0
  156. package/esm2020/primitives/lib/object-primitive/object-primitive.mjs +5 -32
  157. package/esm2020/primitives/lib/primitive/primitive.mjs +4 -3
  158. package/esm2020/textures/lib/canvas-texture/canvas-texture.mjs +4 -3
  159. package/esm2020/textures/lib/common.mjs +28 -0
  160. package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +4 -3
  161. package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +4 -3
  162. package/esm2020/textures/lib/cube-texture/cube-texture.mjs +4 -3
  163. package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +4 -3
  164. package/esm2020/textures/lib/data-texture/data-texture.mjs +4 -3
  165. package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +4 -3
  166. package/esm2020/textures/lib/depth-texture/depth-texture.mjs +4 -3
  167. package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +4 -3
  168. package/esm2020/textures/lib/video-texture/video-texture.mjs +4 -3
  169. package/fesm2015/angular-three-attributes.mjs +51 -23
  170. package/fesm2015/angular-three-attributes.mjs.map +1 -1
  171. package/fesm2015/angular-three-audios.mjs +64 -85
  172. package/fesm2015/angular-three-audios.mjs.map +1 -1
  173. package/fesm2015/angular-three-cameras.mjs +66 -134
  174. package/fesm2015/angular-three-cameras.mjs.map +1 -1
  175. package/fesm2015/angular-three-geometries.mjs +52 -24
  176. package/fesm2015/angular-three-geometries.mjs.map +1 -1
  177. package/fesm2015/angular-three-helpers.mjs +42 -14
  178. package/fesm2015/angular-three-helpers.mjs.map +1 -1
  179. package/fesm2015/angular-three-lights.mjs +81 -386
  180. package/fesm2015/angular-three-lights.mjs.map +1 -1
  181. package/fesm2015/angular-three-materials.mjs +46 -18
  182. package/fesm2015/angular-three-materials.mjs.map +1 -1
  183. package/fesm2015/angular-three-objects.mjs +86 -347
  184. package/fesm2015/angular-three-objects.mjs.map +1 -1
  185. package/fesm2015/angular-three-primitives.mjs +58 -33
  186. package/fesm2015/angular-three-primitives.mjs.map +1 -1
  187. package/fesm2015/angular-three-textures.mjs +39 -12
  188. package/fesm2015/angular-three-textures.mjs.map +1 -1
  189. package/fesm2015/angular-three.mjs +127 -5
  190. package/fesm2015/angular-three.mjs.map +1 -1
  191. package/fesm2020/angular-three-attributes.mjs +51 -23
  192. package/fesm2020/angular-three-attributes.mjs.map +1 -1
  193. package/fesm2020/angular-three-audios.mjs +64 -85
  194. package/fesm2020/angular-three-audios.mjs.map +1 -1
  195. package/fesm2020/angular-three-cameras.mjs +66 -134
  196. package/fesm2020/angular-three-cameras.mjs.map +1 -1
  197. package/fesm2020/angular-three-geometries.mjs +52 -24
  198. package/fesm2020/angular-three-geometries.mjs.map +1 -1
  199. package/fesm2020/angular-three-helpers.mjs +42 -14
  200. package/fesm2020/angular-three-helpers.mjs.map +1 -1
  201. package/fesm2020/angular-three-lights.mjs +81 -386
  202. package/fesm2020/angular-three-lights.mjs.map +1 -1
  203. package/fesm2020/angular-three-materials.mjs +46 -18
  204. package/fesm2020/angular-three-materials.mjs.map +1 -1
  205. package/fesm2020/angular-three-objects.mjs +86 -347
  206. package/fesm2020/angular-three-objects.mjs.map +1 -1
  207. package/fesm2020/angular-three-primitives.mjs +58 -33
  208. package/fesm2020/angular-three-primitives.mjs.map +1 -1
  209. package/fesm2020/angular-three-textures.mjs +39 -12
  210. package/fesm2020/angular-three-textures.mjs.map +1 -1
  211. package/fesm2020/angular-three.mjs +124 -5
  212. package/fesm2020/angular-three.mjs.map +1 -1
  213. package/geometries/lib/box-geometry/box-geometry.d.ts +1 -1
  214. package/geometries/lib/buffer-geometry/buffer-geometry.d.ts +1 -1
  215. package/geometries/lib/capsule-geometry/capsule-geometry.d.ts +1 -1
  216. package/geometries/lib/circle-geometry/circle-geometry.d.ts +1 -1
  217. package/geometries/lib/common.d.ts +2 -0
  218. package/geometries/lib/cone-geometry/cone-geometry.d.ts +1 -1
  219. package/geometries/lib/cylinder-geometry/cylinder-geometry.d.ts +1 -1
  220. package/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.d.ts +1 -1
  221. package/geometries/lib/edges-geometry/edges-geometry.d.ts +1 -1
  222. package/geometries/lib/extrude-geometry/extrude-geometry.d.ts +1 -1
  223. package/geometries/lib/icosahedron-geometry/icosahedron-geometry.d.ts +1 -1
  224. package/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.d.ts +1 -1
  225. package/geometries/lib/lathe-geometry/lathe-geometry.d.ts +1 -1
  226. package/geometries/lib/octahedron-geometry/octahedron-geometry.d.ts +1 -1
  227. package/geometries/lib/plane-geometry/plane-geometry.d.ts +1 -1
  228. package/geometries/lib/polyhedron-geometry/polyhedron-geometry.d.ts +1 -1
  229. package/geometries/lib/ring-geometry/ring-geometry.d.ts +1 -1
  230. package/geometries/lib/shape-geometry/shape-geometry.d.ts +1 -1
  231. package/geometries/lib/sphere-geometry/sphere-geometry.d.ts +1 -1
  232. package/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.d.ts +1 -1
  233. package/geometries/lib/torus-geometry/torus-geometry.d.ts +1 -1
  234. package/geometries/lib/torus-knot-geometry/torus-knot-geometry.d.ts +1 -1
  235. package/geometries/lib/tube-geometry/tube-geometry.d.ts +1 -1
  236. package/geometries/lib/wireframe-geometry/wireframe-geometry.d.ts +1 -1
  237. package/helpers/lib/arrow-helper/arrow-helper.d.ts +1 -1
  238. package/helpers/lib/axes-helper/axes-helper.d.ts +1 -1
  239. package/helpers/lib/box-helper/box-helper.d.ts +1 -1
  240. package/helpers/lib/box3-helper/box3-helper.d.ts +1 -1
  241. package/helpers/lib/camera-helper/camera-helper.d.ts +1 -1
  242. package/helpers/lib/common.d.ts +2 -0
  243. package/helpers/lib/directional-light-helper/directional-light-helper.d.ts +1 -1
  244. package/helpers/lib/grid-helper/grid-helper.d.ts +1 -1
  245. package/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.d.ts +1 -1
  246. package/helpers/lib/plane-helper/plane-helper.d.ts +1 -1
  247. package/helpers/lib/point-light-helper/point-light-helper.d.ts +1 -1
  248. package/helpers/lib/polar-grid-helper/polar-grid-helper.d.ts +1 -1
  249. package/helpers/lib/skeleton-helper/skeleton-helper.d.ts +1 -1
  250. package/helpers/lib/spot-light-helper/spot-light-helper.d.ts +1 -1
  251. package/index.d.ts +27 -0
  252. package/lib/canvas.d.ts +2 -2
  253. package/lib/directives/cursor.d.ts +7 -0
  254. package/lib/directives/repeat.d.ts +7 -0
  255. package/lib/pipes/math.d.ts +7 -0
  256. package/lib/pipes/pi.d.ts +7 -0
  257. package/lib/pipes/radian.d.ts +7 -0
  258. package/lib/pipes/side.d.ts +8 -0
  259. package/lights/lib/ambient-light/ambient-light.d.ts +1 -11
  260. package/lights/lib/ambient-light-probe/ambient-light-probe.d.ts +1 -11
  261. package/lights/lib/common.d.ts +3 -0
  262. package/lights/lib/directional-light/directional-light.d.ts +1 -11
  263. package/lights/lib/hemisphere-light/hemisphere-light.d.ts +1 -11
  264. package/lights/lib/hemisphere-light-probe/hemisphere-light-probe.d.ts +1 -11
  265. package/lights/lib/light-probe/light-probe.d.ts +1 -11
  266. package/lights/lib/point-light/point-light.d.ts +1 -11
  267. package/lights/lib/rect-area-light/rect-area-light.d.ts +1 -11
  268. package/lights/lib/spot-light/spot-light.d.ts +1 -11
  269. package/materials/lib/common.d.ts +2 -0
  270. package/materials/lib/line-basic-material/line-basic-material.d.ts +1 -1
  271. package/materials/lib/line-dashed-material/line-dashed-material.d.ts +1 -1
  272. package/materials/lib/mesh-basic-material/mesh-basic-material.d.ts +1 -1
  273. package/materials/lib/mesh-depth-material/mesh-depth-material.d.ts +1 -1
  274. package/materials/lib/mesh-distance-material/mesh-distance-material.d.ts +1 -1
  275. package/materials/lib/mesh-lambert-material/mesh-lambert-material.d.ts +1 -1
  276. package/materials/lib/mesh-matcap-material/mesh-matcap-material.d.ts +1 -1
  277. package/materials/lib/mesh-normal-material/mesh-normal-material.d.ts +1 -1
  278. package/materials/lib/mesh-phong-material/mesh-phong-material.d.ts +1 -1
  279. package/materials/lib/mesh-physical-material/mesh-physical-material.d.ts +1 -1
  280. package/materials/lib/mesh-standard-material/mesh-standard-material.d.ts +1 -1
  281. package/materials/lib/mesh-toon-material/mesh-toon-material.d.ts +1 -1
  282. package/materials/lib/points-material/points-material.d.ts +1 -1
  283. package/materials/lib/raw-shader-material/raw-shader-material.d.ts +1 -1
  284. package/materials/lib/shader-material/shader-material.d.ts +1 -1
  285. package/materials/lib/shadow-material/shadow-material.d.ts +1 -1
  286. package/materials/lib/sprite-material/sprite-material.d.ts +1 -1
  287. package/objects/lib/bone/bone.d.ts +1 -1
  288. package/objects/lib/common.d.ts +3 -0
  289. package/objects/lib/group/group.d.ts +1 -1
  290. package/objects/lib/instanced-mesh/instanced-mesh.d.ts +1 -1
  291. package/objects/lib/line/line.d.ts +1 -1
  292. package/objects/lib/line-loop/line-loop.d.ts +1 -1
  293. package/objects/lib/line-segments/line-segments.d.ts +1 -1
  294. package/objects/lib/lod/lod.d.ts +1 -2
  295. package/objects/lib/mesh/mesh.d.ts +1 -1
  296. package/objects/lib/points/points.d.ts +1 -1
  297. package/objects/lib/skeleton/skeleton.d.ts +1 -2
  298. package/objects/lib/skinned-mesh/skinned-mesh.d.ts +1 -1
  299. package/objects/lib/sprite/sprite.d.ts +1 -1
  300. package/package.json +2 -1
  301. package/primitives/lib/common.d.ts +3 -0
  302. package/primitives/lib/object-primitive/object-primitive.d.ts +1 -1
  303. package/primitives/lib/primitive/primitive.d.ts +1 -1
  304. package/textures/lib/canvas-texture/canvas-texture.d.ts +1 -1
  305. package/textures/lib/common.d.ts +2 -0
  306. package/textures/lib/compressed-array-texture/compressed-array-texture.d.ts +1 -1
  307. package/textures/lib/compressed-texture/compressed-texture.d.ts +1 -1
  308. package/textures/lib/cube-texture/cube-texture.d.ts +1 -1
  309. package/textures/lib/data-array-texture/data-array-texture.d.ts +1 -1
  310. package/textures/lib/data-texture/data-texture.d.ts +1 -1
  311. package/textures/lib/data3-dtexture/data3-dtexture.d.ts +1 -1
  312. package/textures/lib/depth-texture/depth-texture.d.ts +1 -1
  313. package/textures/lib/framebuffer-texture/framebuffer-texture.d.ts +1 -1
  314. package/textures/lib/video-texture/video-texture.d.ts +1 -1
@@ -9,16 +9,6 @@ export declare class NgtAmbientLightProbe extends THREE.AmbientLightProbe {
9
9
  static ngAcceptInputType_sh: NgtObservableInput<THREE.SphericalHarmonics3>;
10
10
  static ngAcceptInputType_hex: NgtObservableInput<number | string> | undefined;
11
11
  static ngAcceptInputType_shadow: NgtObservableInput<THREE.LightShadow>;
12
- static ngAcceptInputType_shadowCameraFov: NgtObservableInput<any>;
13
- static ngAcceptInputType_shadowCameraLeft: NgtObservableInput<any>;
14
- static ngAcceptInputType_shadowCameraRight: NgtObservableInput<any>;
15
- static ngAcceptInputType_shadowCameraTop: NgtObservableInput<any>;
16
- static ngAcceptInputType_shadowCameraBottom: NgtObservableInput<any>;
17
- static ngAcceptInputType_shadowCameraNear: NgtObservableInput<any>;
18
- static ngAcceptInputType_shadowCameraFar: NgtObservableInput<any>;
19
- static ngAcceptInputType_shadowBias: NgtObservableInput<any>;
20
- static ngAcceptInputType_shadowMapWidth: NgtObservableInput<any>;
21
- static ngAcceptInputType_shadowMapHeight: NgtObservableInput<any>;
22
12
  static ngAcceptInputType_name: NgtObservableInput<string>;
23
13
  static ngAcceptInputType_position: NgtObservableInput<NgtVector3>;
24
14
  static ngAcceptInputType_rotation: NgtObservableInput<NgtEuler>;
@@ -46,5 +36,5 @@ export declare class NgtAmbientLightProbe extends THREE.AmbientLightProbe {
46
36
  static ngAcceptInputType_onBeforeRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
47
37
  static ngAcceptInputType_onAfterRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
48
38
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtAmbientLightProbe, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtAmbientLightProbe, "ngt-ambient-light-probe", never, { "color": "color"; "intensity": "intensity"; "sh": "sh"; "hex": "hex"; "shadow": "shadow"; "shadowCameraFov": "shadowCameraFov"; "shadowCameraLeft": "shadowCameraLeft"; "shadowCameraRight": "shadowCameraRight"; "shadowCameraTop": "shadowCameraTop"; "shadowCameraBottom": "shadowCameraBottom"; "shadowCameraNear": "shadowCameraNear"; "shadowCameraFar": "shadowCameraFar"; "shadowBias": "shadowBias"; "shadowMapWidth": "shadowMapWidth"; "shadowMapHeight": "shadowMapHeight"; "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"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtAmbientLightProbe, "ngt-ambient-light-probe", never, { "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"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
50
40
  }
@@ -0,0 +1,3 @@
1
+ export declare const NGT_INSTANCE_INPUTS: string[];
2
+ export declare const NGT_INSTANCE_OUTPUTS: string[];
3
+ export declare const NGT_OBJECT3D_INPUTS: string[];
@@ -10,16 +10,6 @@ export declare class NgtDirectionalLight extends THREE.DirectionalLight {
10
10
  static ngAcceptInputType_target: NgtObservableInput<THREE.Object3D>;
11
11
  static ngAcceptInputType_shadow: NgtObservableInput<THREE.DirectionalLightShadow>;
12
12
  static ngAcceptInputType_hex: NgtObservableInput<number | string> | undefined;
13
- static ngAcceptInputType_shadowCameraFov: NgtObservableInput<any>;
14
- static ngAcceptInputType_shadowCameraLeft: NgtObservableInput<any>;
15
- static ngAcceptInputType_shadowCameraRight: NgtObservableInput<any>;
16
- static ngAcceptInputType_shadowCameraTop: NgtObservableInput<any>;
17
- static ngAcceptInputType_shadowCameraBottom: NgtObservableInput<any>;
18
- static ngAcceptInputType_shadowCameraNear: NgtObservableInput<any>;
19
- static ngAcceptInputType_shadowCameraFar: NgtObservableInput<any>;
20
- static ngAcceptInputType_shadowBias: NgtObservableInput<any>;
21
- static ngAcceptInputType_shadowMapWidth: NgtObservableInput<any>;
22
- static ngAcceptInputType_shadowMapHeight: NgtObservableInput<any>;
23
13
  static ngAcceptInputType_name: NgtObservableInput<string>;
24
14
  static ngAcceptInputType_rotation: NgtObservableInput<NgtEuler>;
25
15
  static ngAcceptInputType_quaternion: NgtObservableInput<NgtQuaternion>;
@@ -46,5 +36,5 @@ export declare class NgtDirectionalLight extends THREE.DirectionalLight {
46
36
  static ngAcceptInputType_onBeforeRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
47
37
  static ngAcceptInputType_onAfterRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
48
38
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtDirectionalLight, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtDirectionalLight, "ngt-directional-light", never, { "color": "color"; "intensity": "intensity"; "position": "position"; "target": "target"; "shadow": "shadow"; "hex": "hex"; "shadowCameraFov": "shadowCameraFov"; "shadowCameraLeft": "shadowCameraLeft"; "shadowCameraRight": "shadowCameraRight"; "shadowCameraTop": "shadowCameraTop"; "shadowCameraBottom": "shadowCameraBottom"; "shadowCameraNear": "shadowCameraNear"; "shadowCameraFar": "shadowCameraFar"; "shadowBias": "shadowBias"; "shadowMapWidth": "shadowMapWidth"; "shadowMapHeight": "shadowMapHeight"; "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"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtDirectionalLight, "ngt-directional-light", never, { "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"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
50
40
  }
@@ -11,16 +11,6 @@ export declare class NgtHemisphereLight extends THREE.HemisphereLight {
11
11
  static ngAcceptInputType_hex: NgtObservableInput<number | string> | undefined;
12
12
  static ngAcceptInputType_color: NgtObservableInput<THREE.Color>;
13
13
  static ngAcceptInputType_shadow: NgtObservableInput<THREE.LightShadow>;
14
- static ngAcceptInputType_shadowCameraFov: NgtObservableInput<any>;
15
- static ngAcceptInputType_shadowCameraLeft: NgtObservableInput<any>;
16
- static ngAcceptInputType_shadowCameraRight: NgtObservableInput<any>;
17
- static ngAcceptInputType_shadowCameraTop: NgtObservableInput<any>;
18
- static ngAcceptInputType_shadowCameraBottom: NgtObservableInput<any>;
19
- static ngAcceptInputType_shadowCameraNear: NgtObservableInput<any>;
20
- static ngAcceptInputType_shadowCameraFar: NgtObservableInput<any>;
21
- static ngAcceptInputType_shadowBias: NgtObservableInput<any>;
22
- static ngAcceptInputType_shadowMapWidth: NgtObservableInput<any>;
23
- static ngAcceptInputType_shadowMapHeight: NgtObservableInput<any>;
24
14
  static ngAcceptInputType_name: NgtObservableInput<string>;
25
15
  static ngAcceptInputType_rotation: NgtObservableInput<NgtEuler>;
26
16
  static ngAcceptInputType_quaternion: NgtObservableInput<NgtQuaternion>;
@@ -47,5 +37,5 @@ export declare class NgtHemisphereLight extends THREE.HemisphereLight {
47
37
  static ngAcceptInputType_onBeforeRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
48
38
  static ngAcceptInputType_onAfterRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
49
39
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtHemisphereLight, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtHemisphereLight, "ngt-hemisphere-light", never, { "skyColor": "skyColor"; "groundColor": "groundColor"; "intensity": "intensity"; "position": "position"; "hex": "hex"; "color": "color"; "shadow": "shadow"; "shadowCameraFov": "shadowCameraFov"; "shadowCameraLeft": "shadowCameraLeft"; "shadowCameraRight": "shadowCameraRight"; "shadowCameraTop": "shadowCameraTop"; "shadowCameraBottom": "shadowCameraBottom"; "shadowCameraNear": "shadowCameraNear"; "shadowCameraFar": "shadowCameraFar"; "shadowBias": "shadowBias"; "shadowMapWidth": "shadowMapWidth"; "shadowMapHeight": "shadowMapHeight"; "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"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtHemisphereLight, "ngt-hemisphere-light", never, { "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"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
51
41
  }
@@ -11,16 +11,6 @@ export declare class NgtHemisphereLightProbe extends THREE.HemisphereLightProbe
11
11
  static ngAcceptInputType_hex: NgtObservableInput<number | string> | undefined;
12
12
  static ngAcceptInputType_color: NgtObservableInput<THREE.Color>;
13
13
  static ngAcceptInputType_shadow: NgtObservableInput<THREE.LightShadow>;
14
- static ngAcceptInputType_shadowCameraFov: NgtObservableInput<any>;
15
- static ngAcceptInputType_shadowCameraLeft: NgtObservableInput<any>;
16
- static ngAcceptInputType_shadowCameraRight: NgtObservableInput<any>;
17
- static ngAcceptInputType_shadowCameraTop: NgtObservableInput<any>;
18
- static ngAcceptInputType_shadowCameraBottom: NgtObservableInput<any>;
19
- static ngAcceptInputType_shadowCameraNear: NgtObservableInput<any>;
20
- static ngAcceptInputType_shadowCameraFar: NgtObservableInput<any>;
21
- static ngAcceptInputType_shadowBias: NgtObservableInput<any>;
22
- static ngAcceptInputType_shadowMapWidth: NgtObservableInput<any>;
23
- static ngAcceptInputType_shadowMapHeight: NgtObservableInput<any>;
24
14
  static ngAcceptInputType_name: NgtObservableInput<string>;
25
15
  static ngAcceptInputType_position: NgtObservableInput<NgtVector3>;
26
16
  static ngAcceptInputType_rotation: NgtObservableInput<NgtEuler>;
@@ -48,5 +38,5 @@ export declare class NgtHemisphereLightProbe extends THREE.HemisphereLightProbe
48
38
  static ngAcceptInputType_onBeforeRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
49
39
  static ngAcceptInputType_onAfterRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
50
40
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtHemisphereLightProbe, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtHemisphereLightProbe, "ngt-hemisphere-light-probe", never, { "skyColor": "skyColor"; "groundColor": "groundColor"; "intensity": "intensity"; "sh": "sh"; "hex": "hex"; "color": "color"; "shadow": "shadow"; "shadowCameraFov": "shadowCameraFov"; "shadowCameraLeft": "shadowCameraLeft"; "shadowCameraRight": "shadowCameraRight"; "shadowCameraTop": "shadowCameraTop"; "shadowCameraBottom": "shadowCameraBottom"; "shadowCameraNear": "shadowCameraNear"; "shadowCameraFar": "shadowCameraFar"; "shadowBias": "shadowBias"; "shadowMapWidth": "shadowMapWidth"; "shadowMapHeight": "shadowMapHeight"; "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"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtHemisphereLightProbe, "ngt-hemisphere-light-probe", never, { "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"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
52
42
  }
@@ -9,16 +9,6 @@ export declare class NgtLightProbe extends THREE.LightProbe {
9
9
  static ngAcceptInputType_hex: NgtObservableInput<number | string> | undefined;
10
10
  static ngAcceptInputType_color: NgtObservableInput<THREE.Color>;
11
11
  static ngAcceptInputType_shadow: NgtObservableInput<THREE.LightShadow>;
12
- static ngAcceptInputType_shadowCameraFov: NgtObservableInput<any>;
13
- static ngAcceptInputType_shadowCameraLeft: NgtObservableInput<any>;
14
- static ngAcceptInputType_shadowCameraRight: NgtObservableInput<any>;
15
- static ngAcceptInputType_shadowCameraTop: NgtObservableInput<any>;
16
- static ngAcceptInputType_shadowCameraBottom: NgtObservableInput<any>;
17
- static ngAcceptInputType_shadowCameraNear: NgtObservableInput<any>;
18
- static ngAcceptInputType_shadowCameraFar: NgtObservableInput<any>;
19
- static ngAcceptInputType_shadowBias: NgtObservableInput<any>;
20
- static ngAcceptInputType_shadowMapWidth: NgtObservableInput<any>;
21
- static ngAcceptInputType_shadowMapHeight: NgtObservableInput<any>;
22
12
  static ngAcceptInputType_name: NgtObservableInput<string>;
23
13
  static ngAcceptInputType_position: NgtObservableInput<NgtVector3>;
24
14
  static ngAcceptInputType_rotation: NgtObservableInput<NgtEuler>;
@@ -46,5 +36,5 @@ export declare class NgtLightProbe extends THREE.LightProbe {
46
36
  static ngAcceptInputType_onBeforeRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
47
37
  static ngAcceptInputType_onAfterRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
48
38
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtLightProbe, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtLightProbe, "ngt-light-probe", never, { "sh": "sh"; "intensity": "intensity"; "hex": "hex"; "color": "color"; "shadow": "shadow"; "shadowCameraFov": "shadowCameraFov"; "shadowCameraLeft": "shadowCameraLeft"; "shadowCameraRight": "shadowCameraRight"; "shadowCameraTop": "shadowCameraTop"; "shadowCameraBottom": "shadowCameraBottom"; "shadowCameraNear": "shadowCameraNear"; "shadowCameraFar": "shadowCameraFar"; "shadowBias": "shadowBias"; "shadowMapWidth": "shadowMapWidth"; "shadowMapHeight": "shadowMapHeight"; "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"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtLightProbe, "ngt-light-probe", never, { "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"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
50
40
  }
@@ -11,16 +11,6 @@ export declare class NgtPointLight extends THREE.PointLight {
11
11
  static ngAcceptInputType_shadow: NgtObservableInput<THREE.PointLightShadow>;
12
12
  static ngAcceptInputType_power: NgtObservableInput<number>;
13
13
  static ngAcceptInputType_hex: NgtObservableInput<number | string> | undefined;
14
- static ngAcceptInputType_shadowCameraFov: NgtObservableInput<any>;
15
- static ngAcceptInputType_shadowCameraLeft: NgtObservableInput<any>;
16
- static ngAcceptInputType_shadowCameraRight: NgtObservableInput<any>;
17
- static ngAcceptInputType_shadowCameraTop: NgtObservableInput<any>;
18
- static ngAcceptInputType_shadowCameraBottom: NgtObservableInput<any>;
19
- static ngAcceptInputType_shadowCameraNear: NgtObservableInput<any>;
20
- static ngAcceptInputType_shadowCameraFar: NgtObservableInput<any>;
21
- static ngAcceptInputType_shadowBias: NgtObservableInput<any>;
22
- static ngAcceptInputType_shadowMapWidth: NgtObservableInput<any>;
23
- static ngAcceptInputType_shadowMapHeight: NgtObservableInput<any>;
24
14
  static ngAcceptInputType_name: NgtObservableInput<string>;
25
15
  static ngAcceptInputType_position: NgtObservableInput<NgtVector3>;
26
16
  static ngAcceptInputType_rotation: NgtObservableInput<NgtEuler>;
@@ -48,5 +38,5 @@ export declare class NgtPointLight extends THREE.PointLight {
48
38
  static ngAcceptInputType_onBeforeRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
49
39
  static ngAcceptInputType_onAfterRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
50
40
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtPointLight, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtPointLight, "ngt-point-light", never, { "color": "color"; "intensity": "intensity"; "distance": "distance"; "decay": "decay"; "shadow": "shadow"; "power": "power"; "hex": "hex"; "shadowCameraFov": "shadowCameraFov"; "shadowCameraLeft": "shadowCameraLeft"; "shadowCameraRight": "shadowCameraRight"; "shadowCameraTop": "shadowCameraTop"; "shadowCameraBottom": "shadowCameraBottom"; "shadowCameraNear": "shadowCameraNear"; "shadowCameraFar": "shadowCameraFar"; "shadowBias": "shadowBias"; "shadowMapWidth": "shadowMapWidth"; "shadowMapHeight": "shadowMapHeight"; "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"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtPointLight, "ngt-point-light", never, { "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"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
52
42
  }
@@ -11,16 +11,6 @@ export declare class NgtRectAreaLight extends THREE.RectAreaLight {
11
11
  static ngAcceptInputType_power: NgtObservableInput<number>;
12
12
  static ngAcceptInputType_hex: NgtObservableInput<number | string> | undefined;
13
13
  static ngAcceptInputType_shadow: NgtObservableInput<THREE.LightShadow>;
14
- static ngAcceptInputType_shadowCameraFov: NgtObservableInput<any>;
15
- static ngAcceptInputType_shadowCameraLeft: NgtObservableInput<any>;
16
- static ngAcceptInputType_shadowCameraRight: NgtObservableInput<any>;
17
- static ngAcceptInputType_shadowCameraTop: NgtObservableInput<any>;
18
- static ngAcceptInputType_shadowCameraBottom: NgtObservableInput<any>;
19
- static ngAcceptInputType_shadowCameraNear: NgtObservableInput<any>;
20
- static ngAcceptInputType_shadowCameraFar: NgtObservableInput<any>;
21
- static ngAcceptInputType_shadowBias: NgtObservableInput<any>;
22
- static ngAcceptInputType_shadowMapWidth: NgtObservableInput<any>;
23
- static ngAcceptInputType_shadowMapHeight: NgtObservableInput<any>;
24
14
  static ngAcceptInputType_name: NgtObservableInput<string>;
25
15
  static ngAcceptInputType_position: NgtObservableInput<NgtVector3>;
26
16
  static ngAcceptInputType_rotation: NgtObservableInput<NgtEuler>;
@@ -48,5 +38,5 @@ export declare class NgtRectAreaLight extends THREE.RectAreaLight {
48
38
  static ngAcceptInputType_onBeforeRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
49
39
  static ngAcceptInputType_onAfterRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
50
40
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtRectAreaLight, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtRectAreaLight, "ngt-rect-area-light", never, { "color": "color"; "intensity": "intensity"; "width": "width"; "height": "height"; "power": "power"; "hex": "hex"; "shadow": "shadow"; "shadowCameraFov": "shadowCameraFov"; "shadowCameraLeft": "shadowCameraLeft"; "shadowCameraRight": "shadowCameraRight"; "shadowCameraTop": "shadowCameraTop"; "shadowCameraBottom": "shadowCameraBottom"; "shadowCameraNear": "shadowCameraNear"; "shadowCameraFar": "shadowCameraFar"; "shadowBias": "shadowBias"; "shadowMapWidth": "shadowMapWidth"; "shadowMapHeight": "shadowMapHeight"; "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"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtRectAreaLight, "ngt-rect-area-light", never, { "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"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
52
42
  }
@@ -15,16 +15,6 @@ export declare class NgtSpotLight extends THREE.SpotLight {
15
15
  static ngAcceptInputType_shadow: NgtObservableInput<THREE.SpotLightShadow>;
16
16
  static ngAcceptInputType_power: NgtObservableInput<number>;
17
17
  static ngAcceptInputType_hex: NgtObservableInput<number | string> | undefined;
18
- static ngAcceptInputType_shadowCameraFov: NgtObservableInput<any>;
19
- static ngAcceptInputType_shadowCameraLeft: NgtObservableInput<any>;
20
- static ngAcceptInputType_shadowCameraRight: NgtObservableInput<any>;
21
- static ngAcceptInputType_shadowCameraTop: NgtObservableInput<any>;
22
- static ngAcceptInputType_shadowCameraBottom: NgtObservableInput<any>;
23
- static ngAcceptInputType_shadowCameraNear: NgtObservableInput<any>;
24
- static ngAcceptInputType_shadowCameraFar: NgtObservableInput<any>;
25
- static ngAcceptInputType_shadowBias: NgtObservableInput<any>;
26
- static ngAcceptInputType_shadowMapWidth: NgtObservableInput<any>;
27
- static ngAcceptInputType_shadowMapHeight: NgtObservableInput<any>;
28
18
  static ngAcceptInputType_name: NgtObservableInput<string>;
29
19
  static ngAcceptInputType_rotation: NgtObservableInput<NgtEuler>;
30
20
  static ngAcceptInputType_quaternion: NgtObservableInput<NgtQuaternion>;
@@ -51,5 +41,5 @@ export declare class NgtSpotLight extends THREE.SpotLight {
51
41
  static ngAcceptInputType_onBeforeRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
52
42
  static ngAcceptInputType_onAfterRender: NgtObservableInput<(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group) => void>;
53
43
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtSpotLight, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtSpotLight, "ngt-spot-light", never, { "color": "color"; "intensity": "intensity"; "distance": "distance"; "angle": "angle"; "penumbra": "penumbra"; "decay": "decay"; "position": "position"; "target": "target"; "shadow": "shadow"; "power": "power"; "hex": "hex"; "shadowCameraFov": "shadowCameraFov"; "shadowCameraLeft": "shadowCameraLeft"; "shadowCameraRight": "shadowCameraRight"; "shadowCameraTop": "shadowCameraTop"; "shadowCameraBottom": "shadowCameraBottom"; "shadowCameraNear": "shadowCameraNear"; "shadowCameraFar": "shadowCameraFar"; "shadowBias": "shadowBias"; "shadowMapWidth": "shadowMapWidth"; "shadowMapHeight": "shadowMapHeight"; "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"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtSpotLight, "ngt-spot-light", never, { "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"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
55
45
  }
@@ -0,0 +1,2 @@
1
+ export declare const NGT_INSTANCE_INPUTS: string[];
2
+ export declare const NGT_INSTANCE_OUTPUTS: string[];
@@ -51,5 +51,5 @@ export declare class NgtLineBasicMaterial extends THREE.LineBasicMaterial {
51
51
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
52
52
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtLineBasicMaterial, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtLineBasicMaterial, "ngt-line-basic-material", never, { "color": "color"; "fog": "fog"; "linewidth": "linewidth"; "linecap": "linecap"; "linejoin": "linejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtLineBasicMaterial, "ngt-line-basic-material", never, { "color": "color"; "fog": "fog"; "linewidth": "linewidth"; "linecap": "linecap"; "linejoin": "linejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
55
55
  }
@@ -54,5 +54,5 @@ export declare class NgtLineDashedMaterial extends THREE.LineDashedMaterial {
54
54
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
55
55
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtLineDashedMaterial, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtLineDashedMaterial, "ngt-line-dashed-material", never, { "scale": "scale"; "dashSize": "dashSize"; "gapSize": "gapSize"; "color": "color"; "fog": "fog"; "linewidth": "linewidth"; "linecap": "linecap"; "linejoin": "linejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtLineDashedMaterial, "ngt-line-dashed-material", never, { "scale": "scale"; "dashSize": "dashSize"; "gapSize": "gapSize"; "color": "color"; "fog": "fog"; "linewidth": "linewidth"; "linecap": "linecap"; "linejoin": "linejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
58
58
  }
@@ -63,5 +63,5 @@ export declare class NgtMeshBasicMaterial extends THREE.MeshBasicMaterial {
63
63
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
64
64
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshBasicMaterial, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshBasicMaterial, "ngt-mesh-basic-material", never, { "color": "color"; "opacity": "opacity"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "fog": "fog"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshBasicMaterial, "ngt-mesh-basic-material", never, { "color": "color"; "opacity": "opacity"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "fog": "fog"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
67
67
  }
@@ -54,5 +54,5 @@ export declare class NgtMeshDepthMaterial extends THREE.MeshDepthMaterial {
54
54
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
55
55
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshDepthMaterial, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshDepthMaterial, "ngt-mesh-depth-material", never, { "map": "map"; "alphaMap": "alphaMap"; "depthPacking": "depthPacking"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshDepthMaterial, "ngt-mesh-depth-material", never, { "map": "map"; "alphaMap": "alphaMap"; "depthPacking": "depthPacking"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
58
58
  }
@@ -54,5 +54,5 @@ export declare class NgtMeshDistanceMaterial extends THREE.MeshDistanceMaterial
54
54
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
55
55
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshDistanceMaterial, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshDistanceMaterial, "ngt-mesh-distance-material", never, { "map": "map"; "alphaMap": "alphaMap"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "farDistance": "farDistance"; "nearDistance": "nearDistance"; "referencePosition": "referencePosition"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshDistanceMaterial, "ngt-mesh-distance-material", never, { "map": "map"; "alphaMap": "alphaMap"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "farDistance": "farDistance"; "nearDistance": "nearDistance"; "referencePosition": "referencePosition"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
58
58
  }
@@ -74,5 +74,5 @@ export declare class NgtMeshLambertMaterial extends THREE.MeshLambertMaterial {
74
74
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
75
75
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshLambertMaterial, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshLambertMaterial, "ngt-mesh-lambert-material", never, { "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "color": "color"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "flatShading": "flatShading"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "normalMap": "normalMap"; "normalScale": "normalScale"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshLambertMaterial, "ngt-mesh-lambert-material", never, { "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "color": "color"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "flatShading": "flatShading"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "normalMap": "normalMap"; "normalScale": "normalScale"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
78
78
  }
@@ -60,5 +60,5 @@ export declare class NgtMeshMatcapMaterial extends THREE.MeshMatcapMaterial {
60
60
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
61
61
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshMatcapMaterial, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshMatcapMaterial, "ngt-mesh-matcap-material", never, { "color": "color"; "matcap": "matcap"; "map": "map"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "alphaMap": "alphaMap"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshMatcapMaterial, "ngt-mesh-matcap-material", never, { "color": "color"; "matcap": "matcap"; "map": "map"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "alphaMap": "alphaMap"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
64
64
  }
@@ -57,5 +57,5 @@ export declare class NgtMeshNormalMaterial extends THREE.MeshNormalMaterial {
57
57
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
58
58
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshNormalMaterial, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshNormalMaterial, "ngt-mesh-normal-material", never, { "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshNormalMaterial, "ngt-mesh-normal-material", never, { "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
61
61
  }
@@ -77,5 +77,5 @@ export declare class NgtMeshPhongMaterial extends THREE.MeshPhongMaterial {
77
77
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
78
78
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
79
79
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshPhongMaterial, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshPhongMaterial, "ngt-mesh-phong-material", never, { "color": "color"; "specular": "specular"; "shininess": "shininess"; "opacity": "opacity"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshPhongMaterial, "ngt-mesh-phong-material", never, { "color": "color"; "specular": "specular"; "shininess": "shininess"; "opacity": "opacity"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "specularMap": "specularMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "combine": "combine"; "reflectivity": "reflectivity"; "refractionRatio": "refractionRatio"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "wireframeLinecap": "wireframeLinecap"; "wireframeLinejoin": "wireframeLinejoin"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
81
81
  }
@@ -93,5 +93,5 @@ export declare class NgtMeshPhysicalMaterial extends THREE.MeshPhysicalMaterial
93
93
  static ngAcceptInputType_stencilZPass: NgtObservableInput<THREE.StencilOp> | undefined;
94
94
  static ngAcceptInputType_userData: NgtObservableInput<any> | undefined;
95
95
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtMeshPhysicalMaterial, never>;
96
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshPhysicalMaterial, "ngt-mesh-physical-material", never, { "clearcoat": "clearcoat"; "clearcoatMap": "clearcoatMap"; "clearcoatRoughness": "clearcoatRoughness"; "clearcoatRoughnessMap": "clearcoatRoughnessMap"; "clearcoatNormalScale": "clearcoatNormalScale"; "clearcoatNormalMap": "clearcoatNormalMap"; "reflectivity": "reflectivity"; "ior": "ior"; "sheen": "sheen"; "sheenColor": "sheenColor"; "sheenRoughness": "sheenRoughness"; "transmission": "transmission"; "transmissionMap": "transmissionMap"; "attenuationDistance": "attenuationDistance"; "attenuationColor": "attenuationColor"; "specularIntensity": "specularIntensity"; "specularColor": "specularColor"; "specularIntensityMap": "specularIntensityMap"; "specularColorMap": "specularColorMap"; "color": "color"; "roughness": "roughness"; "metalness": "metalness"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "roughnessMap": "roughnessMap"; "metalnessMap": "metalnessMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "envMapIntensity": "envMapIntensity"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof i1.NgtInstance; inputs: {}; outputs: {}; }]>;
96
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMeshPhysicalMaterial, "ngt-mesh-physical-material", never, { "clearcoat": "clearcoat"; "clearcoatMap": "clearcoatMap"; "clearcoatRoughness": "clearcoatRoughness"; "clearcoatRoughnessMap": "clearcoatRoughnessMap"; "clearcoatNormalScale": "clearcoatNormalScale"; "clearcoatNormalMap": "clearcoatNormalMap"; "reflectivity": "reflectivity"; "ior": "ior"; "sheen": "sheen"; "sheenColor": "sheenColor"; "sheenRoughness": "sheenRoughness"; "transmission": "transmission"; "transmissionMap": "transmissionMap"; "attenuationDistance": "attenuationDistance"; "attenuationColor": "attenuationColor"; "specularIntensity": "specularIntensity"; "specularColor": "specularColor"; "specularIntensityMap": "specularIntensityMap"; "specularColorMap": "specularColorMap"; "color": "color"; "roughness": "roughness"; "metalness": "metalness"; "map": "map"; "lightMap": "lightMap"; "lightMapIntensity": "lightMapIntensity"; "aoMap": "aoMap"; "aoMapIntensity": "aoMapIntensity"; "emissive": "emissive"; "emissiveIntensity": "emissiveIntensity"; "emissiveMap": "emissiveMap"; "bumpMap": "bumpMap"; "bumpScale": "bumpScale"; "normalMap": "normalMap"; "normalMapType": "normalMapType"; "normalScale": "normalScale"; "displacementMap": "displacementMap"; "displacementScale": "displacementScale"; "displacementBias": "displacementBias"; "roughnessMap": "roughnessMap"; "metalnessMap": "metalnessMap"; "alphaMap": "alphaMap"; "envMap": "envMap"; "envMapIntensity": "envMapIntensity"; "wireframe": "wireframe"; "wireframeLinewidth": "wireframeLinewidth"; "fog": "fog"; "flatShading": "flatShading"; "alphaTest": "alphaTest"; "alphaToCoverage": "alphaToCoverage"; "blendDst": "blendDst"; "blendDstAlpha": "blendDstAlpha"; "blendEquation": "blendEquation"; "blendEquationAlpha": "blendEquationAlpha"; "blending": "blending"; "blendSrc": "blendSrc"; "blendSrcAlpha": "blendSrcAlpha"; "clipIntersection": "clipIntersection"; "clippingPlanes": "clippingPlanes"; "clipShadows": "clipShadows"; "colorWrite": "colorWrite"; "defines": "defines"; "depthFunc": "depthFunc"; "depthTest": "depthTest"; "depthWrite": "depthWrite"; "name": "name"; "opacity": "opacity"; "polygonOffset": "polygonOffset"; "polygonOffsetFactor": "polygonOffsetFactor"; "polygonOffsetUnits": "polygonOffsetUnits"; "precision": "precision"; "premultipliedAlpha": "premultipliedAlpha"; "dithering": "dithering"; "side": "side"; "shadowSide": "shadowSide"; "toneMapped": "toneMapped"; "transparent": "transparent"; "vertexColors": "vertexColors"; "visible": "visible"; "format": "format"; "stencilWrite": "stencilWrite"; "stencilFunc": "stencilFunc"; "stencilRef": "stencilRef"; "stencilWriteMask": "stencilWriteMask"; "stencilFuncMask": "stencilFuncMask"; "stencilFail": "stencilFail"; "stencilZFail": "stencilZFail"; "stencilZPass": "stencilZPass"; "userData": "userData"; }, {}, never, ["*"], true, [{ directive: typeof 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"; }; }]>;
97
97
  }