Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcze/minecraft-panorama
Three.js 实现 Minecraft 主菜单背景中显示的缓慢转动的广角视图。
https://github.com/wcze/minecraft-panorama
background minecraft minecraft-panorama panorama three-js
Last synced: about 1 month ago
JSON representation
Three.js 实现 Minecraft 主菜单背景中显示的缓慢转动的广角视图。
- Host: GitHub
- URL: https://github.com/wcze/minecraft-panorama
- Owner: wcze
- Created: 2024-11-27T09:45:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-27T09:46:58.000Z (about 1 month ago)
- Last Synced: 2024-11-27T10:31:06.097Z (about 1 month ago)
- Topics: background, minecraft, minecraft-panorama, panorama, three-js
- Language: HTML
- Homepage: https://wcze.github.io/minecraft-panorama/index.html
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft-Panorama
`Three.js` 实现 Minecraft 主菜单背景中显示的缓慢转动的广角视图。
[点击查看效果](https://wcze.github.io/minecraft-panorama/index.html)
> **全景图(Panorama)**,官方称之为**立方体贴图(Cubemap)**,是一幅在主菜单背景中显示的缓慢转动的真实游戏世界(广角视图)。
------
### 更换图片:
- 替换 `/background` 目录下的**panorama图片**。
```javascript
const image_src = [
'./background/panorama_0.png',
'./background/panorama_1.png',
'./background/panorama_2.png',
'./background/panorama_3.png',
'./background/panorama_4.png',
'./background/panorama_5.png',
];
```- *图片加载顺序如图所示:*
![image](https://github.com/user-attachments/assets/7825b428-4069-4d74-9972-1be8b18f67eb)- 图片可在`.minecraft\resourcepacks\assets\minecraft\textures\gui\title\background`中获取。
- 或在[Panorama - Minecraft Wiki](https://minecraft.wiki/w/Panorama)中下载图片获取。