/my_threejs_tools

自己写的一些threejs工具函数。

Primary LanguageJavaScriptMIT LicenseMIT

my_threejs_tools

###自己写的一些threejs工具函数。 pointInCountry.js: 根据给出的经纬度坐标判断点在哪个国家,数据是geojson;
Coordinate2LngLat.js: 将三维坐标转换为经纬度坐标;
LngLat2Coordinate.js: 将经纬度坐标转换为三维坐标;
drawCountryName.js: 在地球上绘制国家名称;
lngLat2Mercator.js: 经纬度坐标转换墨卡托投影;