返回

Mapbox 与 Babylon.js 可视化 将树放到场景里面

发布时间:2023-09-05 21:09:08 171


我决定不从Babylonjs 基础来讲了 直接整合mapbox与babylonjs可视化来讲

我整合一个类库 后续不断更新中

npm i @haibalai/mapbox-babylonjs

初始化mapbox-babylonjs 类库, map 是mapbox.gl 的map 对象

import { BabylonMapManager } from “@haibalai/mapbox-babylonjs”;
BabylonMapManager.init(map);

添加正方体

import { BabylonMapManager } from “@haibalai/mapbox-babylonjs”;
const largeGroundMat = new BABYLON.StandardMaterial(“largeGroundMat”);
largeGroundMat.diffuseTexture = new BABYLON.Texture(“https://img.hake.cc/net_images/mmkunrr5re3.png”);
largeGroundMat.backFaceCulling = false;
const largeGround = BABYLON.MeshBuilder.CreateGroundFromHeightMap(“largeGround”, “https://img.hake.cc/net_images/e0d3cqemcdl.png”, {width:1000, height:1000, subdivisions: 500, minHeight:0, maxHeight: 10});
BabylonMapManager.addToMap(largeGround,[113.87629508972168, 22.544824222364753,0]);
largeGround.material = largeGroundMat;
let map = MapManager.getMap(this.mapId);
let scene = BabylonMapManager.getScene(map);
Mapbox 与 Babylon.js 可视化 将树放到场景里面 - 小专栏


特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报
评论区(0)
按点赞数排序
用户头像
精选文章
thumb 中国研究员首次曝光美国国安局顶级后门—“方程式组织”
thumb 俄乌线上战争,网络攻击弥漫着数字硝烟
thumb 从网络安全角度了解俄罗斯入侵乌克兰的相关事件时间线