搜索结果
查询Tags标签: glTF,共有 4条记录-
three.js
import * as THREE from three; // 导入轨道控制器库 import { OrbitControls } from "three/examples/jsm/controls/OrbitControls";// 导入gltf模型载入库 import { GLTFLoader } from "three/examples/jsm/loaders/GLTFLoader"; // 导入解压模型的…
2022/8/14 6:23:10 人评论 次浏览 -
下一代的 3D Tiles 前瞻
下一代的 3D Tiles 前瞻 原文:Introducing 3D Tiles Next, Streaming Geospatial to the Metaverse 原文发布时间:2021年11月10日目录下一代的 3D Tiles 前瞻译者概述1. 综述2. 元数据的增强2.1. 元数据的类型系统2.2. 不同层级的元数据(像素级别样式化渲染)2.3. 语义…
2021/11/24 6:09:50 人评论 次浏览 -
下一代的 3D Tiles 前瞻
下一代的 3D Tiles 前瞻 原文:Introducing 3D Tiles Next, Streaming Geospatial to the Metaverse 原文发布时间:2021年11月10日目录下一代的 3D Tiles 前瞻译者概述1. 综述2. 元数据的增强2.1. 元数据的类型系统2.2. 不同层级的元数据(像素级别样式化渲染)2.3. 语义…
2021/11/24 6:09:50 人评论 次浏览 -
gltf与glb格式转换 gltf-pipeline、binary-gltf-utils
gltf与glb格式转换 1. [gltf-pipeline](https://github.com/seminar2012/gltf-pipeline)2. [binary-gltf-utils](https://github.com/seminar2012/binary-gltf-utils)3. [obj23dtiles](https://github.com/PrincessGod/objTo3d-tiles)4. gltf.json与.glb对比参考.gltf: G…
2021/4/23 18:58:22 人评论 次浏览