{
  "type": "Program",
  "start": 0,
  "end": 5821,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 146,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "THREE"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "three",
        "rawValue": "three",
        "raw": "'three'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 30,
      "end": 5819,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 145,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 45,
        "end": 5819,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 145,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 51,
          "end": 68,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 38
            }
          },
          "name": "MeshPhongMaterial"
        },
        "superClass": {
          "type": "MemberExpression",
          "start": 77,
          "end": 100,
          "loc": {
            "start": {
              "line": 3,
              "column": 47
            },
            "end": {
              "line": 3,
              "column": 70
            }
          },
          "object": {
            "type": "Identifier",
            "start": 77,
            "end": 82,
            "loc": {
              "start": {
                "line": 3,
                "column": 47
              },
              "end": {
                "line": 3,
                "column": 52
              }
            },
            "name": "THREE"
          },
          "property": {
            "type": "Identifier",
            "start": 83,
            "end": 100,
            "loc": {
              "start": {
                "line": 3,
                "column": 53
              },
              "end": {
                "line": 3,
                "column": 70
              }
            },
            "name": "MeshPhongMaterial"
          },
          "computed": false
        },
        "body": {
          "type": "ClassBody",
          "start": 101,
          "end": 5819,
          "loc": {
            "start": {
              "line": 3,
              "column": 71
            },
            "end": {
              "line": 145,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 108,
              "end": 4990,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 123,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 108,
                "end": 119,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4
                  },
                  "end": {
                    "line": 4,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 119,
                "end": 4990,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 123,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 120,
                    "end": 127,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 16
                      },
                      "end": {
                        "line": 4,
                        "column": 23
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 129,
                  "end": 4990,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 25
                    },
                    "end": {
                      "line": 123,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 140,
                      "end": 148,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8
                        },
                        "end": {
                          "line": 5,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 140,
                        "end": 147,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8
                          },
                          "end": {
                            "line": 5,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 140,
                          "end": 145,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 8
                            },
                            "end": {
                              "line": 5,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 160,
                      "end": 197,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 160,
                        "end": 196,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 160,
                          "end": 169,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 160,
                            "end": 164,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 165,
                            "end": 169,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 17
                              }
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 172,
                          "end": 196,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 20
                            },
                            "end": {
                              "line": 7,
                              "column": 44
                            }
                          },
                          "value": "AWV3.MeshPhongMaterial",
                          "rawValue": "AWV3.MeshPhongMaterial",
                          "raw": "'AWV3.MeshPhongMaterial'"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 207,
                      "end": 224,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 207,
                        "end": 223,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 207,
                          "end": 215,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 207,
                            "end": 211,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 212,
                            "end": 215,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 16
                              }
                            },
                            "name": "fog"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 218,
                          "end": 223,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 19
                            },
                            "end": {
                              "line": 8,
                              "column": 24
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 234,
                      "end": 258,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 234,
                        "end": 257,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 234,
                          "end": 250,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 234,
                            "end": 238,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 239,
                            "end": 250,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 24
                              }
                            },
                            "name": "transparent"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 253,
                          "end": 257,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 27
                            },
                            "end": {
                              "line": 9,
                              "column": 31
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 268,
                      "end": 294,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 268,
                        "end": 293,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 268,
                          "end": 286,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 268,
                            "end": 272,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 273,
                            "end": 286,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 26
                              }
                            },
                            "name": "polygonOffset"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 289,
                          "end": 293,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 29
                            },
                            "end": {
                              "line": 10,
                              "column": 33
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 304,
                      "end": 333,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 304,
                        "end": 332,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 304,
                          "end": 328,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 304,
                            "end": 308,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 309,
                            "end": 328,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 32
                              }
                            },
                            "name": "polygonOffsetFactor"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 331,
                          "end": 332,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 35
                            },
                            "end": {
                              "line": 11,
                              "column": 36
                            }
                          },
                          "value": 1,
                          "rawValue": 1,
                          "raw": "1"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 343,
                      "end": 371,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 343,
                        "end": 370,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 343,
                          "end": 366,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 343,
                            "end": 347,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 348,
                            "end": 366,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 31
                              }
                            },
                            "name": "polygonOffsetUnits"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 369,
                          "end": 370,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 34
                            },
                            "end": {
                              "line": 12,
                              "column": 35
                            }
                          },
                          "value": 1,
                          "rawValue": 1,
                          "raw": "1"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 383,
                      "end": 1267,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 383,
                        "end": 1266,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 10
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 383,
                          "end": 396,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 383,
                            "end": 387,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 388,
                            "end": 396,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 21
                              }
                            },
                            "name": "uniforms"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 399,
                          "end": 1266,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 24
                            },
                            "end": {
                              "line": 35,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 399,
                            "end": 424,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 24
                              },
                              "end": {
                                "line": 14,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 399,
                              "end": 418,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 24
                                },
                                "end": {
                                  "line": 14,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 399,
                                "end": 404,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 29
                                  }
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 405,
                                "end": 418,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 43
                                  }
                                },
                                "name": "UniformsUtils"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 419,
                              "end": 424,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 44
                                },
                                "end": {
                                  "line": 14,
                                  "column": 49
                                }
                              },
                              "name": "merge"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrayExpression",
                              "start": 426,
                              "end": 1265,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 51
                                },
                                "end": {
                                  "line": 35,
                                  "column": 9
                                }
                              },
                              "elements": [
                                {
                                  "type": "MemberExpression",
                                  "start": 441,
                                  "end": 470,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 441,
                                    "end": 458,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 441,
                                      "end": 446,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 17
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 447,
                                      "end": 458,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 29
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 460,
                                    "end": 468,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 39
                                      }
                                    },
                                    "value": "common",
                                    "rawValue": "common",
                                    "raw": "'common'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 476,
                                  "end": 504,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 476,
                                    "end": 493,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 476,
                                      "end": 481,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 482,
                                      "end": 493,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 495,
                                    "end": 502,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 29
                                      }
                                    },
                                    "value": "aomap",
                                    "rawValue": "aomap",
                                    "raw": "'aomap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 510,
                                  "end": 541,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 510,
                                    "end": 527,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 510,
                                      "end": 515,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 516,
                                      "end": 527,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 529,
                                    "end": 539,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 32
                                      }
                                    },
                                    "value": "lightmap",
                                    "rawValue": "lightmap",
                                    "raw": "'lightmap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 547,
                                  "end": 581,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 547,
                                    "end": 564,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 547,
                                      "end": 552,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 553,
                                      "end": 564,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 566,
                                    "end": 579,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 35
                                      }
                                    },
                                    "value": "emissivemap",
                                    "rawValue": "emissivemap",
                                    "raw": "'emissivemap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 587,
                                  "end": 617,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 587,
                                    "end": 604,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 587,
                                      "end": 592,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 593,
                                      "end": 604,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 606,
                                    "end": 615,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 31
                                      }
                                    },
                                    "value": "bumpmap",
                                    "rawValue": "bumpmap",
                                    "raw": "'bumpmap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 623,
                                  "end": 655,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 623,
                                    "end": 640,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 623,
                                      "end": 628,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 629,
                                      "end": 640,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 642,
                                    "end": 653,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 33
                                      }
                                    },
                                    "value": "normalmap",
                                    "rawValue": "normalmap",
                                    "raw": "'normalmap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 661,
                                  "end": 699,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 661,
                                    "end": 678,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 661,
                                      "end": 666,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 667,
                                      "end": 678,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 680,
                                    "end": 697,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 39
                                      }
                                    },
                                    "value": "displacementmap",
                                    "rawValue": "displacementmap",
                                    "raw": "'displacementmap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 705,
                                  "end": 731,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 705,
                                    "end": 722,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 705,
                                      "end": 710,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 711,
                                      "end": 722,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 724,
                                    "end": 729,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 27
                                      }
                                    },
                                    "value": "fog",
                                    "rawValue": "fog",
                                    "raw": "'fog'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 737,
                                  "end": 766,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 737,
                                    "end": 754,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 737,
                                      "end": 742,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 743,
                                      "end": 754,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 756,
                                    "end": 764,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 30
                                      }
                                    },
                                    "value": "lights",
                                    "rawValue": "lights",
                                    "raw": "'lights'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 772,
                                  "end": 1254,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 4
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 779,
                                      "end": 841,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 66
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 779,
                                        "end": 789,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 14
                                          }
                                        },
                                        "value": "emissive",
                                        "rawValue": "emissive",
                                        "raw": "\"emissive\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 792,
                                        "end": 841,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 66
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 794,
                                            "end": 803,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 28
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 794,
                                              "end": 798,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 23
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 800,
                                              "end": 803,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 28
                                                }
                                              },
                                              "value": "c",
                                              "rawValue": "c",
                                              "raw": "\"c\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 805,
                                            "end": 839,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 64
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 805,
                                              "end": 810,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 35
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "NewExpression",
                                              "start": 812,
                                              "end": 839,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 64
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 816,
                                                "end": 827,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 816,
                                                  "end": 821,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 46
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 822,
                                                  "end": 827,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "Color"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 829,
                                                  "end": 837,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 62
                                                    }
                                                  },
                                                  "value": 0,
                                                  "rawValue": 0,
                                                  "raw": "0x000000"
                                                }
                                              ]
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 848,
                                      "end": 910,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 66
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 848,
                                        "end": 858,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 14
                                          }
                                        },
                                        "value": "specular",
                                        "rawValue": "specular",
                                        "raw": "\"specular\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 861,
                                        "end": 910,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 66
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 863,
                                            "end": 872,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 28
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 863,
                                              "end": 867,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 23
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 869,
                                              "end": 872,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 28
                                                }
                                              },
                                              "value": "c",
                                              "rawValue": "c",
                                              "raw": "\"c\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 874,
                                            "end": 908,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 64
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 874,
                                              "end": 879,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 35
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "NewExpression",
                                              "start": 881,
                                              "end": 908,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 64
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 885,
                                                "end": 896,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 885,
                                                  "end": 890,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 46
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 891,
                                                  "end": 896,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "Color"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 898,
                                                  "end": 906,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 62
                                                    }
                                                  },
                                                  "value": 1118481,
                                                  "rawValue": 1118481,
                                                  "raw": "0x111111"
                                                }
                                              ]
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 917,
                                      "end": 955,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 42
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 917,
                                        "end": 928,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 15
                                          }
                                        },
                                        "value": "shininess",
                                        "rawValue": "shininess",
                                        "raw": "\"shininess\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 930,
                                        "end": 955,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 42
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 932,
                                            "end": 942,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 29
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 932,
                                              "end": 936,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 23
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 938,
                                              "end": 942,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 29
                                                }
                                              },
                                              "value": "1f",
                                              "rawValue": "1f",
                                              "raw": "\"1f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 944,
                                            "end": 953,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 40
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 944,
                                              "end": 949,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 36
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 951,
                                              "end": 953,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 40
                                                }
                                              },
                                              "value": 30,
                                              "rawValue": 30,
                                              "raw": "30"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 976,
                                      "end": 1015,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 55
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 976,
                                        "end": 988,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 28
                                          }
                                        },
                                        "value": "reflection",
                                        "rawValue": "reflection",
                                        "raw": "\"reflection\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 990,
                                        "end": 1015,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 55
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 992,
                                            "end": 1001,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 41
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 992,
                                              "end": 996,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 36
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 998,
                                              "end": 1001,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 41
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1003,
                                            "end": 1013,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 53
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1003,
                                              "end": 1008,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 48
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1010,
                                              "end": 1013,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 53
                                                }
                                              },
                                              "value": 1,
                                              "rawValue": 1,
                                              "raw": "1.0"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 1034,
                                      "end": 1072,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 54
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 1034,
                                        "end": 1044,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 26
                                          }
                                        },
                                        "value": "contrast",
                                        "rawValue": "contrast",
                                        "raw": "\"contrast\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1047,
                                        "end": 1072,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 54
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1049,
                                            "end": 1058,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 40
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1049,
                                              "end": 1053,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 35
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1055,
                                              "end": 1058,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 40
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1060,
                                            "end": 1070,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 52
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1060,
                                              "end": 1065,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 47
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1067,
                                              "end": 1070,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 52
                                                }
                                              },
                                              "value": 0,
                                              "rawValue": 0,
                                              "raw": "0.0"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 1091,
                                      "end": 1131,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 56
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 1091,
                                        "end": 1103,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 28
                                          }
                                        },
                                        "value": "crosslight",
                                        "rawValue": "crosslight",
                                        "raw": "\"crosslight\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1106,
                                        "end": 1131,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 56
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1108,
                                            "end": 1117,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 42
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1108,
                                              "end": 1112,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 37
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1114,
                                              "end": 1117,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 42
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1119,
                                            "end": 1129,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 54
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1119,
                                              "end": 1124,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 49
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1126,
                                              "end": 1129,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 54
                                                }
                                              },
                                              "value": 1,
                                              "rawValue": 1,
                                              "raw": "1.0"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 1150,
                                      "end": 1190,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 56
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 1150,
                                        "end": 1161,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 27
                                          }
                                        },
                                        "value": "intensity",
                                        "rawValue": "intensity",
                                        "raw": "\"intensity\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1165,
                                        "end": 1190,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 56
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1167,
                                            "end": 1176,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 42
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1167,
                                              "end": 1171,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 37
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1173,
                                              "end": 1176,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 42
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1178,
                                            "end": 1188,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 54
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1178,
                                              "end": 1183,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 49
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1185,
                                              "end": 1188,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 54
                                                }
                                              },
                                              "value": 0,
                                              "rawValue": 0,
                                              "raw": "0.0"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 1209,
                                      "end": 1248,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 55
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 1209,
                                        "end": 1219,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 26
                                          }
                                        },
                                        "value": "flatspot",
                                        "rawValue": "flatspot",
                                        "raw": "\"flatspot\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1223,
                                        "end": 1248,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 55
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1225,
                                            "end": 1234,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 41
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1225,
                                              "end": 1229,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 36
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1231,
                                              "end": 1234,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 41
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1236,
                                            "end": 1246,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 53
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1236,
                                              "end": 1241,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 48
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1243,
                                              "end": 1246,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 53
                                                }
                                              },
                                              "value": 0,
                                              "rawValue": 0,
                                              "raw": "0.0"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1279,
                      "end": 1337,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 66
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1279,
                        "end": 1336,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 65
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1279,
                          "end": 1296,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1279,
                            "end": 1283,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1284,
                            "end": 1296,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 13
                              },
                              "end": {
                                "line": 37,
                                "column": 25
                              }
                            },
                            "name": "vertexShader"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1299,
                          "end": 1336,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 28
                            },
                            "end": {
                              "line": 37,
                              "column": 65
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1299,
                            "end": 1316,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 28
                              },
                              "end": {
                                "line": 37,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1299,
                              "end": 1304,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 28
                                },
                                "end": {
                                  "line": 37,
                                  "column": 33
                                }
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1305,
                              "end": 1316,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 34
                                },
                                "end": {
                                  "line": 37,
                                  "column": 45
                                }
                              },
                              "name": "ShaderChunk"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Literal",
                            "start": 1318,
                            "end": 1334,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 47
                              },
                              "end": {
                                "line": 37,
                                "column": 63
                              }
                            },
                            "value": "meshphong_vert",
                            "rawValue": "meshphong_vert",
                            "raw": "'meshphong_vert'"
                          },
                          "computed": true
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1341,
                      "end": 4947,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 2
                        },
                        "end": {
                          "line": 120,
                          "column": 15
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1341,
                        "end": 4946,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 2
                          },
                          "end": {
                            "line": 120,
                            "column": 14
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1341,
                          "end": 1360,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 2
                            },
                            "end": {
                              "line": 38,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1341,
                            "end": 1345,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 2
                              },
                              "end": {
                                "line": 38,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1346,
                            "end": 1360,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 7
                              },
                              "end": {
                                "line": 38,
                                "column": 21
                              }
                            },
                            "name": "fragmentShader"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 1363,
                          "end": 4946,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 24
                            },
                            "end": {
                              "line": 120,
                              "column": 14
                            }
                          },
                          "expressions": [],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 1364,
                              "end": 4945,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 25
                                },
                                "end": {
                                  "line": 120,
                                  "column": 13
                                }
                              },
                              "value": {
                                "raw": "\n            #define PHONG\n\n            uniform vec3 diffuse;\n            uniform vec3 emissive;\n            uniform vec3 specular;\n            uniform float shininess;\n            uniform float opacity;\n\n            uniform float crosslight;\n            uniform float reflection;\n            uniform float contrast;\n            uniform float intensity;\n            uniform float flatspot;\n\n            #include <common>\n            #include <packing>\n            #include <color_pars_fragment>\n            #include <uv_pars_fragment>\n            #include <uv2_pars_fragment>\n            #include <map_pars_fragment>\n            #include <alphamap_pars_fragment>\n            #include <aomap_pars_fragment>\n            #include <lightmap_pars_fragment>\n            #include <emissivemap_pars_fragment>\n            #include <envmap_pars_fragment>\n            #include <fog_pars_fragment>\n            #include <bsdfs>\n            #include <lights_pars>\n            #include <lights_phong_pars_fragment>\n            #include <shadowmap_pars_fragment>\n            #include <bumpmap_pars_fragment>\n            #include <normalmap_pars_fragment>\n            #include <specularmap_pars_fragment>\n            #include <logdepthbuf_pars_fragment>\n            #include <clipping_planes_pars_fragment>\n\n            void main() {\n\n            \t#include <clipping_planes_fragment>\n\n                vec3 eyeDirection = normalize(vViewPosition.xyz);\n                vec3 reflectionDirection = reflect(eyeDirection, vNormal);\n                float specularLightWeighting = dot(reflectionDirection, eyeDirection);\n                float specularLightWeighting2 = dot(-reflectionDirection, eyeDirection);\n                float directionalLightWeighting = max(dot(vNormal, eyeDirection), 1.0-reflection);\n                vec3 lightWeighting = max(specularLightWeighting, directionalLightWeighting) + vec3(contrast) * specularLightWeighting;\n                float crossLevel = crosslight > 0.0 ? dot(lightWeighting, crosslight * eyeDirection) : 1.0;\n                float spot = 1.0;\n                if (flatspot != 0.0) spot = dot(flatspot * reflectionDirection, eyeDirection) > 0.5 ? 1.4 : 1.0;\n\n                vec4 diffuseColor = vec4(diffuse * crossLevel * spot + diffuse * intensity, opacity);\n                ReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n                vec3 totalEmissiveRadiance = emissive;\n\n                #include <logdepthbuf_fragment>\n            \t#include <map_fragment>\n            \t#include <color_fragment>\n            \t#include <alphamap_fragment>\n            \t#include <alphatest_fragment>\n            \t#include <specularmap_fragment>\n            \t#include <normal_flip>\n            \t#include <normal_fragment>\n            \t#include <emissivemap_fragment>\n\n            \t// accumulation\n            \t#include <lights_phong_fragment>\n            \t#include <lights_template>\n\n            \t// modulation\n            \t#include <aomap_fragment>\n\n            \tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + reflectedLight.directSpecular + reflectedLight.indirectSpecular + totalEmissiveRadiance;\n\n            \t#include <envmap_fragment>\n\n            \tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\n            \t#include <premultiplied_alpha_fragment>\n            \t#include <tonemapping_fragment>\n            \t#include <encodings_fragment>\n            \t#include <fog_fragment>\n            }",
                                "cooked": "\n            #define PHONG\n\n            uniform vec3 diffuse;\n            uniform vec3 emissive;\n            uniform vec3 specular;\n            uniform float shininess;\n            uniform float opacity;\n\n            uniform float crosslight;\n            uniform float reflection;\n            uniform float contrast;\n            uniform float intensity;\n            uniform float flatspot;\n\n            #include <common>\n            #include <packing>\n            #include <color_pars_fragment>\n            #include <uv_pars_fragment>\n            #include <uv2_pars_fragment>\n            #include <map_pars_fragment>\n            #include <alphamap_pars_fragment>\n            #include <aomap_pars_fragment>\n            #include <lightmap_pars_fragment>\n            #include <emissivemap_pars_fragment>\n            #include <envmap_pars_fragment>\n            #include <fog_pars_fragment>\n            #include <bsdfs>\n            #include <lights_pars>\n            #include <lights_phong_pars_fragment>\n            #include <shadowmap_pars_fragment>\n            #include <bumpmap_pars_fragment>\n            #include <normalmap_pars_fragment>\n            #include <specularmap_pars_fragment>\n            #include <logdepthbuf_pars_fragment>\n            #include <clipping_planes_pars_fragment>\n\n            void main() {\n\n            \t#include <clipping_planes_fragment>\n\n                vec3 eyeDirection = normalize(vViewPosition.xyz);\n                vec3 reflectionDirection = reflect(eyeDirection, vNormal);\n                float specularLightWeighting = dot(reflectionDirection, eyeDirection);\n                float specularLightWeighting2 = dot(-reflectionDirection, eyeDirection);\n                float directionalLightWeighting = max(dot(vNormal, eyeDirection), 1.0-reflection);\n                vec3 lightWeighting = max(specularLightWeighting, directionalLightWeighting) + vec3(contrast) * specularLightWeighting;\n                float crossLevel = crosslight > 0.0 ? dot(lightWeighting, crosslight * eyeDirection) : 1.0;\n                float spot = 1.0;\n                if (flatspot != 0.0) spot = dot(flatspot * reflectionDirection, eyeDirection) > 0.5 ? 1.4 : 1.0;\n\n                vec4 diffuseColor = vec4(diffuse * crossLevel * spot + diffuse * intensity, opacity);\n                ReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n                vec3 totalEmissiveRadiance = emissive;\n\n                #include <logdepthbuf_fragment>\n            \t#include <map_fragment>\n            \t#include <color_fragment>\n            \t#include <alphamap_fragment>\n            \t#include <alphatest_fragment>\n            \t#include <specularmap_fragment>\n            \t#include <normal_flip>\n            \t#include <normal_fragment>\n            \t#include <emissivemap_fragment>\n\n            \t// accumulation\n            \t#include <lights_phong_fragment>\n            \t#include <lights_template>\n\n            \t// modulation\n            \t#include <aomap_fragment>\n\n            \tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + reflectedLight.directSpecular + reflectedLight.indirectSpecular + totalEmissiveRadiance;\n\n            \t#include <envmap_fragment>\n\n            \tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\n            \t#include <premultiplied_alpha_fragment>\n            \t#include <tonemapping_fragment>\n            \t#include <encodings_fragment>\n            \t#include <fog_fragment>\n            }"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4959,
                      "end": 4983,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 8
                        },
                        "end": {
                          "line": 122,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4959,
                        "end": 4982,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 8
                          },
                          "end": {
                            "line": 122,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4959,
                          "end": 4973,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 8
                            },
                            "end": {
                              "line": 122,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4959,
                            "end": 4963,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 8
                              },
                              "end": {
                                "line": 122,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4964,
                            "end": 4973,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 13
                              },
                              "end": {
                                "line": 122,
                                "column": 22
                              }
                            },
                            "name": "setValues"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4974,
                            "end": 4981,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 23
                              },
                              "end": {
                                "line": 122,
                                "column": 30
                              }
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4998,
              "end": 5816,
              "loc": {
                "start": {
                  "line": 125,
                  "column": 4
                },
                "end": {
                  "line": 144,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4998,
                "end": 5003,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 4
                  },
                  "end": {
                    "line": 125,
                    "column": 9
                  }
                },
                "name": "clone"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5003,
                "end": 5816,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 9
                  },
                  "end": {
                    "line": 144,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5006,
                  "end": 5816,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 12
                    },
                    "end": {
                      "line": 144,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5017,
                      "end": 5055,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 8
                        },
                        "end": {
                          "line": 126,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5021,
                          "end": 5055,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 12
                            },
                            "end": {
                              "line": 126,
                              "column": 46
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5021,
                            "end": 5029,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 12
                              },
                              "end": {
                                "line": 126,
                                "column": 20
                              }
                            },
                            "name": "material"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 5032,
                            "end": 5055,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 23
                              },
                              "end": {
                                "line": 126,
                                "column": 46
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 5036,
                              "end": 5053,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 27
                                },
                                "end": {
                                  "line": 126,
                                  "column": 44
                                }
                              },
                              "name": "MeshPhongMaterial"
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5065,
                      "end": 5087,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5065,
                        "end": 5086,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 8
                          },
                          "end": {
                            "line": 127,
                            "column": 29
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5065,
                          "end": 5076,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 5065,
                            "end": 5070,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 8
                              },
                              "end": {
                                "line": 127,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5071,
                            "end": 5076,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 14
                              },
                              "end": {
                                "line": 127,
                                "column": 19
                              }
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5077,
                            "end": 5085,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 20
                              },
                              "end": {
                                "line": 127,
                                "column": 28
                              }
                            },
                            "name": "material"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5097,
                      "end": 5131,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 8
                        },
                        "end": {
                          "line": 128,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5097,
                        "end": 5130,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 8
                          },
                          "end": {
                            "line": 128,
                            "column": 41
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5097,
                          "end": 5116,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 8
                            },
                            "end": {
                              "line": 128,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5097,
                            "end": 5111,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 8
                              },
                              "end": {
                                "line": 128,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5097,
                              "end": 5105,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 8
                                },
                                "end": {
                                  "line": 128,
                                  "column": 16
                                }
                              },
                              "name": "material"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5106,
                              "end": 5111,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 17
                                },
                                "end": {
                                  "line": 128,
                                  "column": 22
                                }
                              },
                              "name": "color"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5112,
                            "end": 5116,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 23
                              },
                              "end": {
                                "line": 128,
                                "column": 27
                              }
                            },
                            "name": "copy"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 5118,
                            "end": 5128,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 29
                              },
                              "end": {
                                "line": 128,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5118,
                              "end": 5122,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 29
                                },
                                "end": {
                                  "line": 128,
                                  "column": 33
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5123,
                              "end": 5128,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 34
                                },
                                "end": {
                                  "line": 128,
                                  "column": 39
                                }
                              },
                              "name": "color"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5138,
                      "end": 5184,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 5
                        },
                        "end": {
                          "line": 129,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5138,
                        "end": 5183,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 5
                          },
                          "end": {
                            "line": 129,
                            "column": 50
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5138,
                          "end": 5161,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 5
                            },
                            "end": {
                              "line": 129,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5138,
                            "end": 5146,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 5
                              },
                              "end": {
                                "line": 129,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5147,
                            "end": 5161,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 14
                              },
                              "end": {
                                "line": 129,
                                "column": 28
                              }
                            },
                            "name": "fragmentShader"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5164,
                          "end": 5183,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 31
                            },
                            "end": {
                              "line": 129,
                              "column": 50
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5164,
                            "end": 5168,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 31
                              },
                              "end": {
                                "line": 129,
                                "column": 35
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5169,
                            "end": 5183,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 36
                              },
                              "end": {
                                "line": 129,
                                "column": 50
                              }
                            },
                            "name": "fragmentShader"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5191,
                      "end": 5233,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 5
                        },
                        "end": {
                          "line": 130,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5191,
                        "end": 5232,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 5
                          },
                          "end": {
                            "line": 130,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5191,
                          "end": 5212,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 5
                            },
                            "end": {
                              "line": 130,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5191,
                            "end": 5199,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 5
                              },
                              "end": {
                                "line": 130,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5200,
                            "end": 5212,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 14
                              },
                              "end": {
                                "line": 130,
                                "column": 26
                              }
                            },
                            "name": "vertexShader"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5215,
                          "end": 5232,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 29
                            },
                            "end": {
                              "line": 130,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5215,
                            "end": 5219,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 29
                              },
                              "end": {
                                "line": 130,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5220,
                            "end": 5232,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 34
                              },
                              "end": {
                                "line": 130,
                                "column": 46
                              }
                            },
                            "name": "vertexShader"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5240,
                      "end": 5303,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 5
                        },
                        "end": {
                          "line": 131,
                          "column": 68
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5240,
                        "end": 5302,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 5
                          },
                          "end": {
                            "line": 131,
                            "column": 67
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5240,
                          "end": 5257,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 5
                            },
                            "end": {
                              "line": 131,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5240,
                            "end": 5248,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 5
                              },
                              "end": {
                                "line": 131,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5249,
                            "end": 5257,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 14
                              },
                              "end": {
                                "line": 131,
                                "column": 22
                              }
                            },
                            "name": "uniforms"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5260,
                          "end": 5302,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 25
                            },
                            "end": {
                              "line": 131,
                              "column": 67
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5260,
                            "end": 5285,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 25
                              },
                              "end": {
                                "line": 131,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5260,
                              "end": 5279,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 25
                                },
                                "end": {
                                  "line": 131,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5260,
                                "end": 5265,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 30
                                  }
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5266,
                                "end": 5279,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 44
                                  }
                                },
                                "name": "UniformsUtils"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5280,
                              "end": 5285,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 45
                                },
                                "end": {
                                  "line": 131,
                                  "column": 50
                                }
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 5287,
                              "end": 5300,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 52
                                },
                                "end": {
                                  "line": 131,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5287,
                                "end": 5291,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 56
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5292,
                                "end": 5300,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 65
                                  }
                                },
                                "name": "uniforms"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5310,
                      "end": 5348,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 5
                        },
                        "end": {
                          "line": 132,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5310,
                        "end": 5347,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 5
                          },
                          "end": {
                            "line": 132,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5310,
                          "end": 5329,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 5
                            },
                            "end": {
                              "line": 132,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5310,
                            "end": 5318,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 5
                              },
                              "end": {
                                "line": 132,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5319,
                            "end": 5329,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 14
                              },
                              "end": {
                                "line": 132,
                                "column": 24
                              }
                            },
                            "name": "attributes"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5332,
                          "end": 5347,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 27
                            },
                            "end": {
                              "line": 132,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5332,
                            "end": 5336,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 27
                              },
                              "end": {
                                "line": 132,
                                "column": 31
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5337,
                            "end": 5347,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 32
                              },
                              "end": {
                                "line": 132,
                                "column": 42
                              }
                            },
                            "name": "attributes"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5355,
                      "end": 5387,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 5
                        },
                        "end": {
                          "line": 133,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5355,
                        "end": 5386,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 5
                          },
                          "end": {
                            "line": 133,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5355,
                          "end": 5371,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 5
                            },
                            "end": {
                              "line": 133,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5355,
                            "end": 5363,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 5
                              },
                              "end": {
                                "line": 133,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5364,
                            "end": 5371,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 14
                              },
                              "end": {
                                "line": 133,
                                "column": 21
                              }
                            },
                            "name": "defines"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5374,
                          "end": 5386,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 24
                            },
                            "end": {
                              "line": 133,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5374,
                            "end": 5378,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 24
                              },
                              "end": {
                                "line": 133,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5379,
                            "end": 5386,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 29
                              },
                              "end": {
                                "line": 133,
                                "column": 36
                              }
                            },
                            "name": "defines"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5394,
                      "end": 5426,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 5
                        },
                        "end": {
                          "line": 134,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5394,
                        "end": 5425,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 5
                          },
                          "end": {
                            "line": 134,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5394,
                          "end": 5410,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 5
                            },
                            "end": {
                              "line": 134,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5394,
                            "end": 5402,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 5
                              },
                              "end": {
                                "line": 134,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5403,
                            "end": 5410,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 14
                              },
                              "end": {
                                "line": 134,
                                "column": 21
                              }
                            },
                            "name": "shading"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5413,
                          "end": 5425,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 24
                            },
                            "end": {
                              "line": 134,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5413,
                            "end": 5417,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 24
                              },
                              "end": {
                                "line": 134,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5418,
                            "end": 5425,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 29
                              },
                              "end": {
                                "line": 134,
                                "column": 36
                              }
                            },
                            "name": "shading"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5433,
                      "end": 5469,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 5
                        },
                        "end": {
                          "line": 135,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5433,
                        "end": 5468,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 5
                          },
                          "end": {
                            "line": 135,
                            "column": 40
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5433,
                          "end": 5451,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 5
                            },
                            "end": {
                              "line": 135,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5433,
                            "end": 5441,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 5
                              },
                              "end": {
                                "line": 135,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5442,
                            "end": 5451,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 14
                              },
                              "end": {
                                "line": 135,
                                "column": 23
                              }
                            },
                            "name": "wireframe"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5454,
                          "end": 5468,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 26
                            },
                            "end": {
                              "line": 135,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5454,
                            "end": 5458,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 26
                              },
                              "end": {
                                "line": 135,
                                "column": 30
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5459,
                            "end": 5468,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 31
                              },
                              "end": {
                                "line": 135,
                                "column": 40
                              }
                            },
                            "name": "wireframe"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5476,
                      "end": 5530,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 5
                        },
                        "end": {
                          "line": 136,
                          "column": 59
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5476,
                        "end": 5529,
                        "loc": {
                          "start": {
                            "line": 136,
                            "column": 5
                          },
                          "end": {
                            "line": 136,
                            "column": 58
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5476,
                          "end": 5503,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 5
                            },
                            "end": {
                              "line": 136,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5476,
                            "end": 5484,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 5
                              },
                              "end": {
                                "line": 136,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5485,
                            "end": 5503,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 14
                              },
                              "end": {
                                "line": 136,
                                "column": 32
                              }
                            },
                            "name": "wireframeLinewidth"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5506,
                          "end": 5529,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 35
                            },
                            "end": {
                              "line": 136,
                              "column": 58
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5506,
                            "end": 5510,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 35
                              },
                              "end": {
                                "line": 136,
                                "column": 39
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5511,
                            "end": 5529,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 40
                              },
                              "end": {
                                "line": 136,
                                "column": 58
                              }
                            },
                            "name": "wireframeLinewidth"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5537,
                      "end": 5561,
                      "loc": {
                        "start": {
                          "line": 137,
                          "column": 5
                        },
                        "end": {
                          "line": 137,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5537,
                        "end": 5560,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 5
                          },
                          "end": {
                            "line": 137,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5537,
                          "end": 5549,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 5
                            },
                            "end": {
                              "line": 137,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5537,
                            "end": 5545,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 5
                              },
                              "end": {
                                "line": 137,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5546,
                            "end": 5549,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 14
                              },
                              "end": {
                                "line": 137,
                                "column": 17
                              }
                            },
                            "name": "fog"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5552,
                          "end": 5560,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 20
                            },
                            "end": {
                              "line": 137,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5552,
                            "end": 5556,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 20
                              },
                              "end": {
                                "line": 137,
                                "column": 24
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5557,
                            "end": 5560,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 25
                              },
                              "end": {
                                "line": 137,
                                "column": 28
                              }
                            },
                            "name": "fog"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5568,
                      "end": 5598,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 5
                        },
                        "end": {
                          "line": 138,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5568,
                        "end": 5597,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 5
                          },
                          "end": {
                            "line": 138,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5568,
                          "end": 5583,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 5
                            },
                            "end": {
                              "line": 138,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5568,
                            "end": 5576,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 5
                              },
                              "end": {
                                "line": 138,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5577,
                            "end": 5583,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 14
                              },
                              "end": {
                                "line": 138,
                                "column": 20
                              }
                            },
                            "name": "lights"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5586,
                          "end": 5597,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 23
                            },
                            "end": {
                              "line": 138,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5586,
                            "end": 5590,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 23
                              },
                              "end": {
                                "line": 138,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5591,
                            "end": 5597,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 28
                              },
                              "end": {
                                "line": 138,
                                "column": 34
                              }
                            },
                            "name": "lights"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5605,
                      "end": 5647,
                      "loc": {
                        "start": {
                          "line": 139,
                          "column": 5
                        },
                        "end": {
                          "line": 139,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5605,
                        "end": 5646,
                        "loc": {
                          "start": {
                            "line": 139,
                            "column": 5
                          },
                          "end": {
                            "line": 139,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5605,
                          "end": 5626,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 5
                            },
                            "end": {
                              "line": 139,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5605,
                            "end": 5613,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 5
                              },
                              "end": {
                                "line": 139,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5614,
                            "end": 5626,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 14
                              },
                              "end": {
                                "line": 139,
                                "column": 26
                              }
                            },
                            "name": "vertexColors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5629,
                          "end": 5646,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 29
                            },
                            "end": {
                              "line": 139,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5629,
                            "end": 5633,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 29
                              },
                              "end": {
                                "line": 139,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5634,
                            "end": 5646,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 34
                              },
                              "end": {
                                "line": 139,
                                "column": 46
                              }
                            },
                            "name": "vertexColors"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5654,
                      "end": 5688,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 5
                        },
                        "end": {
                          "line": 140,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5654,
                        "end": 5687,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 5
                          },
                          "end": {
                            "line": 140,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5654,
                          "end": 5671,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 5
                            },
                            "end": {
                              "line": 140,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5654,
                            "end": 5662,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 5
                              },
                              "end": {
                                "line": 140,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5663,
                            "end": 5671,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 14
                              },
                              "end": {
                                "line": 140,
                                "column": 22
                              }
                            },
                            "name": "skinning"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5674,
                          "end": 5687,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 25
                            },
                            "end": {
                              "line": 140,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5674,
                            "end": 5678,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 25
                              },
                              "end": {
                                "line": 140,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5679,
                            "end": 5687,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 30
                              },
                              "end": {
                                "line": 140,
                                "column": 38
                              }
                            },
                            "name": "skinning"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5695,
                      "end": 5737,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 5
                        },
                        "end": {
                          "line": 141,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5695,
                        "end": 5736,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 5
                          },
                          "end": {
                            "line": 141,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5695,
                          "end": 5716,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 5
                            },
                            "end": {
                              "line": 141,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5695,
                            "end": 5703,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 5
                              },
                              "end": {
                                "line": 141,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5704,
                            "end": 5716,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 14
                              },
                              "end": {
                                "line": 141,
                                "column": 26
                              }
                            },
                            "name": "morphTargets"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5719,
                          "end": 5736,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 29
                            },
                            "end": {
                              "line": 141,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5719,
                            "end": 5723,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 29
                              },
                              "end": {
                                "line": 141,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5724,
                            "end": 5736,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 34
                              },
                              "end": {
                                "line": 141,
                                "column": 46
                              }
                            },
                            "name": "morphTargets"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5744,
                      "end": 5786,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 5
                        },
                        "end": {
                          "line": 142,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5744,
                        "end": 5785,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 5
                          },
                          "end": {
                            "line": 142,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5744,
                          "end": 5765,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 5
                            },
                            "end": {
                              "line": 142,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5744,
                            "end": 5752,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 5
                              },
                              "end": {
                                "line": 142,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5753,
                            "end": 5765,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 14
                              },
                              "end": {
                                "line": 142,
                                "column": 26
                              }
                            },
                            "name": "morphNormals"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5768,
                          "end": 5785,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 29
                            },
                            "end": {
                              "line": 142,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5768,
                            "end": 5772,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 29
                              },
                              "end": {
                                "line": 142,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5773,
                            "end": 5785,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 34
                              },
                              "end": {
                                "line": 142,
                                "column": 46
                              }
                            },
                            "name": "morphNormals"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 5793,
                      "end": 5809,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 5
                        },
                        "end": {
                          "line": 143,
                          "column": 21
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 5800,
                        "end": 5808,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 12
                          },
                          "end": {
                            "line": 143,
                            "column": 20
                          }
                        },
                        "name": "material"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}