公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw-ui
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:基础场景搭建
ZhangXianQiang
2024-03-29
c755b7c6e1d9dda26ac6c41a1c49896ebedd077d
[zgyw-ui.git]
/
src
/
views
/
screen
/
components
/
screen-map-three
/
world
/
scene.js
1
2
3
4
5
6
7
8
9
import {Scene} from 'three';
function createScene() {
const scene = new Scene();
return scene;
}
export { createScene}