angular-three 2.0.0-beta.27 → 2.0.0-beta.271

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 (124) hide show
  1. package/README.md +221 -4
  2. package/esm2022/index.mjs +6 -13
  3. package/esm2022/lib/canvas.mjs +131 -196
  4. package/esm2022/lib/directives/args.mjs +46 -20
  5. package/esm2022/lib/dom/events.mjs +2 -2
  6. package/esm2022/lib/events.mjs +33 -31
  7. package/esm2022/lib/html.mjs +39 -0
  8. package/esm2022/lib/instance.mjs +43 -36
  9. package/esm2022/lib/loader.mjs +60 -33
  10. package/esm2022/lib/loop.mjs +28 -25
  11. package/esm2022/lib/portal.mjs +173 -193
  12. package/esm2022/lib/renderer/catalogue.mjs +3 -3
  13. package/esm2022/lib/renderer/constants.mjs +5 -6
  14. package/esm2022/lib/renderer/index.mjs +357 -231
  15. package/esm2022/lib/renderer/state.mjs +49 -0
  16. package/esm2022/lib/renderer/utils.mjs +84 -87
  17. package/esm2022/lib/roots.mjs +99 -76
  18. package/esm2022/lib/routed-scene.mjs +6 -7
  19. package/esm2022/lib/store.mjs +170 -194
  20. package/esm2022/lib/three-types.mjs +2 -2
  21. package/esm2022/lib/utils/apply-props.mjs +24 -28
  22. package/esm2022/lib/utils/attach.mjs +13 -10
  23. package/esm2022/lib/utils/before-render.mjs +12 -0
  24. package/esm2022/lib/utils/is.mjs +6 -5
  25. package/esm2022/lib/utils/make.mjs +19 -17
  26. package/esm2022/lib/utils/object-events.mjs +29 -0
  27. package/esm2022/lib/utils/parameters.mjs +78 -0
  28. package/esm2022/lib/utils/resolve-ref.mjs +8 -0
  29. package/esm2022/lib/utils/signal-store.mjs +59 -60
  30. package/esm2022/lib/utils/update.mjs +6 -2
  31. package/fesm2022/angular-three.mjs +2346 -2662
  32. package/fesm2022/angular-three.mjs.map +1 -1
  33. package/index.d.ts +8 -12
  34. package/lib/canvas.d.ts +398 -53
  35. package/lib/directives/args.d.ts +14 -7
  36. package/lib/dom/events.d.ts +3 -3
  37. package/lib/events.d.ts +15 -15
  38. package/lib/html.d.ts +17 -0
  39. package/lib/instance.d.ts +25 -20
  40. package/lib/loader.d.ts +19 -7
  41. package/lib/loop.d.ts +10 -58
  42. package/lib/portal.d.ts +55 -48
  43. package/lib/renderer/catalogue.d.ts +7 -3
  44. package/lib/renderer/constants.d.ts +4 -5
  45. package/lib/renderer/index.d.ts +65 -4
  46. package/lib/renderer/state.d.ts +24 -0
  47. package/lib/renderer/utils.d.ts +8 -26
  48. package/lib/roots.d.ts +13 -7
  49. package/lib/store.d.ts +30 -33
  50. package/lib/three-types.d.ts +148 -147
  51. package/lib/utils/apply-props.d.ts +2 -3
  52. package/lib/utils/attach.d.ts +6 -6
  53. package/lib/{before-render.d.ts → utils/before-render.d.ts} +1 -1
  54. package/lib/utils/is.d.ts +15 -14
  55. package/lib/utils/make.d.ts +10 -13
  56. package/lib/utils/object-events.d.ts +9 -0
  57. package/lib/utils/parameters.d.ts +17 -0
  58. package/lib/utils/resolve-ref.d.ts +2 -0
  59. package/lib/utils/signal-store.d.ts +13 -4
  60. package/lib/utils/update.d.ts +1 -1
  61. package/metadata.json +1 -1
  62. package/package.json +30 -11
  63. package/web-types.json +1 -1
  64. package/esm2022/lib/before-render.mjs +0 -13
  65. package/esm2022/lib/directives/common.mjs +0 -41
  66. package/esm2022/lib/directives/key.mjs +0 -29
  67. package/esm2022/lib/directives/parent.mjs +0 -35
  68. package/esm2022/lib/directives/repeat.mjs +0 -17
  69. package/esm2022/lib/ref.mjs +0 -48
  70. package/esm2022/lib/renderer/store.mjs +0 -408
  71. package/esm2022/lib/utils/assert-injector.mjs +0 -6
  72. package/esm2022/lib/utils/create-injection-token.mjs +0 -47
  73. package/esm2022/lib/utils/safe-detect-changes.mjs +0 -17
  74. package/lib/directives/common.d.ts +0 -15
  75. package/lib/directives/key.d.ts +0 -10
  76. package/lib/directives/parent.d.ts +0 -11
  77. package/lib/directives/repeat.d.ts +0 -7
  78. package/lib/ref.d.ts +0 -8
  79. package/lib/renderer/store.d.ts +0 -67
  80. package/lib/utils/assert-injector.d.ts +0 -2
  81. package/lib/utils/create-injection-token.d.ts +0 -27
  82. package/lib/utils/safe-detect-changes.d.ts +0 -2
  83. package/plugin/README.md +0 -11
  84. package/plugin/generators.json +0 -49
  85. package/plugin/package.json +0 -6
  86. package/plugin/src/generators/init/compat.d.ts +0 -4
  87. package/plugin/src/generators/init/compat.js +0 -6
  88. package/plugin/src/generators/init/compat.js.map +0 -1
  89. package/plugin/src/generators/init/files/experience/experience.component.html__tmpl__ +0 -4
  90. package/plugin/src/generators/init/files/experience/experience.component.ts__tmpl__ +0 -18
  91. package/plugin/src/generators/init/generator.d.ts +0 -6
  92. package/plugin/src/generators/init/generator.js +0 -160
  93. package/plugin/src/generators/init/generator.js.map +0 -1
  94. package/plugin/src/generators/init/schema.json +0 -17
  95. package/plugin/src/generators/init-cannon/compat.d.ts +0 -2
  96. package/plugin/src/generators/init-cannon/compat.js +0 -6
  97. package/plugin/src/generators/init-cannon/compat.js.map +0 -1
  98. package/plugin/src/generators/init-cannon/generator.d.ts +0 -2
  99. package/plugin/src/generators/init-cannon/generator.js +0 -22
  100. package/plugin/src/generators/init-cannon/generator.js.map +0 -1
  101. package/plugin/src/generators/init-cannon/schema.json +0 -6
  102. package/plugin/src/generators/init-postprocessing/compat.d.ts +0 -2
  103. package/plugin/src/generators/init-postprocessing/compat.js +0 -6
  104. package/plugin/src/generators/init-postprocessing/compat.js.map +0 -1
  105. package/plugin/src/generators/init-postprocessing/generator.d.ts +0 -2
  106. package/plugin/src/generators/init-postprocessing/generator.js +0 -20
  107. package/plugin/src/generators/init-postprocessing/generator.js.map +0 -1
  108. package/plugin/src/generators/init-postprocessing/schema.json +0 -6
  109. package/plugin/src/generators/init-soba/compat.d.ts +0 -2
  110. package/plugin/src/generators/init-soba/compat.js +0 -6
  111. package/plugin/src/generators/init-soba/compat.js.map +0 -1
  112. package/plugin/src/generators/init-soba/generator.d.ts +0 -2
  113. package/plugin/src/generators/init-soba/generator.js +0 -26
  114. package/plugin/src/generators/init-soba/generator.js.map +0 -1
  115. package/plugin/src/generators/init-soba/schema.json +0 -6
  116. package/plugin/src/generators/utils.d.ts +0 -2
  117. package/plugin/src/generators/utils.js +0 -34
  118. package/plugin/src/generators/utils.js.map +0 -1
  119. package/plugin/src/generators/versions.d.ts +0 -12
  120. package/plugin/src/generators/versions.js +0 -16
  121. package/plugin/src/generators/versions.js.map +0 -1
  122. package/plugin/src/index.d.ts +0 -3
  123. package/plugin/src/index.js +0 -10
  124. package/plugin/src/index.js.map +0 -1
