Light Placement - powerof3/LightPlacer GitHub Wiki

Lights can be attached to points OR to any node or shape (using their name) inside the nif.

Select either points OR nodes (not both!).

  {
    "models": [ "effects\\fxfirewithembers01_lite.nif" ],
    "lights": [
      {
        "points": [ [ 0, 0, 7.630745 ], [ 0, 0, -5.09 ] ],
        "data": {}
      }
    ]
  }
  {
    "models": [ "effects\\fxfirewithembers01_lite.nif" ],
    "lights": [
      {
        "nodes": [ "glow04", "BSRenderingNode" ],
        "data": {}
      }
    ]
  }