{
  "type": "Program",
  "start": 0,
  "end": 5676,
  "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": 28,
      "end": 5675,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 145,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 43,
        "end": 5675,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 145,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 49,
          "end": 66,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 38
            }
          },
          "name": "MeshPhongMaterial"
        },
        "superClass": {
          "type": "MemberExpression",
          "start": 75,
          "end": 98,
          "loc": {
            "start": {
              "line": 3,
              "column": 47
            },
            "end": {
              "line": 3,
              "column": 70
            }
          },
          "object": {
            "type": "Identifier",
            "start": 75,
            "end": 80,
            "loc": {
              "start": {
                "line": 3,
                "column": 47
              },
              "end": {
                "line": 3,
                "column": 52
              }
            },
            "name": "THREE"
          },
          "property": {
            "type": "Identifier",
            "start": 81,
            "end": 98,
            "loc": {
              "start": {
                "line": 3,
                "column": 53
              },
              "end": {
                "line": 3,
                "column": 70
              }
            },
            "name": "MeshPhongMaterial"
          },
          "computed": false
        },
        "body": {
          "type": "ClassBody",
          "start": 99,
          "end": 5675,
          "loc": {
            "start": {
              "line": 3,
              "column": 71
            },
            "end": {
              "line": 145,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 105,
              "end": 4868,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 123,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 105,
                "end": 116,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4
                  },
                  "end": {
                    "line": 4,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 116,
                "end": 4868,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 123,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 117,
                    "end": 124,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 16
                      },
                      "end": {
                        "line": 4,
                        "column": 23
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 126,
                  "end": 4868,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 25
                    },
                    "end": {
                      "line": 123,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 136,
                      "end": 144,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8
                        },
                        "end": {
                          "line": 5,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 136,
                        "end": 143,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8
                          },
                          "end": {
                            "line": 5,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 136,
                          "end": 141,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 8
                            },
                            "end": {
                              "line": 5,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 154,
                      "end": 191,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 154,
                        "end": 190,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 154,
                          "end": 163,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 154,
                            "end": 158,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 159,
                            "end": 163,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 17
                              }
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 166,
                          "end": 190,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 20
                            },
                            "end": {
                              "line": 7,
                              "column": 44
                            }
                          },
                          "value": "AWV3.MeshPhongMaterial",
                          "rawValue": "AWV3.MeshPhongMaterial",
                          "raw": "'AWV3.MeshPhongMaterial'"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 200,
                      "end": 217,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 200,
                        "end": 216,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 200,
                          "end": 208,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 200,
                            "end": 204,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 205,
                            "end": 208,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 16
                              }
                            },
                            "name": "fog"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 211,
                          "end": 216,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 19
                            },
                            "end": {
                              "line": 8,
                              "column": 24
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 226,
                      "end": 250,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 226,
                        "end": 249,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 226,
                          "end": 242,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 226,
                            "end": 230,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 231,
                            "end": 242,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 24
                              }
                            },
                            "name": "transparent"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 245,
                          "end": 249,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 27
                            },
                            "end": {
                              "line": 9,
                              "column": 31
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 259,
                      "end": 285,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 259,
                        "end": 284,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 259,
                          "end": 277,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 259,
                            "end": 263,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 264,
                            "end": 277,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 26
                              }
                            },
                            "name": "polygonOffset"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 280,
                          "end": 284,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 29
                            },
                            "end": {
                              "line": 10,
                              "column": 33
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 294,
                      "end": 323,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 294,
                        "end": 322,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 294,
                          "end": 318,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 294,
                            "end": 298,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 299,
                            "end": 318,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 32
                              }
                            },
                            "name": "polygonOffsetFactor"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 321,
                          "end": 322,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 35
                            },
                            "end": {
                              "line": 11,
                              "column": 36
                            }
                          },
                          "value": 1,
                          "rawValue": 1,
                          "raw": "1"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 332,
                      "end": 360,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 332,
                        "end": 359,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 332,
                          "end": 355,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 332,
                            "end": 336,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 337,
                            "end": 355,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 31
                              }
                            },
                            "name": "polygonOffsetUnits"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 358,
                          "end": 359,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 34
                            },
                            "end": {
                              "line": 12,
                              "column": 35
                            }
                          },
                          "value": 1,
                          "rawValue": 1,
                          "raw": "1"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 370,
                      "end": 1233,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 370,
                        "end": 1232,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 10
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 370,
                          "end": 383,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 370,
                            "end": 374,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 375,
                            "end": 383,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 21
                              }
                            },
                            "name": "uniforms"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 386,
                          "end": 1232,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 24
                            },
                            "end": {
                              "line": 35,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 386,
                            "end": 411,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 24
                              },
                              "end": {
                                "line": 14,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 386,
                              "end": 405,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 24
                                },
                                "end": {
                                  "line": 14,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 386,
                                "end": 391,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 29
                                  }
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 392,
                                "end": 405,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 43
                                  }
                                },
                                "name": "UniformsUtils"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 406,
                              "end": 411,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 44
                                },
                                "end": {
                                  "line": 14,
                                  "column": 49
                                }
                              },
                              "name": "merge"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrayExpression",
                              "start": 413,
                              "end": 1231,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 51
                                },
                                "end": {
                                  "line": 35,
                                  "column": 9
                                }
                              },
                              "elements": [
                                {
                                  "type": "MemberExpression",
                                  "start": 427,
                                  "end": 456,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 427,
                                    "end": 444,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 427,
                                      "end": 432,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 17
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 433,
                                      "end": 444,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 29
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 446,
                                    "end": 454,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 39
                                      }
                                    },
                                    "value": "common",
                                    "rawValue": "common",
                                    "raw": "'common'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 461,
                                  "end": 489,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 461,
                                    "end": 478,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 461,
                                      "end": 466,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 467,
                                      "end": 478,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 480,
                                    "end": 487,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 29
                                      }
                                    },
                                    "value": "aomap",
                                    "rawValue": "aomap",
                                    "raw": "'aomap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 494,
                                  "end": 525,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 494,
                                    "end": 511,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 494,
                                      "end": 499,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 500,
                                      "end": 511,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 513,
                                    "end": 523,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 32
                                      }
                                    },
                                    "value": "lightmap",
                                    "rawValue": "lightmap",
                                    "raw": "'lightmap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 530,
                                  "end": 564,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 530,
                                    "end": 547,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 530,
                                      "end": 535,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 536,
                                      "end": 547,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 549,
                                    "end": 562,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 35
                                      }
                                    },
                                    "value": "emissivemap",
                                    "rawValue": "emissivemap",
                                    "raw": "'emissivemap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 569,
                                  "end": 599,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 569,
                                    "end": 586,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 569,
                                      "end": 574,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 575,
                                      "end": 586,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 588,
                                    "end": 597,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 31
                                      }
                                    },
                                    "value": "bumpmap",
                                    "rawValue": "bumpmap",
                                    "raw": "'bumpmap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 604,
                                  "end": 636,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 604,
                                    "end": 621,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 604,
                                      "end": 609,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 610,
                                      "end": 621,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 623,
                                    "end": 634,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 33
                                      }
                                    },
                                    "value": "normalmap",
                                    "rawValue": "normalmap",
                                    "raw": "'normalmap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 641,
                                  "end": 679,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 641,
                                    "end": 658,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 641,
                                      "end": 646,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 647,
                                      "end": 658,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 660,
                                    "end": 677,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 39
                                      }
                                    },
                                    "value": "displacementmap",
                                    "rawValue": "displacementmap",
                                    "raw": "'displacementmap'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 684,
                                  "end": 710,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 684,
                                    "end": 701,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 684,
                                      "end": 689,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 690,
                                      "end": 701,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 703,
                                    "end": 708,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 27
                                      }
                                    },
                                    "value": "fog",
                                    "rawValue": "fog",
                                    "raw": "'fog'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 715,
                                  "end": 744,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 715,
                                    "end": 732,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 715,
                                      "end": 720,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 8
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 721,
                                      "end": 732,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 20
                                        }
                                      },
                                      "name": "UniformsLib"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 734,
                                    "end": 742,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 30
                                      }
                                    },
                                    "value": "lights",
                                    "rawValue": "lights",
                                    "raw": "'lights'"
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 749,
                                  "end": 1221,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 4
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 755,
                                      "end": 817,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 66
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 755,
                                        "end": 765,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 14
                                          }
                                        },
                                        "value": "emissive",
                                        "rawValue": "emissive",
                                        "raw": "\"emissive\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 768,
                                        "end": 817,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 66
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 770,
                                            "end": 779,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 28
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 770,
                                              "end": 774,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 23
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 776,
                                              "end": 779,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 28
                                                }
                                              },
                                              "value": "c",
                                              "rawValue": "c",
                                              "raw": "\"c\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 781,
                                            "end": 815,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 64
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 781,
                                              "end": 786,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 35
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "NewExpression",
                                              "start": 788,
                                              "end": 815,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 64
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 792,
                                                "end": 803,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 792,
                                                  "end": 797,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 46
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 798,
                                                  "end": 803,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "Color"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 805,
                                                  "end": 813,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 62
                                                    }
                                                  },
                                                  "value": 0,
                                                  "rawValue": 0,
                                                  "raw": "0x000000"
                                                }
                                              ]
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 823,
                                      "end": 885,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 66
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 823,
                                        "end": 833,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 14
                                          }
                                        },
                                        "value": "specular",
                                        "rawValue": "specular",
                                        "raw": "\"specular\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 836,
                                        "end": 885,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 66
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 838,
                                            "end": 847,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 28
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 838,
                                              "end": 842,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 23
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 844,
                                              "end": 847,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 28
                                                }
                                              },
                                              "value": "c",
                                              "rawValue": "c",
                                              "raw": "\"c\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 849,
                                            "end": 883,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 64
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 849,
                                              "end": 854,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 35
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "NewExpression",
                                              "start": 856,
                                              "end": 883,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 64
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 860,
                                                "end": 871,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 860,
                                                  "end": 865,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 46
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 866,
                                                  "end": 871,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "Color"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 873,
                                                  "end": 881,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 62
                                                    }
                                                  },
                                                  "value": 1118481,
                                                  "rawValue": 1118481,
                                                  "raw": "0x111111"
                                                }
                                              ]
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 891,
                                      "end": 929,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 42
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 891,
                                        "end": 902,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 15
                                          }
                                        },
                                        "value": "shininess",
                                        "rawValue": "shininess",
                                        "raw": "\"shininess\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 904,
                                        "end": 929,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 42
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 906,
                                            "end": 916,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 29
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 906,
                                              "end": 910,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 23
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 912,
                                              "end": 916,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 29
                                                }
                                              },
                                              "value": "1f",
                                              "rawValue": "1f",
                                              "raw": "\"1f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 918,
                                            "end": 927,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 40
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 918,
                                              "end": 923,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 36
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 925,
                                              "end": 927,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 40
                                                }
                                              },
                                              "value": 30,
                                              "rawValue": 30,
                                              "raw": "30"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 948,
                                      "end": 987,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 55
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 948,
                                        "end": 960,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 28
                                          }
                                        },
                                        "value": "reflection",
                                        "rawValue": "reflection",
                                        "raw": "\"reflection\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 962,
                                        "end": 987,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 55
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 964,
                                            "end": 973,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 41
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 964,
                                              "end": 968,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 36
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 970,
                                              "end": 973,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 41
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 975,
                                            "end": 985,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 53
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 975,
                                              "end": 980,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 48
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 982,
                                              "end": 985,
                                              "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": 1005,
                                      "end": 1043,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 54
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 1005,
                                        "end": 1015,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 26
                                          }
                                        },
                                        "value": "contrast",
                                        "rawValue": "contrast",
                                        "raw": "\"contrast\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1018,
                                        "end": 1043,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 54
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1020,
                                            "end": 1029,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 40
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1020,
                                              "end": 1024,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 35
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1026,
                                              "end": 1029,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 40
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1031,
                                            "end": 1041,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 52
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1031,
                                              "end": 1036,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 47
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1038,
                                              "end": 1041,
                                              "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": 1061,
                                      "end": 1101,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 56
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 1061,
                                        "end": 1073,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 28
                                          }
                                        },
                                        "value": "crosslight",
                                        "rawValue": "crosslight",
                                        "raw": "\"crosslight\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1076,
                                        "end": 1101,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 56
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1078,
                                            "end": 1087,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 42
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1078,
                                              "end": 1082,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 37
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1084,
                                              "end": 1087,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 42
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1089,
                                            "end": 1099,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 54
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1089,
                                              "end": 1094,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 49
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1096,
                                              "end": 1099,
                                              "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": 1119,
                                      "end": 1159,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 56
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 1119,
                                        "end": 1130,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 27
                                          }
                                        },
                                        "value": "intensity",
                                        "rawValue": "intensity",
                                        "raw": "\"intensity\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1134,
                                        "end": 1159,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 56
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1136,
                                            "end": 1145,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 42
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1136,
                                              "end": 1140,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 37
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1142,
                                              "end": 1145,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 42
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1147,
                                            "end": 1157,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 54
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1147,
                                              "end": 1152,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 49
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1154,
                                              "end": 1157,
                                              "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": 1177,
                                      "end": 1216,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 55
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 1177,
                                        "end": 1187,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 26
                                          }
                                        },
                                        "value": "flatspot",
                                        "rawValue": "flatspot",
                                        "raw": "\"flatspot\""
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1191,
                                        "end": 1216,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 55
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1193,
                                            "end": 1202,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 41
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1193,
                                              "end": 1197,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 36
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1199,
                                              "end": 1202,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 41
                                                }
                                              },
                                              "value": "f",
                                              "rawValue": "f",
                                              "raw": "\"f\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1204,
                                            "end": 1214,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 53
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1204,
                                              "end": 1209,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 48
                                                }
                                              },
                                              "name": "value"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 1211,
                                              "end": 1214,
                                              "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": 1243,
                      "end": 1301,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 66
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1243,
                        "end": 1300,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 65
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1243,
                          "end": 1260,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1243,
                            "end": 1247,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1248,
                            "end": 1260,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 13
                              },
                              "end": {
                                "line": 37,
                                "column": 25
                              }
                            },
                            "name": "vertexShader"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1263,
                          "end": 1300,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 28
                            },
                            "end": {
                              "line": 37,
                              "column": 65
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1263,
                            "end": 1280,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 28
                              },
                              "end": {
                                "line": 37,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1263,
                              "end": 1268,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 28
                                },
                                "end": {
                                  "line": 37,
                                  "column": 33
                                }
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1269,
                              "end": 1280,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 34
                                },
                                "end": {
                                  "line": 37,
                                  "column": 45
                                }
                              },
                              "name": "ShaderChunk"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Literal",
                            "start": 1282,
                            "end": 1298,
                            "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": 1304,
                      "end": 4828,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 2
                        },
                        "end": {
                          "line": 120,
                          "column": 15
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1304,
                        "end": 4827,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 2
                          },
                          "end": {
                            "line": 120,
                            "column": 14
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1304,
                          "end": 1323,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 2
                            },
                            "end": {
                              "line": 38,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1304,
                            "end": 1308,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 2
                              },
                              "end": {
                                "line": 38,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1309,
                            "end": 1323,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 7
                              },
                              "end": {
                                "line": 38,
                                "column": 21
                              }
                            },
                            "name": "fragmentShader"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 1326,
                          "end": 4827,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 24
                            },
                            "end": {
                              "line": 120,
                              "column": 14
                            }
                          },
                          "expressions": [],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 1327,
                              "end": 4826,
                              "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": 4838,
                      "end": 4862,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 8
                        },
                        "end": {
                          "line": 122,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4838,
                        "end": 4861,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 8
                          },
                          "end": {
                            "line": 122,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4838,
                          "end": 4852,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 8
                            },
                            "end": {
                              "line": 122,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4838,
                            "end": 4842,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 8
                              },
                              "end": {
                                "line": 122,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4843,
                            "end": 4852,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 13
                              },
                              "end": {
                                "line": 122,
                                "column": 22
                              }
                            },
                            "name": "setValues"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4853,
                            "end": 4860,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 23
                              },
                              "end": {
                                "line": 122,
                                "column": 30
                              }
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4874,
              "end": 5673,
              "loc": {
                "start": {
                  "line": 125,
                  "column": 4
                },
                "end": {
                  "line": 144,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4874,
                "end": 4879,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 4
                  },
                  "end": {
                    "line": 125,
                    "column": 9
                  }
                },
                "name": "clone"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4879,
                "end": 5673,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 9
                  },
                  "end": {
                    "line": 144,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4882,
                  "end": 5673,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 12
                    },
                    "end": {
                      "line": 144,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 4892,
                      "end": 4930,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 8
                        },
                        "end": {
                          "line": 126,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4896,
                          "end": 4930,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 12
                            },
                            "end": {
                              "line": 126,
                              "column": 46
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4896,
                            "end": 4904,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 12
                              },
                              "end": {
                                "line": 126,
                                "column": 20
                              }
                            },
                            "name": "material"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 4907,
                            "end": 4930,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 23
                              },
                              "end": {
                                "line": 126,
                                "column": 46
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 4911,
                              "end": 4928,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 27
                                },
                                "end": {
                                  "line": 126,
                                  "column": 44
                                }
                              },
                              "name": "MeshPhongMaterial"
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4939,
                      "end": 4961,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4939,
                        "end": 4960,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 8
                          },
                          "end": {
                            "line": 127,
                            "column": 29
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4939,
                          "end": 4950,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 4939,
                            "end": 4944,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 8
                              },
                              "end": {
                                "line": 127,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4945,
                            "end": 4950,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 14
                              },
                              "end": {
                                "line": 127,
                                "column": 19
                              }
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4951,
                            "end": 4959,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 20
                              },
                              "end": {
                                "line": 127,
                                "column": 28
                              }
                            },
                            "name": "material"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4970,
                      "end": 5004,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 8
                        },
                        "end": {
                          "line": 128,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4970,
                        "end": 5003,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 8
                          },
                          "end": {
                            "line": 128,
                            "column": 41
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4970,
                          "end": 4989,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 8
                            },
                            "end": {
                              "line": 128,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4970,
                            "end": 4984,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 8
                              },
                              "end": {
                                "line": 128,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4970,
                              "end": 4978,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 8
                                },
                                "end": {
                                  "line": 128,
                                  "column": 16
                                }
                              },
                              "name": "material"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4979,
                              "end": 4984,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 17
                                },
                                "end": {
                                  "line": 128,
                                  "column": 22
                                }
                              },
                              "name": "color"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4985,
                            "end": 4989,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 23
                              },
                              "end": {
                                "line": 128,
                                "column": 27
                              }
                            },
                            "name": "copy"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 4991,
                            "end": 5001,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 29
                              },
                              "end": {
                                "line": 128,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4991,
                              "end": 4995,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 29
                                },
                                "end": {
                                  "line": 128,
                                  "column": 33
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4996,
                              "end": 5001,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 34
                                },
                                "end": {
                                  "line": 128,
                                  "column": 39
                                }
                              },
                              "name": "color"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5010,
                      "end": 5056,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 5
                        },
                        "end": {
                          "line": 129,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5010,
                        "end": 5055,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 5
                          },
                          "end": {
                            "line": 129,
                            "column": 50
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5010,
                          "end": 5033,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 5
                            },
                            "end": {
                              "line": 129,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5010,
                            "end": 5018,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 5
                              },
                              "end": {
                                "line": 129,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5019,
                            "end": 5033,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 14
                              },
                              "end": {
                                "line": 129,
                                "column": 28
                              }
                            },
                            "name": "fragmentShader"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5036,
                          "end": 5055,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 31
                            },
                            "end": {
                              "line": 129,
                              "column": 50
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5036,
                            "end": 5040,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 31
                              },
                              "end": {
                                "line": 129,
                                "column": 35
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5041,
                            "end": 5055,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 36
                              },
                              "end": {
                                "line": 129,
                                "column": 50
                              }
                            },
                            "name": "fragmentShader"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5062,
                      "end": 5104,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 5
                        },
                        "end": {
                          "line": 130,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5062,
                        "end": 5103,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 5
                          },
                          "end": {
                            "line": 130,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5062,
                          "end": 5083,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 5
                            },
                            "end": {
                              "line": 130,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5062,
                            "end": 5070,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 5
                              },
                              "end": {
                                "line": 130,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5071,
                            "end": 5083,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 14
                              },
                              "end": {
                                "line": 130,
                                "column": 26
                              }
                            },
                            "name": "vertexShader"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5086,
                          "end": 5103,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 29
                            },
                            "end": {
                              "line": 130,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5086,
                            "end": 5090,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 29
                              },
                              "end": {
                                "line": 130,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5091,
                            "end": 5103,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 34
                              },
                              "end": {
                                "line": 130,
                                "column": 46
                              }
                            },
                            "name": "vertexShader"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5110,
                      "end": 5173,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 5
                        },
                        "end": {
                          "line": 131,
                          "column": 68
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5110,
                        "end": 5172,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 5
                          },
                          "end": {
                            "line": 131,
                            "column": 67
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5110,
                          "end": 5127,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 5
                            },
                            "end": {
                              "line": 131,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5110,
                            "end": 5118,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 5
                              },
                              "end": {
                                "line": 131,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5119,
                            "end": 5127,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 14
                              },
                              "end": {
                                "line": 131,
                                "column": 22
                              }
                            },
                            "name": "uniforms"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5130,
                          "end": 5172,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 25
                            },
                            "end": {
                              "line": 131,
                              "column": 67
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5130,
                            "end": 5155,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 25
                              },
                              "end": {
                                "line": 131,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5130,
                              "end": 5149,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 25
                                },
                                "end": {
                                  "line": 131,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5130,
                                "end": 5135,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 30
                                  }
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5136,
                                "end": 5149,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 44
                                  }
                                },
                                "name": "UniformsUtils"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5150,
                              "end": 5155,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 45
                                },
                                "end": {
                                  "line": 131,
                                  "column": 50
                                }
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 5157,
                              "end": 5170,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 52
                                },
                                "end": {
                                  "line": 131,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5157,
                                "end": 5161,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 56
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5162,
                                "end": 5170,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 65
                                  }
                                },
                                "name": "uniforms"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5179,
                      "end": 5217,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 5
                        },
                        "end": {
                          "line": 132,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5179,
                        "end": 5216,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 5
                          },
                          "end": {
                            "line": 132,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5179,
                          "end": 5198,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 5
                            },
                            "end": {
                              "line": 132,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5179,
                            "end": 5187,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 5
                              },
                              "end": {
                                "line": 132,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5188,
                            "end": 5198,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 14
                              },
                              "end": {
                                "line": 132,
                                "column": 24
                              }
                            },
                            "name": "attributes"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5201,
                          "end": 5216,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 27
                            },
                            "end": {
                              "line": 132,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5201,
                            "end": 5205,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 27
                              },
                              "end": {
                                "line": 132,
                                "column": 31
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5206,
                            "end": 5216,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 32
                              },
                              "end": {
                                "line": 132,
                                "column": 42
                              }
                            },
                            "name": "attributes"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5223,
                      "end": 5255,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 5
                        },
                        "end": {
                          "line": 133,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5223,
                        "end": 5254,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 5
                          },
                          "end": {
                            "line": 133,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5223,
                          "end": 5239,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 5
                            },
                            "end": {
                              "line": 133,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5223,
                            "end": 5231,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 5
                              },
                              "end": {
                                "line": 133,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5232,
                            "end": 5239,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 14
                              },
                              "end": {
                                "line": 133,
                                "column": 21
                              }
                            },
                            "name": "defines"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5242,
                          "end": 5254,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 24
                            },
                            "end": {
                              "line": 133,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5242,
                            "end": 5246,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 24
                              },
                              "end": {
                                "line": 133,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5247,
                            "end": 5254,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 29
                              },
                              "end": {
                                "line": 133,
                                "column": 36
                              }
                            },
                            "name": "defines"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5261,
                      "end": 5293,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 5
                        },
                        "end": {
                          "line": 134,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5261,
                        "end": 5292,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 5
                          },
                          "end": {
                            "line": 134,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5261,
                          "end": 5277,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 5
                            },
                            "end": {
                              "line": 134,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5261,
                            "end": 5269,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 5
                              },
                              "end": {
                                "line": 134,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5270,
                            "end": 5277,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 14
                              },
                              "end": {
                                "line": 134,
                                "column": 21
                              }
                            },
                            "name": "shading"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5280,
                          "end": 5292,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 24
                            },
                            "end": {
                              "line": 134,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5280,
                            "end": 5284,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 24
                              },
                              "end": {
                                "line": 134,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5285,
                            "end": 5292,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 29
                              },
                              "end": {
                                "line": 134,
                                "column": 36
                              }
                            },
                            "name": "shading"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5299,
                      "end": 5335,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 5
                        },
                        "end": {
                          "line": 135,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5299,
                        "end": 5334,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 5
                          },
                          "end": {
                            "line": 135,
                            "column": 40
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5299,
                          "end": 5317,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 5
                            },
                            "end": {
                              "line": 135,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5299,
                            "end": 5307,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 5
                              },
                              "end": {
                                "line": 135,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5308,
                            "end": 5317,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 14
                              },
                              "end": {
                                "line": 135,
                                "column": 23
                              }
                            },
                            "name": "wireframe"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5320,
                          "end": 5334,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 26
                            },
                            "end": {
                              "line": 135,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5320,
                            "end": 5324,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 26
                              },
                              "end": {
                                "line": 135,
                                "column": 30
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5325,
                            "end": 5334,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 31
                              },
                              "end": {
                                "line": 135,
                                "column": 40
                              }
                            },
                            "name": "wireframe"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5341,
                      "end": 5395,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 5
                        },
                        "end": {
                          "line": 136,
                          "column": 59
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5341,
                        "end": 5394,
                        "loc": {
                          "start": {
                            "line": 136,
                            "column": 5
                          },
                          "end": {
                            "line": 136,
                            "column": 58
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5341,
                          "end": 5368,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 5
                            },
                            "end": {
                              "line": 136,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5341,
                            "end": 5349,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 5
                              },
                              "end": {
                                "line": 136,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5350,
                            "end": 5368,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 14
                              },
                              "end": {
                                "line": 136,
                                "column": 32
                              }
                            },
                            "name": "wireframeLinewidth"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5371,
                          "end": 5394,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 35
                            },
                            "end": {
                              "line": 136,
                              "column": 58
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5371,
                            "end": 5375,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 35
                              },
                              "end": {
                                "line": 136,
                                "column": 39
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5376,
                            "end": 5394,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 40
                              },
                              "end": {
                                "line": 136,
                                "column": 58
                              }
                            },
                            "name": "wireframeLinewidth"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5401,
                      "end": 5425,
                      "loc": {
                        "start": {
                          "line": 137,
                          "column": 5
                        },
                        "end": {
                          "line": 137,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5401,
                        "end": 5424,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 5
                          },
                          "end": {
                            "line": 137,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5401,
                          "end": 5413,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 5
                            },
                            "end": {
                              "line": 137,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5401,
                            "end": 5409,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 5
                              },
                              "end": {
                                "line": 137,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5410,
                            "end": 5413,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 14
                              },
                              "end": {
                                "line": 137,
                                "column": 17
                              }
                            },
                            "name": "fog"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5416,
                          "end": 5424,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 20
                            },
                            "end": {
                              "line": 137,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5416,
                            "end": 5420,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 20
                              },
                              "end": {
                                "line": 137,
                                "column": 24
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5421,
                            "end": 5424,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 25
                              },
                              "end": {
                                "line": 137,
                                "column": 28
                              }
                            },
                            "name": "fog"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5431,
                      "end": 5461,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 5
                        },
                        "end": {
                          "line": 138,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5431,
                        "end": 5460,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 5
                          },
                          "end": {
                            "line": 138,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5431,
                          "end": 5446,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 5
                            },
                            "end": {
                              "line": 138,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5431,
                            "end": 5439,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 5
                              },
                              "end": {
                                "line": 138,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5440,
                            "end": 5446,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 14
                              },
                              "end": {
                                "line": 138,
                                "column": 20
                              }
                            },
                            "name": "lights"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5449,
                          "end": 5460,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 23
                            },
                            "end": {
                              "line": 138,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5449,
                            "end": 5453,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 23
                              },
                              "end": {
                                "line": 138,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5454,
                            "end": 5460,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 28
                              },
                              "end": {
                                "line": 138,
                                "column": 34
                              }
                            },
                            "name": "lights"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5467,
                      "end": 5509,
                      "loc": {
                        "start": {
                          "line": 139,
                          "column": 5
                        },
                        "end": {
                          "line": 139,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5467,
                        "end": 5508,
                        "loc": {
                          "start": {
                            "line": 139,
                            "column": 5
                          },
                          "end": {
                            "line": 139,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5467,
                          "end": 5488,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 5
                            },
                            "end": {
                              "line": 139,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5467,
                            "end": 5475,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 5
                              },
                              "end": {
                                "line": 139,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5476,
                            "end": 5488,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 14
                              },
                              "end": {
                                "line": 139,
                                "column": 26
                              }
                            },
                            "name": "vertexColors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5491,
                          "end": 5508,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 29
                            },
                            "end": {
                              "line": 139,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5491,
                            "end": 5495,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 29
                              },
                              "end": {
                                "line": 139,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5496,
                            "end": 5508,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 34
                              },
                              "end": {
                                "line": 139,
                                "column": 46
                              }
                            },
                            "name": "vertexColors"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5515,
                      "end": 5549,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 5
                        },
                        "end": {
                          "line": 140,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5515,
                        "end": 5548,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 5
                          },
                          "end": {
                            "line": 140,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5515,
                          "end": 5532,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 5
                            },
                            "end": {
                              "line": 140,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5515,
                            "end": 5523,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 5
                              },
                              "end": {
                                "line": 140,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5524,
                            "end": 5532,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 14
                              },
                              "end": {
                                "line": 140,
                                "column": 22
                              }
                            },
                            "name": "skinning"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5535,
                          "end": 5548,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 25
                            },
                            "end": {
                              "line": 140,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5535,
                            "end": 5539,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 25
                              },
                              "end": {
                                "line": 140,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5540,
                            "end": 5548,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 30
                              },
                              "end": {
                                "line": 140,
                                "column": 38
                              }
                            },
                            "name": "skinning"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5555,
                      "end": 5597,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 5
                        },
                        "end": {
                          "line": 141,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5555,
                        "end": 5596,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 5
                          },
                          "end": {
                            "line": 141,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5555,
                          "end": 5576,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 5
                            },
                            "end": {
                              "line": 141,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5555,
                            "end": 5563,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 5
                              },
                              "end": {
                                "line": 141,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5564,
                            "end": 5576,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 14
                              },
                              "end": {
                                "line": 141,
                                "column": 26
                              }
                            },
                            "name": "morphTargets"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5579,
                          "end": 5596,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 29
                            },
                            "end": {
                              "line": 141,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5579,
                            "end": 5583,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 29
                              },
                              "end": {
                                "line": 141,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5584,
                            "end": 5596,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 34
                              },
                              "end": {
                                "line": 141,
                                "column": 46
                              }
                            },
                            "name": "morphTargets"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5603,
                      "end": 5645,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 5
                        },
                        "end": {
                          "line": 142,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5603,
                        "end": 5644,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 5
                          },
                          "end": {
                            "line": 142,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5603,
                          "end": 5624,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 5
                            },
                            "end": {
                              "line": 142,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5603,
                            "end": 5611,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 5
                              },
                              "end": {
                                "line": 142,
                                "column": 13
                              }
                            },
                            "name": "material"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5612,
                            "end": 5624,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 14
                              },
                              "end": {
                                "line": 142,
                                "column": 26
                              }
                            },
                            "name": "morphNormals"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5627,
                          "end": 5644,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 29
                            },
                            "end": {
                              "line": 142,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5627,
                            "end": 5631,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 29
                              },
                              "end": {
                                "line": 142,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5632,
                            "end": 5644,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 34
                              },
                              "end": {
                                "line": 142,
                                "column": 46
                              }
                            },
                            "name": "morphNormals"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 5651,
                      "end": 5667,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 5
                        },
                        "end": {
                          "line": 143,
                          "column": 21
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 5658,
                        "end": 5666,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 12
                          },
                          "end": {
                            "line": 143,
                            "column": 20
                          }
                        },
                        "name": "material"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}