package/metadata.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json","version":1.1,"tags":[{"name":"ngt-object3D","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-audio","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-audio-listener","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-positional-audio","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-instanced-mesh","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-scene","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-sprite","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-lOD","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-skinned-mesh","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-skeleton","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-bone","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line-segments","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line-loop","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-points","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-group","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-camera","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-perspective-camera","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-orthographic-camera","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-cube-camera","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-array-camera","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-instanced-buffer-geometry","attributes":[{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-buffer-geometry","attributes":[{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-wireframe-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-tetrahedron-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-octahedron-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-icosahedron-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-polyhedron-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-dodecahedron-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-tube-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"tangents"},{"name":"[tangents]"},{"name":"normals"},{"name":"[normals]"},{"name":"binormals"},{"name":"[binormals]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-torus-knot-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-torus-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-sphere-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-ring-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-plane-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-lathe-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-shape-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-extrude-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-edges-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-cone-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-cylinder-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-circle-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-box-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-capsule-geometry","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"userData"},{"name":"[userData]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translate"},{"name":"[translate]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"parameters"},{"name":"[parameters]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-shadow-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-sprite-material","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"sizeAttenuation"},{"name":"[sizeAttenuation]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-raw-shader-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"fog"},{"name":"[fog]"},{"name":"uniforms"},{"name":"[uniforms]"},{"name":"uniformsGroups"},{"name":"[uniformsGroups]"},{"name":"vertexShader"},{"name":"[vertexShader]"},{"name":"fragmentShader"},{"name":"[fragmentShader]"},{"name":"linewidth"},{"name":"[linewidth]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"lights"},{"name":"[lights]"},{"name":"clipping"},{"name":"[clipping]"},{"name":"derivatives"},{"name":"[derivatives]"},{"name":"extensions"},{"name":"[extensions]"},{"name":"defaultAttributeValues"},{"name":"[defaultAttributeValues]"},{"name":"index0AttributeName"},{"name":"[index0AttributeName]"},{"name":"uniformsNeedUpdate"},{"name":"[uniformsNeedUpdate]"},{"name":"glslVersion"},{"name":"[glslVersion]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-shader-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"fog"},{"name":"[fog]"},{"name":"uniforms"},{"name":"[uniforms]"},{"name":"uniformsGroups"},{"name":"[uniformsGroups]"},{"name":"vertexShader"},{"name":"[vertexShader]"},{"name":"fragmentShader"},{"name":"[fragmentShader]"},{"name":"linewidth"},{"name":"[linewidth]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"lights"},{"name":"[lights]"},{"name":"clipping"},{"name":"[clipping]"},{"name":"derivatives"},{"name":"[derivatives]"},{"name":"extensions"},{"name":"[extensions]"},{"name":"defaultAttributeValues"},{"name":"[defaultAttributeValues]"},{"name":"index0AttributeName"},{"name":"[index0AttributeName]"},{"name":"uniformsNeedUpdate"},{"name":"[uniformsNeedUpdate]"},{"name":"glslVersion"},{"name":"[glslVersion]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-points-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"sizeAttenuation"},{"name":"[sizeAttenuation]"},{"name":"size"},{"name":"[size]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-physical-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"clearcoat"},{"name":"[clearcoat]"},{"name":"clearcoatMap"},{"name":"[clearcoatMap]"},{"name":"clearcoatRoughness"},{"name":"[clearcoatRoughness]"},{"name":"clearcoatRoughnessMap"},{"name":"[clearcoatRoughnessMap]"},{"name":"clearcoatNormalScale"},{"name":"[clearcoatNormalScale]"},{"name":"clearcoatNormalMap"},{"name":"[clearcoatNormalMap]"},{"name":"reflectivity"},{"name":"[reflectivity]"},{"name":"ior"},{"name":"[ior]"},{"name":"sheen"},{"name":"[sheen]"},{"name":"sheenColor"},{"name":"[sheenColor]"},{"name":"sheenColorMap"},{"name":"[sheenColorMap]"},{"name":"sheenRoughness"},{"name":"[sheenRoughness]"},{"name":"sheenRoughnessMap"},{"name":"[sheenRoughnessMap]"},{"name":"transmission"},{"name":"[transmission]"},{"name":"transmissionMap"},{"name":"[transmissionMap]"},{"name":"thickness"},{"name":"[thickness]"},{"name":"thicknessMap"},{"name":"[thicknessMap]"},{"name":"attenuationDistance"},{"name":"[attenuationDistance]"},{"name":"attenuationColor"},{"name":"[attenuationColor]"},{"name":"specularIntensity"},{"name":"[specularIntensity]"},{"name":"specularColor"},{"name":"[specularColor]"},{"name":"specularIntensityMap"},{"name":"[specularIntensityMap]"},{"name":"specularColorMap"},{"name":"[specularColorMap]"},{"name":"iridescenceMap"},{"name":"[iridescenceMap]"},{"name":"iridescenceIOR"},{"name":"[iridescenceIOR]"},{"name":"iridescence"},{"name":"[iridescence]"},{"name":"iridescenceThicknessRange"},{"name":"[iridescenceThicknessRange]"},{"name":"iridescenceThicknessMap"},{"name":"[iridescenceThicknessMap]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"anisotropyRotation"},{"name":"[anisotropyRotation]"},{"name":"anisotropyMap"},{"name":"[anisotropyMap]"},{"name":"roughness"},{"name":"[roughness]"},{"name":"metalness"},{"name":"[metalness]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"roughnessMap"},{"name":"[roughnessMap]"},{"name":"metalnessMap"},{"name":"[metalnessMap]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"envMapIntensity"},{"name":"[envMapIntensity]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-standard-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"roughness"},{"name":"[roughness]"},{"name":"metalness"},{"name":"[metalness]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"roughnessMap"},{"name":"[roughnessMap]"},{"name":"metalnessMap"},{"name":"[metalnessMap]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"envMapIntensity"},{"name":"[envMapIntensity]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-phong-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"reflectivity"},{"name":"[reflectivity]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"specular"},{"name":"[specular]"},{"name":"shininess"},{"name":"[shininess]"},{"name":"specularMap"},{"name":"[specularMap]"},{"name":"combine"},{"name":"[combine]"},{"name":"refractionRatio"},{"name":"[refractionRatio]"},{"name":"metal"},{"name":"[metal]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-toon-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"gradientMap"},{"name":"[gradientMap]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-normal-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-lambert-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"reflectivity"},{"name":"[reflectivity]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"specularMap"},{"name":"[specularMap]"},{"name":"combine"},{"name":"[combine]"},{"name":"refractionRatio"},{"name":"[refractionRatio]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-depth-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"depthPacking"},{"name":"[depthPacking]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-distance-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-basic-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"reflectivity"},{"name":"[reflectivity]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"specularMap"},{"name":"[specularMap]"},{"name":"combine"},{"name":"[combine]"},{"name":"refractionRatio"},{"name":"[refractionRatio]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-matcap-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"matcap"},{"name":"[matcap]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line-dashed-material","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"linewidth"},{"name":"[linewidth]"},{"name":"dashSize"},{"name":"[dashSize]"},{"name":"gapSize"},{"name":"[gapSize]"},{"name":"linecap"},{"name":"[linecap]"},{"name":"linejoin"},{"name":"[linejoin]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line-basic-material","attributes":[{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"visible"},{"name":"[visible]"},{"name":"version"},{"name":"[version]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"linewidth"},{"name":"[linewidth]"},{"name":"linecap"},{"name":"[linecap]"},{"name":"linejoin"},{"name":"[linejoin]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-primitive","attributes":[{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-value","attributes":[{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-spot-light-shadow","attributes":[{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"autoUpdate"},{"name":"[autoUpdate]"},{"name":"focus"},{"name":"[focus]"},{"name":"map"},{"name":"[map]"},{"name":"camera"},{"name":"[camera]"},{"name":"bias"},{"name":"[bias]"},{"name":"normalBias"},{"name":"[normalBias]"},{"name":"radius"},{"name":"[radius]"},{"name":"blurSamples"},{"name":"[blurSamples]"},{"name":"mapSize"},{"name":"[mapSize]"},{"name":"mapPass"},{"name":"[mapPass]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-spot-light","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-point-light","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-rect-area-light","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-hemisphere-light","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-directional-light-shadow","attributes":[{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-directional-light","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-ambient-light","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-light-shadow","attributes":[{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"autoUpdate"},{"name":"[autoUpdate]"},{"name":"map"},{"name":"[map]"},{"name":"camera"},{"name":"[camera]"},{"name":"bias"},{"name":"[bias]"},{"name":"normalBias"},{"name":"[normalBias]"},{"name":"radius"},{"name":"[radius]"},{"name":"blurSamples"},{"name":"[blurSamples]"},{"name":"mapSize"},{"name":"[mapSize]"},{"name":"mapPass"},{"name":"[mapPass]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-ambient-light-probe","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-hemisphere-light-probe","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-light-probe","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-spot-light-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-skeleton-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-point-light-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-hemisphere-light-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-grid-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-polar-grid-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-directional-light-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-camera-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-box-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-box3-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-plane-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-arrow-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-axes-helper","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"(click)"},{"name":"(contextmenu)"},{"name":"(dblclick)"},{"name":"(pointerup)"},{"name":"(pointerdown)"},{"name":"(pointerover)"},{"name":"(pointerout)"},{"name":"(pointerenter)"},{"name":"(pointerleave)"},{"name":"(pointermove)"},{"name":"(pointermissed)"},{"name":"(pointercancel)"},{"name":"(wheel)"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-texture","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"center"},{"name":"[center]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"encoding"},{"name":"[encoding]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-video-texture","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"center"},{"name":"[center]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"encoding"},{"name":"[encoding]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-data-texture","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"center"},{"name":"[center]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"encoding"},{"name":"[encoding]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-data3D-texture","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"center"},{"name":"[center]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"encoding"},{"name":"[encoding]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"wrapR"},{"name":"[wrapR]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-compressed-texture","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"center"},{"name":"[center]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"encoding"},{"name":"[encoding]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-cube-texture","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"center"},{"name":"[center]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"encoding"},{"name":"[encoding]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"images"},{"name":"[images]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-canvas-texture","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"center"},{"name":"[center]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"encoding"},{"name":"[encoding]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-depth-texture","attributes":[{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"center"},{"name":"[center]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"encoding"},{"name":"[encoding]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"compareFunction"},{"name":"[compareFunction]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-raycaster","attributes":[{"name":"layers"},{"name":"[layers]"},{"name":"near"},{"name":"[near]"},{"name":"far"},{"name":"[far]"},{"name":"camera"},{"name":"[camera]"},{"name":"ray"},{"name":"[ray]"},{"name":"params"},{"name":"[params]"},{"name":"intersectObject"},{"name":"[intersectObject]"},{"name":"intersectObjects"},{"name":"[intersectObjects]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-vector2","attributes":[{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"height"},{"name":"[height]"},{"name":"width"},{"name":"[width]"},{"name":"angle"},{"name":"[angle]"},{"name":"sub"},{"name":"[sub]"},{"name":"subScalar"},{"name":"[subScalar]"},{"name":"subVectors"},{"name":"[subVectors]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"divide"},{"name":"[divide]"},{"name":"divideScalar"},{"name":"[divideScalar]"},{"name":"min"},{"name":"[min]"},{"name":"max"},{"name":"[max]"},{"name":"clamp"},{"name":"[clamp]"},{"name":"clampScalar"},{"name":"[clampScalar]"},{"name":"clampLength"},{"name":"[clampLength]"},{"name":"floor"},{"name":"[floor]"},{"name":"ceil"},{"name":"[ceil]"},{"name":"round"},{"name":"[round]"},{"name":"roundToZero"},{"name":"[roundToZero]"},{"name":"negate"},{"name":"[negate]"},{"name":"dot"},{"name":"[dot]"},{"name":"cross"},{"name":"[cross]"},{"name":"lengthSq"},{"name":"[lengthSq]"},{"name":"length"},{"name":"[length]"},{"name":"lengthManhattan"},{"name":"[lengthManhattan]"},{"name":"manhattanLength"},{"name":"[manhattanLength]"},{"name":"normalize"},{"name":"[normalize]"},{"name":"angleTo"},{"name":"[angleTo]"},{"name":"distanceTo"},{"name":"[distanceTo]"},{"name":"distanceToSquared"},{"name":"[distanceToSquared]"},{"name":"distanceToManhattan"},{"name":"[distanceToManhattan]"},{"name":"manhattanDistanceTo"},{"name":"[manhattanDistanceTo]"},{"name":"lerp"},{"name":"[lerp]"},{"name":"lerpVectors"},{"name":"[lerpVectors]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"rotateAround"},{"name":"[rotateAround]"},{"name":"random"},{"name":"[random]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-vector3","attributes":[{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"sub"},{"name":"[sub]"},{"name":"subScalar"},{"name":"[subScalar]"},{"name":"subVectors"},{"name":"[subVectors]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"divide"},{"name":"[divide]"},{"name":"divideScalar"},{"name":"[divideScalar]"},{"name":"min"},{"name":"[min]"},{"name":"max"},{"name":"[max]"},{"name":"clamp"},{"name":"[clamp]"},{"name":"clampScalar"},{"name":"[clampScalar]"},{"name":"clampLength"},{"name":"[clampLength]"},{"name":"floor"},{"name":"[floor]"},{"name":"ceil"},{"name":"[ceil]"},{"name":"round"},{"name":"[round]"},{"name":"roundToZero"},{"name":"[roundToZero]"},{"name":"negate"},{"name":"[negate]"},{"name":"dot"},{"name":"[dot]"},{"name":"cross"},{"name":"[cross]"},{"name":"lengthSq"},{"name":"[lengthSq]"},{"name":"length"},{"name":"[length]"},{"name":"lengthManhattan"},{"name":"[lengthManhattan]"},{"name":"manhattanLength"},{"name":"[manhattanLength]"},{"name":"normalize"},{"name":"[normalize]"},{"name":"angleTo"},{"name":"[angleTo]"},{"name":"distanceTo"},{"name":"[distanceTo]"},{"name":"distanceToSquared"},{"name":"[distanceToSquared]"},{"name":"distanceToManhattan"},{"name":"[distanceToManhattan]"},{"name":"manhattanDistanceTo"},{"name":"[manhattanDistanceTo]"},{"name":"lerp"},{"name":"[lerp]"},{"name":"lerpVectors"},{"name":"[lerpVectors]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"random"},{"name":"[random]"},{"name":"z"},{"name":"[z]"},{"name":"multiplyVectors"},{"name":"[multiplyVectors]"},{"name":"project"},{"name":"[project]"},{"name":"unproject"},{"name":"[unproject]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"crossVectors"},{"name":"[crossVectors]"},{"name":"projectOnVector"},{"name":"[projectOnVector]"},{"name":"projectOnPlane"},{"name":"[projectOnPlane]"},{"name":"reflect"},{"name":"[reflect]"},{"name":"randomDirection"},{"name":"[randomDirection]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-vector4","attributes":[{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"height"},{"name":"[height]"},{"name":"width"},{"name":"[width]"},{"name":"sub"},{"name":"[sub]"},{"name":"subScalar"},{"name":"[subScalar]"},{"name":"subVectors"},{"name":"[subVectors]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"divideScalar"},{"name":"[divideScalar]"},{"name":"min"},{"name":"[min]"},{"name":"max"},{"name":"[max]"},{"name":"clamp"},{"name":"[clamp]"},{"name":"clampScalar"},{"name":"[clampScalar]"},{"name":"floor"},{"name":"[floor]"},{"name":"ceil"},{"name":"[ceil]"},{"name":"round"},{"name":"[round]"},{"name":"roundToZero"},{"name":"[roundToZero]"},{"name":"negate"},{"name":"[negate]"},{"name":"dot"},{"name":"[dot]"},{"name":"lengthSq"},{"name":"[lengthSq]"},{"name":"length"},{"name":"[length]"},{"name":"manhattanLength"},{"name":"[manhattanLength]"},{"name":"normalize"},{"name":"[normalize]"},{"name":"lerp"},{"name":"[lerp]"},{"name":"lerpVectors"},{"name":"[lerpVectors]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"random"},{"name":"[random]"},{"name":"z"},{"name":"[z]"},{"name":"w"},{"name":"[w]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-euler","attributes":[{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"equals"},{"name":"[equals]"},{"name":"z"},{"name":"[z]"},{"name":"order"},{"name":"[order]"},{"name":"reorder"},{"name":"[reorder]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-matrix3","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"translate"},{"name":"[translate]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"equals"},{"name":"[equals]"},{"name":"elements"},{"name":"[elements]"},{"name":"identity"},{"name":"[identity]"},{"name":"extractBasis"},{"name":"[extractBasis]"},{"name":"determinant"},{"name":"[determinant]"},{"name":"invert"},{"name":"[invert]"},{"name":"transpose"},{"name":"[transpose]"},{"name":"transposeIntoArray"},{"name":"[transposeIntoArray]"},{"name":"makeTranslation"},{"name":"[makeTranslation]"},{"name":"makeRotation"},{"name":"[makeRotation]"},{"name":"makeScale"},{"name":"[makeScale]"},{"name":"rotate"},{"name":"[rotate]"},{"name":"premultiply"},{"name":"[premultiply]"},{"name":"multiplyMatrices"},{"name":"[multiplyMatrices]"},{"name":"multiplyVector3"},{"name":"[multiplyVector3]"},{"name":"multiplyVector3Array"},{"name":"[multiplyVector3Array]"},{"name":"flattenToArrayOffset"},{"name":"[flattenToArrayOffset]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-matrix4","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"equals"},{"name":"[equals]"},{"name":"elements"},{"name":"[elements]"},{"name":"identity"},{"name":"[identity]"},{"name":"extractBasis"},{"name":"[extractBasis]"},{"name":"determinant"},{"name":"[determinant]"},{"name":"invert"},{"name":"[invert]"},{"name":"transpose"},{"name":"[transpose]"},{"name":"makeTranslation"},{"name":"[makeTranslation]"},{"name":"makeScale"},{"name":"[makeScale]"},{"name":"premultiply"},{"name":"[premultiply]"},{"name":"multiplyMatrices"},{"name":"[multiplyMatrices]"},{"name":"multiplyVector3"},{"name":"[multiplyVector3]"},{"name":"multiplyVector3Array"},{"name":"[multiplyVector3Array]"},{"name":"flattenToArrayOffset"},{"name":"[flattenToArrayOffset]"},{"name":"copyPosition"},{"name":"[copyPosition]"},{"name":"makeBasis"},{"name":"[makeBasis]"},{"name":"extractRotation"},{"name":"[extractRotation]"},{"name":"makeRotationFromEuler"},{"name":"[makeRotationFromEuler]"},{"name":"makeRotationFromQuaternion"},{"name":"[makeRotationFromQuaternion]"},{"name":"multiplyToArray"},{"name":"[multiplyToArray]"},{"name":"makeRotationX"},{"name":"[makeRotationX]"},{"name":"makeRotationY"},{"name":"[makeRotationY]"},{"name":"makeRotationZ"},{"name":"[makeRotationZ]"},{"name":"makeRotationAxis"},{"name":"[makeRotationAxis]"},{"name":"makeShear"},{"name":"[makeShear]"},{"name":"compose"},{"name":"[compose]"},{"name":"decompose"},{"name":"[decompose]"},{"name":"makePerspective"},{"name":"[makePerspective]"},{"name":"makeOrthographic"},{"name":"[makeOrthographic]"},{"name":"extractPosition"},{"name":"[extractPosition]"},{"name":"multiplyVector4"},{"name":"[multiplyVector4]"},{"name":"rotateAxis"},{"name":"[rotateAxis]"},{"name":"crossVector"},{"name":"[crossVector]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-quaternion","attributes":[{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"dot"},{"name":"[dot]"},{"name":"lengthSq"},{"name":"[lengthSq]"},{"name":"length"},{"name":"[length]"},{"name":"normalize"},{"name":"[normalize]"},{"name":"angleTo"},{"name":"[angleTo]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"random"},{"name":"[random]"},{"name":"z"},{"name":"[z]"},{"name":"w"},{"name":"[w]"},{"name":"identity"},{"name":"[identity]"},{"name":"invert"},{"name":"[invert]"},{"name":"premultiply"},{"name":"[premultiply]"},{"name":"multiplyVector3"},{"name":"[multiplyVector3]"},{"name":"rotateTowards"},{"name":"[rotateTowards]"},{"name":"conjugate"},{"name":"[conjugate]"},{"name":"multiplyQuaternions"},{"name":"[multiplyQuaternions]"},{"name":"slerp"},{"name":"[slerp]"},{"name":"slerpQuaternions"},{"name":"[slerpQuaternions]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-float16-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-float32-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-float64-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-int8-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-int16-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-int32-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-unit8-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-unit16-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-unit32-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-instanced-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"version"},{"name":"[version]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"meshPerAttribute"},{"name":"[meshPerAttribute]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-color","attributes":[{"name":"sub"},{"name":"[sub]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"lerp"},{"name":"[lerp]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"r"},{"name":"[r]"},{"name":"g"},{"name":"[g]"},{"name":"b"},{"name":"[b]"},{"name":"copySRGBToLinear"},{"name":"[copySRGBToLinear]"},{"name":"copyLinearToSRGB"},{"name":"[copyLinearToSRGB]"},{"name":"convertSRGBToLinear"},{"name":"[convertSRGBToLinear]"},{"name":"convertLinearToSRGB"},{"name":"[convertLinearToSRGB]"},{"name":"offsetHSL"},{"name":"[offsetHSL]"},{"name":"lerpColors"},{"name":"[lerpColors]"},{"name":"lerpHSL"},{"name":"[lerpHSL]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-fog","attributes":[{"name":"name"},{"name":"[name]"},{"name":"color"},{"name":"[color]"},{"name":"near"},{"name":"[near]"},{"name":"far"},{"name":"[far]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-fog-exp2","attributes":[{"name":"name"},{"name":"[name]"},{"name":"color"},{"name":"[color]"},{"name":"density"},{"name":"[density]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-shape","attributes":[{"name":"fromJSON"},{"name":"[fromJSON]"},{"name":"holes"},{"name":"[holes]"},{"name":"extractPoints"},{"name":"[extractPoints]"},{"name":"currentPoint"},{"name":"[currentPoint]"},{"name":"absarc"},{"name":"[absarc]"},{"name":"absellipse"},{"name":"[absellipse]"},{"name":"arc"},{"name":"[arc]"},{"name":"bezierCurveTo"},{"name":"[bezierCurveTo]"},{"name":"ellipse"},{"name":"[ellipse]"},{"name":"lineTo"},{"name":"[lineTo]"},{"name":"moveTo"},{"name":"[moveTo]"},{"name":"quadraticCurveTo"},{"name":"[quadraticCurveTo]"},{"name":"splineThru"},{"name":"[splineThru]"},{"name":"curves"},{"name":"[curves]"},{"name":"autoClose"},{"name":"[autoClose]"},{"name":"closePath"},{"name":"[closePath]"},{"name":"arcLengthDivisions"},{"name":"[arcLengthDivisions]"},{"name":"computeFrenetFrames"},{"name":"[computeFrenetFrames]"},{"name":"ngtCompound","description":"Annotation that this is a compounded element"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[ref]","description":"Assign an NgtInjectedRef"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(afterAttach)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(afterUpdate)","description":"Register an event to be invoked after this node's properties are updated"}]}]}
1
+ {"$schema":"https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json","version":1.1,"tags":[{"name":"ngt-object3D","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-audio","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"context"},{"name":"[context]"},{"name":"gain"},{"name":"[gain]"},{"name":"autoplay"},{"name":"[autoplay]"},{"name":"buffer"},{"name":"[buffer]"},{"name":"detune"},{"name":"[detune]"},{"name":"loop"},{"name":"[loop]"},{"name":"loopStart"},{"name":"[loopStart]"},{"name":"loopEnd"},{"name":"[loopEnd]"},{"name":"offset"},{"name":"[offset]"},{"name":"duration"},{"name":"[duration]"},{"name":"playbackRate"},{"name":"[playbackRate]"},{"name":"sourceType"},{"name":"[sourceType]"},{"name":"source"},{"name":"[source]"},{"name":"filters"},{"name":"[filters]"},{"name":"play"},{"name":"[play]"},{"name":"pause"},{"name":"[pause]"},{"name":"stop"},{"name":"[stop]"},{"name":"onEnded"},{"name":"[onEnded]"},{"name":"disconnect"},{"name":"[disconnect]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-audio-listener","attributes":[{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-positional-audio","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"context"},{"name":"[context]"},{"name":"gain"},{"name":"[gain]"},{"name":"autoplay"},{"name":"[autoplay]"},{"name":"buffer"},{"name":"[buffer]"},{"name":"detune"},{"name":"[detune]"},{"name":"loop"},{"name":"[loop]"},{"name":"loopStart"},{"name":"[loopStart]"},{"name":"loopEnd"},{"name":"[loopEnd]"},{"name":"offset"},{"name":"[offset]"},{"name":"duration"},{"name":"[duration]"},{"name":"playbackRate"},{"name":"[playbackRate]"},{"name":"sourceType"},{"name":"[sourceType]"},{"name":"source"},{"name":"[source]"},{"name":"filters"},{"name":"[filters]"},{"name":"play"},{"name":"[play]"},{"name":"pause"},{"name":"[pause]"},{"name":"stop"},{"name":"[stop]"},{"name":"onEnded"},{"name":"[onEnded]"},{"name":"disconnect"},{"name":"[disconnect]"},{"name":"panner"},{"name":"[panner]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-instanced-mesh","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"count"},{"name":"[count]"},{"name":"instanceColor"},{"name":"[instanceColor]"},{"name":"instanceMatrix"},{"name":"[instanceMatrix]"},{"name":"morphTexture"},{"name":"[morphTexture]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-scene","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"fog"},{"name":"[fog]"},{"name":"backgroundBlurriness"},{"name":"[backgroundBlurriness]"},{"name":"backgroundIntensity"},{"name":"[backgroundIntensity]"},{"name":"overrideMaterial"},{"name":"[overrideMaterial]"},{"name":"background"},{"name":"[background]"},{"name":"backgroundRotation"},{"name":"[backgroundRotation]"},{"name":"environment"},{"name":"[environment]"},{"name":"environmentIntensity"},{"name":"[environmentIntensity]"},{"name":"environmentRotation"},{"name":"[environmentRotation]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-sprite","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"center"},{"name":"[center]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-lOD","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"levels"},{"name":"[levels]"},{"name":"autoUpdate"},{"name":"[autoUpdate]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-skinned-mesh","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"bindMode"},{"name":"[bindMode]"},{"name":"bindMatrix"},{"name":"[bindMatrix]"},{"name":"bindMatrixInverse"},{"name":"[bindMatrixInverse]"},{"name":"skeleton"},{"name":"[skeleton]"},{"name":"bind"},{"name":"[bind]"},{"name":"pose"},{"name":"[pose]"},{"name":"normalizeSkinWeights"},{"name":"[normalizeSkinWeights]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-skeleton","attributes":[{"name":"pose"},{"name":"[pose]"},{"name":"bones"},{"name":"[bones]"},{"name":"boneInverses"},{"name":"[boneInverses]"},{"name":"boneMatrices"},{"name":"[boneMatrices]"},{"name":"boneTexture"},{"name":"[boneTexture]"},{"name":"frame"},{"name":"[frame]"},{"name":"init"},{"name":"[init]"},{"name":"calculateInverses"},{"name":"[calculateInverses]"},{"name":"computeBoneTexture"},{"name":"[computeBoneTexture]"},{"name":"fromJSON"},{"name":"[fromJSON]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-bone","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line-segments","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line-loop","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-points","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-group","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-camera","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"matrixWorldInverse"},{"name":"[matrixWorldInverse]"},{"name":"projectionMatrix"},{"name":"[projectionMatrix]"},{"name":"projectionMatrixInverse"},{"name":"[projectionMatrixInverse]"},{"name":"coordinateSystem"},{"name":"[coordinateSystem]"},{"name":"viewport"},{"name":"[viewport]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-perspective-camera","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"zoom"},{"name":"[zoom]"},{"name":"fov"},{"name":"[fov]"},{"name":"aspect"},{"name":"[aspect]"},{"name":"near"},{"name":"[near]"},{"name":"far"},{"name":"[far]"},{"name":"focus"},{"name":"[focus]"},{"name":"view"},{"name":"[view]"},{"name":"filmGauge"},{"name":"[filmGauge]"},{"name":"filmOffset"},{"name":"[filmOffset]"},{"name":"clearViewOffset"},{"name":"[clearViewOffset]"},{"name":"matrixWorldInverse"},{"name":"[matrixWorldInverse]"},{"name":"projectionMatrix"},{"name":"[projectionMatrix]"},{"name":"projectionMatrixInverse"},{"name":"[projectionMatrixInverse]"},{"name":"coordinateSystem"},{"name":"[coordinateSystem]"},{"name":"viewport"},{"name":"[viewport]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-orthographic-camera","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"left"},{"name":"[left]"},{"name":"right"},{"name":"[right]"},{"name":"zoom"},{"name":"[zoom]"},{"name":"near"},{"name":"[near]"},{"name":"far"},{"name":"[far]"},{"name":"view"},{"name":"[view]"},{"name":"clearViewOffset"},{"name":"[clearViewOffset]"},{"name":"matrixWorldInverse"},{"name":"[matrixWorldInverse]"},{"name":"projectionMatrix"},{"name":"[projectionMatrix]"},{"name":"projectionMatrixInverse"},{"name":"[projectionMatrixInverse]"},{"name":"coordinateSystem"},{"name":"[coordinateSystem]"},{"name":"viewport"},{"name":"[viewport]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"top"},{"name":"[top]"},{"name":"bottom"},{"name":"[bottom]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-cube-camera","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"coordinateSystem"},{"name":"[coordinateSystem]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"renderTarget"},{"name":"[renderTarget]"},{"name":"activeMipmapLevel"},{"name":"[activeMipmapLevel]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-array-camera","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"cameras"},{"name":"[cameras]"},{"name":"zoom"},{"name":"[zoom]"},{"name":"fov"},{"name":"[fov]"},{"name":"aspect"},{"name":"[aspect]"},{"name":"near"},{"name":"[near]"},{"name":"far"},{"name":"[far]"},{"name":"focus"},{"name":"[focus]"},{"name":"view"},{"name":"[view]"},{"name":"filmGauge"},{"name":"[filmGauge]"},{"name":"filmOffset"},{"name":"[filmOffset]"},{"name":"clearViewOffset"},{"name":"[clearViewOffset]"},{"name":"matrixWorldInverse"},{"name":"[matrixWorldInverse]"},{"name":"projectionMatrix"},{"name":"[projectionMatrix]"},{"name":"projectionMatrixInverse"},{"name":"[projectionMatrixInverse]"},{"name":"coordinateSystem"},{"name":"[coordinateSystem]"},{"name":"viewport"},{"name":"[viewport]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-instanced-buffer-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"instanceCount"},{"name":"[instanceCount]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-buffer-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-wireframe-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-tetrahedron-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-octahedron-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-icosahedron-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-polyhedron-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-dodecahedron-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-tube-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"tangents"},{"name":"[tangents]"},{"name":"normals"},{"name":"[normals]"},{"name":"binormals"},{"name":"[binormals]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-torus-knot-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-torus-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-sphere-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-ring-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-plane-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-lathe-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-shape-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-extrude-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-edges-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-cone-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-cylinder-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-circle-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-box-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-capsule-geometry","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"index"},{"name":"[index]"},{"name":"attributes"},{"name":"[attributes]"},{"name":"morphAttributes"},{"name":"[morphAttributes]"},{"name":"morphTargetsRelative"},{"name":"[morphTargetsRelative]"},{"name":"groups"},{"name":"[groups]"},{"name":"boundingBox"},{"name":"[boundingBox]"},{"name":"boundingSphere"},{"name":"[boundingSphere]"},{"name":"drawRange"},{"name":"[drawRange]"},{"name":"deleteAttribute"},{"name":"[deleteAttribute]"},{"name":"clearGroups"},{"name":"[clearGroups]"},{"name":"translate"},{"name":"[translate]"},{"name":"center"},{"name":"[center]"},{"name":"computeBoundingBox"},{"name":"[computeBoundingBox]"},{"name":"computeBoundingSphere"},{"name":"[computeBoundingSphere]"},{"name":"computeTangents"},{"name":"[computeTangents]"},{"name":"computeVertexNormals"},{"name":"[computeVertexNormals]"},{"name":"normalizeNormals"},{"name":"[normalizeNormals]"},{"name":"toNonIndexed"},{"name":"[toNonIndexed]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-shadow-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-sprite-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"sizeAttenuation"},{"name":"[sizeAttenuation]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-raw-shader-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"extensions"},{"name":"[extensions]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"fog"},{"name":"[fog]"},{"name":"uniforms"},{"name":"[uniforms]"},{"name":"uniformsGroups"},{"name":"[uniformsGroups]"},{"name":"vertexShader"},{"name":"[vertexShader]"},{"name":"fragmentShader"},{"name":"[fragmentShader]"},{"name":"linewidth"},{"name":"[linewidth]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"lights"},{"name":"[lights]"},{"name":"clipping"},{"name":"[clipping]"},{"name":"defaultAttributeValues"},{"name":"[defaultAttributeValues]"},{"name":"index0AttributeName"},{"name":"[index0AttributeName]"},{"name":"uniformsNeedUpdate"},{"name":"[uniformsNeedUpdate]"},{"name":"glslVersion"},{"name":"[glslVersion]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-shader-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"extensions"},{"name":"[extensions]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"fog"},{"name":"[fog]"},{"name":"uniforms"},{"name":"[uniforms]"},{"name":"uniformsGroups"},{"name":"[uniformsGroups]"},{"name":"vertexShader"},{"name":"[vertexShader]"},{"name":"fragmentShader"},{"name":"[fragmentShader]"},{"name":"linewidth"},{"name":"[linewidth]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"lights"},{"name":"[lights]"},{"name":"clipping"},{"name":"[clipping]"},{"name":"defaultAttributeValues"},{"name":"[defaultAttributeValues]"},{"name":"index0AttributeName"},{"name":"[index0AttributeName]"},{"name":"uniformsNeedUpdate"},{"name":"[uniformsNeedUpdate]"},{"name":"glslVersion"},{"name":"[glslVersion]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-points-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"sizeAttenuation"},{"name":"[sizeAttenuation]"},{"name":"size"},{"name":"[size]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-physical-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"anisotropyRotation"},{"name":"[anisotropyRotation]"},{"name":"anisotropyMap"},{"name":"[anisotropyMap]"},{"name":"clearcoatMap"},{"name":"[clearcoatMap]"},{"name":"clearcoatRoughness"},{"name":"[clearcoatRoughness]"},{"name":"clearcoatRoughnessMap"},{"name":"[clearcoatRoughnessMap]"},{"name":"clearcoatNormalScale"},{"name":"[clearcoatNormalScale]"},{"name":"clearcoatNormalMap"},{"name":"[clearcoatNormalMap]"},{"name":"ior"},{"name":"[ior]"},{"name":"reflectivity"},{"name":"[reflectivity]"},{"name":"iridescenceMap"},{"name":"[iridescenceMap]"},{"name":"iridescenceIOR"},{"name":"[iridescenceIOR]"},{"name":"iridescenceThicknessRange"},{"name":"[iridescenceThicknessRange]"},{"name":"iridescenceThicknessMap"},{"name":"[iridescenceThicknessMap]"},{"name":"sheenColor"},{"name":"[sheenColor]"},{"name":"sheenColorMap"},{"name":"[sheenColorMap]"},{"name":"sheenRoughness"},{"name":"[sheenRoughness]"},{"name":"sheenRoughnessMap"},{"name":"[sheenRoughnessMap]"},{"name":"transmissionMap"},{"name":"[transmissionMap]"},{"name":"thickness"},{"name":"[thickness]"},{"name":"thicknessMap"},{"name":"[thicknessMap]"},{"name":"attenuationDistance"},{"name":"[attenuationDistance]"},{"name":"attenuationColor"},{"name":"[attenuationColor]"},{"name":"specularIntensity"},{"name":"[specularIntensity]"},{"name":"specularIntensityMap"},{"name":"[specularIntensityMap]"},{"name":"specularColor"},{"name":"[specularColor]"},{"name":"specularColorMap"},{"name":"[specularColorMap]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"clearcoat"},{"name":"[clearcoat]"},{"name":"iridescence"},{"name":"[iridescence]"},{"name":"dispersion"},{"name":"[dispersion]"},{"name":"sheen"},{"name":"[sheen]"},{"name":"transmission"},{"name":"[transmission]"},{"name":"roughness"},{"name":"[roughness]"},{"name":"metalness"},{"name":"[metalness]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"roughnessMap"},{"name":"[roughnessMap]"},{"name":"metalnessMap"},{"name":"[metalnessMap]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"envMapRotation"},{"name":"[envMapRotation]"},{"name":"envMapIntensity"},{"name":"[envMapIntensity]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-standard-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"roughness"},{"name":"[roughness]"},{"name":"metalness"},{"name":"[metalness]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"roughnessMap"},{"name":"[roughnessMap]"},{"name":"metalnessMap"},{"name":"[metalnessMap]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"envMapRotation"},{"name":"[envMapRotation]"},{"name":"envMapIntensity"},{"name":"[envMapIntensity]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-phong-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"reflectivity"},{"name":"[reflectivity]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"envMapRotation"},{"name":"[envMapRotation]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"specular"},{"name":"[specular]"},{"name":"shininess"},{"name":"[shininess]"},{"name":"specularMap"},{"name":"[specularMap]"},{"name":"combine"},{"name":"[combine]"},{"name":"refractionRatio"},{"name":"[refractionRatio]"},{"name":"metal"},{"name":"[metal]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-toon-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"gradientMap"},{"name":"[gradientMap]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-normal-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-lambert-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"reflectivity"},{"name":"[reflectivity]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"emissive"},{"name":"[emissive]"},{"name":"emissiveIntensity"},{"name":"[emissiveIntensity]"},{"name":"emissiveMap"},{"name":"[emissiveMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"envMapRotation"},{"name":"[envMapRotation]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"specularMap"},{"name":"[specularMap]"},{"name":"combine"},{"name":"[combine]"},{"name":"refractionRatio"},{"name":"[refractionRatio]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-depth-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"depthPacking"},{"name":"[depthPacking]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-distance-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-basic-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"wireframe"},{"name":"[wireframe]"},{"name":"wireframeLinewidth"},{"name":"[wireframeLinewidth]"},{"name":"reflectivity"},{"name":"[reflectivity]"},{"name":"lightMap"},{"name":"[lightMap]"},{"name":"lightMapIntensity"},{"name":"[lightMapIntensity]"},{"name":"aoMap"},{"name":"[aoMap]"},{"name":"aoMapIntensity"},{"name":"[aoMapIntensity]"},{"name":"envMap"},{"name":"[envMap]"},{"name":"envMapRotation"},{"name":"[envMapRotation]"},{"name":"wireframeLinecap"},{"name":"[wireframeLinecap]"},{"name":"wireframeLinejoin"},{"name":"[wireframeLinejoin]"},{"name":"specularMap"},{"name":"[specularMap]"},{"name":"combine"},{"name":"[combine]"},{"name":"refractionRatio"},{"name":"[refractionRatio]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-mesh-matcap-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"alphaMap"},{"name":"[alphaMap]"},{"name":"bumpMap"},{"name":"[bumpMap]"},{"name":"bumpScale"},{"name":"[bumpScale]"},{"name":"normalMap"},{"name":"[normalMap]"},{"name":"normalMapType"},{"name":"[normalMapType]"},{"name":"normalScale"},{"name":"[normalScale]"},{"name":"displacementMap"},{"name":"[displacementMap]"},{"name":"displacementScale"},{"name":"[displacementScale]"},{"name":"displacementBias"},{"name":"[displacementBias]"},{"name":"flatShading"},{"name":"[flatShading]"},{"name":"matcap"},{"name":"[matcap]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line-dashed-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"scale"},{"name":"[scale]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"linewidth"},{"name":"[linewidth]"},{"name":"dashSize"},{"name":"[dashSize]"},{"name":"gapSize"},{"name":"[gapSize]"},{"name":"linecap"},{"name":"[linecap]"},{"name":"linejoin"},{"name":"[linejoin]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-line-basic-material","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"userData"},{"name":"[userData]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"clippingPlanes"},{"name":"[clippingPlanes]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"alphaHash"},{"name":"[alphaHash]"},{"name":"alphaToCoverage"},{"name":"[alphaToCoverage]"},{"name":"blendAlpha"},{"name":"[blendAlpha]"},{"name":"blendColor"},{"name":"[blendColor]"},{"name":"blendDst"},{"name":"[blendDst]"},{"name":"blendDstAlpha"},{"name":"[blendDstAlpha]"},{"name":"blendEquation"},{"name":"[blendEquation]"},{"name":"blendEquationAlpha"},{"name":"[blendEquationAlpha]"},{"name":"blending"},{"name":"[blending]"},{"name":"blendSrc"},{"name":"[blendSrc]"},{"name":"blendSrcAlpha"},{"name":"[blendSrcAlpha]"},{"name":"clipIntersection"},{"name":"[clipIntersection]"},{"name":"clipShadows"},{"name":"[clipShadows]"},{"name":"colorWrite"},{"name":"[colorWrite]"},{"name":"defines"},{"name":"[defines]"},{"name":"depthFunc"},{"name":"[depthFunc]"},{"name":"depthTest"},{"name":"[depthTest]"},{"name":"depthWrite"},{"name":"[depthWrite]"},{"name":"stencilWrite"},{"name":"[stencilWrite]"},{"name":"stencilFunc"},{"name":"[stencilFunc]"},{"name":"stencilRef"},{"name":"[stencilRef]"},{"name":"stencilWriteMask"},{"name":"[stencilWriteMask]"},{"name":"stencilFuncMask"},{"name":"[stencilFuncMask]"},{"name":"stencilFail"},{"name":"[stencilFail]"},{"name":"stencilZFail"},{"name":"[stencilZFail]"},{"name":"stencilZPass"},{"name":"[stencilZPass]"},{"name":"opacity"},{"name":"[opacity]"},{"name":"polygonOffset"},{"name":"[polygonOffset]"},{"name":"polygonOffsetFactor"},{"name":"[polygonOffsetFactor]"},{"name":"polygonOffsetUnits"},{"name":"[polygonOffsetUnits]"},{"name":"precision"},{"name":"[precision]"},{"name":"premultipliedAlpha"},{"name":"[premultipliedAlpha]"},{"name":"forceSinglePass"},{"name":"[forceSinglePass]"},{"name":"dithering"},{"name":"[dithering]"},{"name":"side"},{"name":"[side]"},{"name":"shadowSide"},{"name":"[shadowSide]"},{"name":"toneMapped"},{"name":"[toneMapped]"},{"name":"transparent"},{"name":"[transparent]"},{"name":"vertexColors"},{"name":"[vertexColors]"},{"name":"version"},{"name":"[version]"},{"name":"alphaTest"},{"name":"[alphaTest]"},{"name":"onBeforeCompile"},{"name":"[onBeforeCompile]"},{"name":"customProgramCacheKey"},{"name":"[customProgramCacheKey]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"onBuild"},{"name":"[onBuild]"},{"name":"color"},{"name":"[color]"},{"name":"fog"},{"name":"[fog]"},{"name":"map"},{"name":"[map]"},{"name":"linewidth"},{"name":"[linewidth]"},{"name":"linecap"},{"name":"[linecap]"},{"name":"linejoin"},{"name":"[linejoin]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-primitive","attributes":[{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-value","attributes":[{"name":"rawValue"},{"name":"[rawValue]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-spot-light-shadow","attributes":[{"name":"focus"},{"name":"[focus]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"autoUpdate"},{"name":"[autoUpdate]"},{"name":"map"},{"name":"[map]"},{"name":"camera"},{"name":"[camera]"},{"name":"bias"},{"name":"[bias]"},{"name":"normalBias"},{"name":"[normalBias]"},{"name":"radius"},{"name":"[radius]"},{"name":"blurSamples"},{"name":"[blurSamples]"},{"name":"mapSize"},{"name":"[mapSize]"},{"name":"mapPass"},{"name":"[mapPass]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-spot-light","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"distance"},{"name":"[distance]"},{"name":"color"},{"name":"[color]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"shadow"},{"name":"[shadow]"},{"name":"map"},{"name":"[map]"},{"name":"target"},{"name":"[target]"},{"name":"angle"},{"name":"[angle]"},{"name":"decay"},{"name":"[decay]"},{"name":"power"},{"name":"[power]"},{"name":"penumbra"},{"name":"[penumbra]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-point-light","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"distance"},{"name":"[distance]"},{"name":"color"},{"name":"[color]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"shadow"},{"name":"[shadow]"},{"name":"decay"},{"name":"[decay]"},{"name":"power"},{"name":"[power]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-rect-area-light","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"width"},{"name":"[width]"},{"name":"height"},{"name":"[height]"},{"name":"color"},{"name":"[color]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"shadow"},{"name":"[shadow]"},{"name":"power"},{"name":"[power]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-hemisphere-light","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"color"},{"name":"[color]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"shadow"},{"name":"[shadow]"},{"name":"groundColor"},{"name":"[groundColor]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-directional-light-shadow","attributes":[{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"autoUpdate"},{"name":"[autoUpdate]"},{"name":"map"},{"name":"[map]"},{"name":"camera"},{"name":"[camera]"},{"name":"bias"},{"name":"[bias]"},{"name":"normalBias"},{"name":"[normalBias]"},{"name":"radius"},{"name":"[radius]"},{"name":"blurSamples"},{"name":"[blurSamples]"},{"name":"mapSize"},{"name":"[mapSize]"},{"name":"mapPass"},{"name":"[mapPass]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-directional-light","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"color"},{"name":"[color]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"shadow"},{"name":"[shadow]"},{"name":"target"},{"name":"[target]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-ambient-light","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"color"},{"name":"[color]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"shadow"},{"name":"[shadow]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-light-shadow","attributes":[{"name":"matrix"},{"name":"[matrix]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"autoUpdate"},{"name":"[autoUpdate]"},{"name":"map"},{"name":"[map]"},{"name":"camera"},{"name":"[camera]"},{"name":"bias"},{"name":"[bias]"},{"name":"normalBias"},{"name":"[normalBias]"},{"name":"radius"},{"name":"[radius]"},{"name":"blurSamples"},{"name":"[blurSamples]"},{"name":"mapSize"},{"name":"[mapSize]"},{"name":"mapPass"},{"name":"[mapPass]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-light-probe","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"color"},{"name":"[color]"},{"name":"intensity"},{"name":"[intensity]"},{"name":"shadow"},{"name":"[shadow]"},{"name":"fromJSON"},{"name":"[fromJSON]"},{"name":"sh"},{"name":"[sh]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-spot-light-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"color"},{"name":"[color]"},{"name":"cone"},{"name":"[cone]"},{"name":"light"},{"name":"[light]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-skeleton-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"bones"},{"name":"[bones]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"root"},{"name":"[root]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-point-light-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"color"},{"name":"[color]"},{"name":"light"},{"name":"[light]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-hemisphere-light-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"color"},{"name":"[color]"},{"name":"material"},{"name":"[material]"},{"name":"light"},{"name":"[light]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-grid-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-polar-grid-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-directional-light-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"color"},{"name":"[color]"},{"name":"light"},{"name":"[light]"},{"name":"lightPlane"},{"name":"[lightPlane]"},{"name":"targetLine"},{"name":"[targetLine]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-camera-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"camera"},{"name":"[camera]"},{"name":"pointMap"},{"name":"[pointMap]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-box-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-box3-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"box"},{"name":"[box]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-plane-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"plane"},{"name":"[plane]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"size"},{"name":"[size]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-arrow-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"cone"},{"name":"[cone]"},{"name":"line"},{"name":"[line]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-axes-helper","attributes":[{"name":"visible"},{"name":"[visible]"},{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"parent"},{"name":"[parent]"},{"name":"children"},{"name":"[children]"},{"name":"modelViewMatrix"},{"name":"[modelViewMatrix]"},{"name":"normalMatrix"},{"name":"[normalMatrix]"},{"name":"matrixWorld"},{"name":"[matrixWorld]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"matrixWorldAutoUpdate"},{"name":"[matrixWorldAutoUpdate]"},{"name":"matrixWorldNeedsUpdate"},{"name":"[matrixWorldNeedsUpdate]"},{"name":"castShadow"},{"name":"[castShadow]"},{"name":"receiveShadow"},{"name":"[receiveShadow]"},{"name":"frustumCulled"},{"name":"[frustumCulled]"},{"name":"renderOrder"},{"name":"[renderOrder]"},{"name":"animations"},{"name":"[animations]"},{"name":"userData"},{"name":"[userData]"},{"name":"customDepthMaterial"},{"name":"[customDepthMaterial]"},{"name":"customDistanceMaterial"},{"name":"[customDistanceMaterial]"},{"name":"onBeforeShadow"},{"name":"[onBeforeShadow]"},{"name":"onAfterShadow"},{"name":"[onAfterShadow]"},{"name":"onBeforeRender"},{"name":"[onBeforeRender]"},{"name":"onAfterRender"},{"name":"[onAfterRender]"},{"name":"rotateOnAxis"},{"name":"[rotateOnAxis]"},{"name":"rotateOnWorldAxis"},{"name":"[rotateOnWorldAxis]"},{"name":"rotateX"},{"name":"[rotateX]"},{"name":"rotateY"},{"name":"[rotateY]"},{"name":"rotateZ"},{"name":"[rotateZ]"},{"name":"translateOnAxis"},{"name":"[translateOnAxis]"},{"name":"translateX"},{"name":"[translateX]"},{"name":"translateY"},{"name":"[translateY]"},{"name":"translateZ"},{"name":"[translateZ]"},{"name":"localToWorld"},{"name":"[localToWorld]"},{"name":"worldToLocal"},{"name":"[worldToLocal]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"remove"},{"name":"[remove]"},{"name":"removeFromParent"},{"name":"[removeFromParent]"},{"name":"clear"},{"name":"[clear]"},{"name":"raycast"},{"name":"[raycast]"},{"name":"traverse"},{"name":"[traverse]"},{"name":"traverseVisible"},{"name":"[traverseVisible]"},{"name":"traverseAncestors"},{"name":"[traverseAncestors]"},{"name":"geometry"},{"name":"[geometry]"},{"name":"material"},{"name":"[material]"},{"name":"morphTargetInfluences"},{"name":"[morphTargetInfluences]"},{"name":"morphTargetDictionary"},{"name":"[morphTargetDictionary]"},{"name":"computeLineDistances"},{"name":"[computeLineDistances]"},{"name":"position"},{"name":"[position]"},{"name":"up"},{"name":"[up]"},{"name":"scale"},{"name":"[scale]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"quaternion"},{"name":"[quaternion]"},{"name":"layers"},{"name":"[layers]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-texture","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"userData"},{"name":"[userData]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"center"},{"name":"[center]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"pmremVersion"},{"name":"[pmremVersion]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-video-texture","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"userData"},{"name":"[userData]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"center"},{"name":"[center]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"pmremVersion"},{"name":"[pmremVersion]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-data-texture","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"userData"},{"name":"[userData]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"center"},{"name":"[center]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"pmremVersion"},{"name":"[pmremVersion]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-data3D-texture","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"userData"},{"name":"[userData]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"center"},{"name":"[center]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"pmremVersion"},{"name":"[pmremVersion]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"wrapR"},{"name":"[wrapR]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-compressed-texture","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"userData"},{"name":"[userData]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"center"},{"name":"[center]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"pmremVersion"},{"name":"[pmremVersion]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-cube-texture","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"userData"},{"name":"[userData]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"center"},{"name":"[center]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"pmremVersion"},{"name":"[pmremVersion]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"images"},{"name":"[images]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-canvas-texture","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"userData"},{"name":"[userData]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"center"},{"name":"[center]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"pmremVersion"},{"name":"[pmremVersion]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-depth-texture","attributes":[{"name":"id"},{"name":"[id]"},{"name":"name"},{"name":"[name]"},{"name":"rotation"},{"name":"[rotation]"},{"name":"matrix"},{"name":"[matrix]"},{"name":"matrixAutoUpdate"},{"name":"[matrixAutoUpdate]"},{"name":"userData"},{"name":"[userData]"},{"name":"dispose"},{"name":"[dispose]"},{"name":"center"},{"name":"[center]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"offset"},{"name":"[offset]"},{"name":"source"},{"name":"[source]"},{"name":"anisotropy"},{"name":"[anisotropy]"},{"name":"image"},{"name":"[image]"},{"name":"mipmaps"},{"name":"[mipmaps]"},{"name":"mapping"},{"name":"[mapping]"},{"name":"channel"},{"name":"[channel]"},{"name":"wrapS"},{"name":"[wrapS]"},{"name":"wrapT"},{"name":"[wrapT]"},{"name":"magFilter"},{"name":"[magFilter]"},{"name":"minFilter"},{"name":"[minFilter]"},{"name":"format"},{"name":"[format]"},{"name":"internalFormat"},{"name":"[internalFormat]"},{"name":"repeat"},{"name":"[repeat]"},{"name":"generateMipmaps"},{"name":"[generateMipmaps]"},{"name":"premultiplyAlpha"},{"name":"[premultiplyAlpha]"},{"name":"flipY"},{"name":"[flipY]"},{"name":"unpackAlignment"},{"name":"[unpackAlignment]"},{"name":"colorSpace"},{"name":"[colorSpace]"},{"name":"pmremVersion"},{"name":"[pmremVersion]"},{"name":"needsPMREMUpdate"},{"name":"[needsPMREMUpdate]"},{"name":"onUpdate"},{"name":"[onUpdate]"},{"name":"transformUv"},{"name":"[transformUv]"},{"name":"compareFunction"},{"name":"[compareFunction]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-raycaster","attributes":[{"name":"near"},{"name":"[near]"},{"name":"far"},{"name":"[far]"},{"name":"layers"},{"name":"[layers]"},{"name":"camera"},{"name":"[camera]"},{"name":"ray"},{"name":"[ray]"},{"name":"params"},{"name":"[params]"},{"name":"intersectObject"},{"name":"[intersectObject]"},{"name":"intersectObjects"},{"name":"[intersectObjects]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-vector2","attributes":[{"name":"iterator"},{"name":"[iterator]"},{"name":"width"},{"name":"[width]"},{"name":"height"},{"name":"[height]"},{"name":"angle"},{"name":"[angle]"},{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"sub"},{"name":"[sub]"},{"name":"subScalar"},{"name":"[subScalar]"},{"name":"subVectors"},{"name":"[subVectors]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"divide"},{"name":"[divide]"},{"name":"divideScalar"},{"name":"[divideScalar]"},{"name":"min"},{"name":"[min]"},{"name":"max"},{"name":"[max]"},{"name":"clamp"},{"name":"[clamp]"},{"name":"clampScalar"},{"name":"[clampScalar]"},{"name":"clampLength"},{"name":"[clampLength]"},{"name":"floor"},{"name":"[floor]"},{"name":"ceil"},{"name":"[ceil]"},{"name":"round"},{"name":"[round]"},{"name":"roundToZero"},{"name":"[roundToZero]"},{"name":"negate"},{"name":"[negate]"},{"name":"dot"},{"name":"[dot]"},{"name":"cross"},{"name":"[cross]"},{"name":"lengthSq"},{"name":"[lengthSq]"},{"name":"length"},{"name":"[length]"},{"name":"manhattanLength"},{"name":"[manhattanLength]"},{"name":"normalize"},{"name":"[normalize]"},{"name":"angleTo"},{"name":"[angleTo]"},{"name":"distanceTo"},{"name":"[distanceTo]"},{"name":"distanceToSquared"},{"name":"[distanceToSquared]"},{"name":"manhattanDistanceTo"},{"name":"[manhattanDistanceTo]"},{"name":"lerp"},{"name":"[lerp]"},{"name":"lerpVectors"},{"name":"[lerpVectors]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"rotateAround"},{"name":"[rotateAround]"},{"name":"random"},{"name":"[random]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-vector3","attributes":[{"name":"iterator"},{"name":"[iterator]"},{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"sub"},{"name":"[sub]"},{"name":"subScalar"},{"name":"[subScalar]"},{"name":"subVectors"},{"name":"[subVectors]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"divide"},{"name":"[divide]"},{"name":"divideScalar"},{"name":"[divideScalar]"},{"name":"min"},{"name":"[min]"},{"name":"max"},{"name":"[max]"},{"name":"clamp"},{"name":"[clamp]"},{"name":"clampScalar"},{"name":"[clampScalar]"},{"name":"clampLength"},{"name":"[clampLength]"},{"name":"floor"},{"name":"[floor]"},{"name":"ceil"},{"name":"[ceil]"},{"name":"round"},{"name":"[round]"},{"name":"roundToZero"},{"name":"[roundToZero]"},{"name":"negate"},{"name":"[negate]"},{"name":"dot"},{"name":"[dot]"},{"name":"cross"},{"name":"[cross]"},{"name":"lengthSq"},{"name":"[lengthSq]"},{"name":"length"},{"name":"[length]"},{"name":"manhattanLength"},{"name":"[manhattanLength]"},{"name":"normalize"},{"name":"[normalize]"},{"name":"angleTo"},{"name":"[angleTo]"},{"name":"distanceTo"},{"name":"[distanceTo]"},{"name":"distanceToSquared"},{"name":"[distanceToSquared]"},{"name":"manhattanDistanceTo"},{"name":"[manhattanDistanceTo]"},{"name":"lerp"},{"name":"[lerp]"},{"name":"lerpVectors"},{"name":"[lerpVectors]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"random"},{"name":"[random]"},{"name":"z"},{"name":"[z]"},{"name":"multiplyVectors"},{"name":"[multiplyVectors]"},{"name":"project"},{"name":"[project]"},{"name":"unproject"},{"name":"[unproject]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"crossVectors"},{"name":"[crossVectors]"},{"name":"projectOnVector"},{"name":"[projectOnVector]"},{"name":"projectOnPlane"},{"name":"[projectOnPlane]"},{"name":"reflect"},{"name":"[reflect]"},{"name":"randomDirection"},{"name":"[randomDirection]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-vector4","attributes":[{"name":"iterator"},{"name":"[iterator]"},{"name":"width"},{"name":"[width]"},{"name":"height"},{"name":"[height]"},{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"sub"},{"name":"[sub]"},{"name":"subScalar"},{"name":"[subScalar]"},{"name":"subVectors"},{"name":"[subVectors]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"divideScalar"},{"name":"[divideScalar]"},{"name":"min"},{"name":"[min]"},{"name":"max"},{"name":"[max]"},{"name":"clamp"},{"name":"[clamp]"},{"name":"clampScalar"},{"name":"[clampScalar]"},{"name":"floor"},{"name":"[floor]"},{"name":"ceil"},{"name":"[ceil]"},{"name":"round"},{"name":"[round]"},{"name":"roundToZero"},{"name":"[roundToZero]"},{"name":"negate"},{"name":"[negate]"},{"name":"dot"},{"name":"[dot]"},{"name":"lengthSq"},{"name":"[lengthSq]"},{"name":"length"},{"name":"[length]"},{"name":"manhattanLength"},{"name":"[manhattanLength]"},{"name":"normalize"},{"name":"[normalize]"},{"name":"lerp"},{"name":"[lerp]"},{"name":"lerpVectors"},{"name":"[lerpVectors]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"random"},{"name":"[random]"},{"name":"z"},{"name":"[z]"},{"name":"w"},{"name":"[w]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-euler","attributes":[{"name":"iterator"},{"name":"[iterator]"},{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"equals"},{"name":"[equals]"},{"name":"z"},{"name":"[z]"},{"name":"order"},{"name":"[order]"},{"name":"reorder"},{"name":"[reorder]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-matrix3","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"translate"},{"name":"[translate]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"equals"},{"name":"[equals]"},{"name":"elements"},{"name":"[elements]"},{"name":"identity"},{"name":"[identity]"},{"name":"extractBasis"},{"name":"[extractBasis]"},{"name":"determinant"},{"name":"[determinant]"},{"name":"invert"},{"name":"[invert]"},{"name":"transpose"},{"name":"[transpose]"},{"name":"transposeIntoArray"},{"name":"[transposeIntoArray]"},{"name":"makeTranslation"},{"name":"[makeTranslation]"},{"name":"makeRotation"},{"name":"[makeRotation]"},{"name":"makeScale"},{"name":"[makeScale]"},{"name":"rotate"},{"name":"[rotate]"},{"name":"premultiply"},{"name":"[premultiply]"},{"name":"multiplyMatrices"},{"name":"[multiplyMatrices]"},{"name":"multiplyVector3"},{"name":"[multiplyVector3]"},{"name":"multiplyVector3Array"},{"name":"[multiplyVector3Array]"},{"name":"flattenToArrayOffset"},{"name":"[flattenToArrayOffset]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-matrix4","attributes":[{"name":"scale"},{"name":"[scale]"},{"name":"lookAt"},{"name":"[lookAt]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"equals"},{"name":"[equals]"},{"name":"elements"},{"name":"[elements]"},{"name":"identity"},{"name":"[identity]"},{"name":"extractBasis"},{"name":"[extractBasis]"},{"name":"determinant"},{"name":"[determinant]"},{"name":"invert"},{"name":"[invert]"},{"name":"transpose"},{"name":"[transpose]"},{"name":"makeTranslation"},{"name":"[makeTranslation]"},{"name":"makeScale"},{"name":"[makeScale]"},{"name":"premultiply"},{"name":"[premultiply]"},{"name":"multiplyMatrices"},{"name":"[multiplyMatrices]"},{"name":"multiplyVector3"},{"name":"[multiplyVector3]"},{"name":"multiplyVector3Array"},{"name":"[multiplyVector3Array]"},{"name":"flattenToArrayOffset"},{"name":"[flattenToArrayOffset]"},{"name":"copyPosition"},{"name":"[copyPosition]"},{"name":"makeBasis"},{"name":"[makeBasis]"},{"name":"extractRotation"},{"name":"[extractRotation]"},{"name":"makeRotationFromEuler"},{"name":"[makeRotationFromEuler]"},{"name":"makeRotationFromQuaternion"},{"name":"[makeRotationFromQuaternion]"},{"name":"multiplyToArray"},{"name":"[multiplyToArray]"},{"name":"makeRotationX"},{"name":"[makeRotationX]"},{"name":"makeRotationY"},{"name":"[makeRotationY]"},{"name":"makeRotationZ"},{"name":"[makeRotationZ]"},{"name":"makeRotationAxis"},{"name":"[makeRotationAxis]"},{"name":"makeShear"},{"name":"[makeShear]"},{"name":"compose"},{"name":"[compose]"},{"name":"decompose"},{"name":"[decompose]"},{"name":"makePerspective"},{"name":"[makePerspective]"},{"name":"makeOrthographic"},{"name":"[makeOrthographic]"},{"name":"extractPosition"},{"name":"[extractPosition]"},{"name":"multiplyVector4"},{"name":"[multiplyVector4]"},{"name":"rotateAxis"},{"name":"[rotateAxis]"},{"name":"crossVector"},{"name":"[crossVector]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-quaternion","attributes":[{"name":"iterator"},{"name":"[iterator]"},{"name":"x"},{"name":"[x]"},{"name":"y"},{"name":"[y]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"dot"},{"name":"[dot]"},{"name":"lengthSq"},{"name":"[lengthSq]"},{"name":"length"},{"name":"[length]"},{"name":"normalize"},{"name":"[normalize]"},{"name":"angleTo"},{"name":"[angleTo]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"random"},{"name":"[random]"},{"name":"z"},{"name":"[z]"},{"name":"w"},{"name":"[w]"},{"name":"identity"},{"name":"[identity]"},{"name":"invert"},{"name":"[invert]"},{"name":"premultiply"},{"name":"[premultiply]"},{"name":"rotateTowards"},{"name":"[rotateTowards]"},{"name":"conjugate"},{"name":"[conjugate]"},{"name":"multiplyQuaternions"},{"name":"[multiplyQuaternions]"},{"name":"slerp"},{"name":"[slerp]"},{"name":"slerpQuaternions"},{"name":"[slerpQuaternions]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-float16-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-float32-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-int8-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-int16-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-int32-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-unit8-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-unit16-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-unit32-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-instanced-buffer-attribute","attributes":[{"name":"name"},{"name":"[name]"},{"name":"version"},{"name":"[version]"},{"name":"needsUpdate"},{"name":"[needsUpdate]"},{"name":"count"},{"name":"[count]"},{"name":"transformDirection"},{"name":"[transformDirection]"},{"name":"array"},{"name":"[array]"},{"name":"itemSize"},{"name":"[itemSize]"},{"name":"usage"},{"name":"[usage]"},{"name":"gpuType"},{"name":"[gpuType]"},{"name":"normalized"},{"name":"[normalized]"},{"name":"onUploadCallback"},{"name":"[onUploadCallback]"},{"name":"onUpload"},{"name":"[onUpload]"},{"name":"clearUpdateRanges"},{"name":"[clearUpdateRanges]"},{"name":"copyAt"},{"name":"[copyAt]"},{"name":"copyArray"},{"name":"[copyArray]"},{"name":"meshPerAttribute"},{"name":"[meshPerAttribute]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-color","attributes":[{"name":"iterator"},{"name":"[iterator]"},{"name":"sub"},{"name":"[sub]"},{"name":"multiply"},{"name":"[multiply]"},{"name":"multiplyScalar"},{"name":"[multiplyScalar]"},{"name":"lerp"},{"name":"[lerp]"},{"name":"equals"},{"name":"[equals]"},{"name":"fromBufferAttribute"},{"name":"[fromBufferAttribute]"},{"name":"r"},{"name":"[r]"},{"name":"g"},{"name":"[g]"},{"name":"b"},{"name":"[b]"},{"name":"copySRGBToLinear"},{"name":"[copySRGBToLinear]"},{"name":"copyLinearToSRGB"},{"name":"[copyLinearToSRGB]"},{"name":"convertSRGBToLinear"},{"name":"[convertSRGBToLinear]"},{"name":"convertLinearToSRGB"},{"name":"[convertLinearToSRGB]"},{"name":"offsetHSL"},{"name":"[offsetHSL]"},{"name":"lerpColors"},{"name":"[lerpColors]"},{"name":"lerpHSL"},{"name":"[lerpHSL]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-fog","attributes":[{"name":"near"},{"name":"[near]"},{"name":"far"},{"name":"[far]"},{"name":"name"},{"name":"[name]"},{"name":"color"},{"name":"[color]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-fog-exp2","attributes":[{"name":"name"},{"name":"[name]"},{"name":"color"},{"name":"[color]"},{"name":"density"},{"name":"[density]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]},{"name":"ngt-shape","attributes":[{"name":"fromJSON"},{"name":"[fromJSON]"},{"name":"holes"},{"name":"[holes]"},{"name":"extractPoints"},{"name":"[extractPoints]"},{"name":"currentPoint"},{"name":"[currentPoint]"},{"name":"absarc"},{"name":"[absarc]"},{"name":"absellipse"},{"name":"[absellipse]"},{"name":"arc"},{"name":"[arc]"},{"name":"bezierCurveTo"},{"name":"[bezierCurveTo]"},{"name":"ellipse"},{"name":"[ellipse]"},{"name":"lineTo"},{"name":"[lineTo]"},{"name":"moveTo"},{"name":"[moveTo]"},{"name":"quadraticCurveTo"},{"name":"[quadraticCurveTo]"},{"name":"splineThru"},{"name":"[splineThru]"},{"name":"curves"},{"name":"[curves]"},{"name":"autoClose"},{"name":"[autoClose]"},{"name":"closePath"},{"name":"[closePath]"},{"name":"arcLengthDivisions"},{"name":"[arcLengthDivisions]"},{"name":"computeFrenetFrames"},{"name":"[computeFrenetFrames]"},{"name":"attach","description":"Property to attach to parent. Can be dotted path"},{"name":"[attach]","description":"An array of paths to attach to parent. Can also be an NgtAttachFunction"},{"name":"[parameters]","description":"An object of options to pass to the instance"},{"name":"(beforeRender)","description":"Register an event to be run in animation loop"},{"name":"(attached)","description":"Register an event to be invoked after this node is attached to the parent"},{"name":"(updated)","description":"Register an event to be invoked after this node's properties are updated"}]}]}