KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
threejs-map
★ 8
Open GitHub ↗
在Threejs中嵌入Openlayers地图
Download README (.md)
Explore Similar Repositories
Laravel-Best-Practice
:
Laravel Best Practice
omm
:
Template Open Multi-Methods in C++
Web-Design
:
Perancangan tampilan dalam pembuatan website yang menarik dan responsive
docsify-material-icons
:
Material Icons plugin for Docsify
weatherApp
:
Weather app is a project that demonstrates the use of API to fetch external data from other websites.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
threejs-map
?
Download (.md)
# threejs-map 在Threejs中嵌入Openlayers地图 ## 快速开始 ``` npm install npm run start ``` ## 说明 - 实现了在Threejs场景中添加Openlayers地图 - Openlayers地图元素作为Threejs的css3d对象置入scene - 在平移、缩放、旋转操作时,保持该css3d对象在屏幕坐标的位置和大小不变,同时根据该css3d对象在Threejs world坐标中的位置计算Openlayers中地图的显示区域 - 最终效果等同于在Threejs的world中添加了一个地图图层