glTF-js-utils:使用JavaScript创建glTF 2.0模型的帮助程序库

时间:2024-05-18 21:03:47
【文件属性】:

文件名称:glTF-js-utils:使用JavaScript创建glTF 2.0模型的帮助程序库

文件大小:182KB

文件格式:ZIP

更新时间:2024-05-18 21:03:47

3d-models gltf2 JavaScript

gltf-js-utils 用于使用JavaScript创建glTF 2.0模型的帮助程序库。 用法 从头开始创建glTF 使用提供的类型创建GLTFAsset结构。 import { GLTFAsset , Scene , Node , Material , Texture , Mesh , Vertex , WrappingMode } from "gltf-js-utils" ; const asset = new GLTFAsset ( ) ; const scene = new Scene ( ) ; asset . addScene ( scene ) ; const node = new Node ( ) ; node . setTranslation ( x , y , z ) ; node . setRotationRadians ( x , y , z ) ;


【文件预览】:
glTF-js-utils-master
----package.json(1KB)
----test()
--------math.spec.ts(512B)
--------asset.spec.ts(1KB)
----LICENSE(1KB)
----dist()
--------gltfjsutils.js(80KB)
--------index.d.ts(102B)
--------gltfjsutils.d.ts(21KB)
----src()
--------node.ts(2KB)
--------skin.ts(236B)
--------gltf.ts(20KB)
--------texture.ts(590B)
--------mesh.ts(1KB)
--------vertex.ts(260B)
--------animation.ts(1KB)
--------gltftypes.ts(5KB)
--------buffer.ts(11KB)
--------imageutils.ts(2KB)
--------glb.ts(2KB)
--------asset.ts(974B)
--------math.ts(3KB)
--------types.ts(2KB)
--------scene.ts(674B)
--------material.ts(706B)
--------index.ts(6KB)
----.npmignore(117B)
----.eslintrc.js(491B)
----tsconfig.json(214B)
----examples()
--------anim.gltf(2KB)
----.gitignore(21B)
----webpack.config.js(524B)
----public()
--------package.json(590B)
--------index.html(652B)
--------demo.js(102KB)
--------tsconfig.json(213B)
--------webpack.config.js(544B)
--------yarn.lock(167KB)
--------demo.ts(20KB)
----README.md(4KB)
----yarn.lock(101KB)

网友评论