xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

合集-WebGPU

摘要:Chrome Extension: TypedArray to Matrix table All In One glMatrix TypedArray ArrayBuffer Flaot32Array(16) console.table() Object.keys Unit Matrix / 单位矩阵 阅读全文
posted @ 2025-12-24 14:25 xgqfrms 阅读(24) 评论(2) 推荐(0)
摘要:Three.js All In One Three.CanvasRenderer、Three.WebGLRenderer 和 Three.WebGPURenderer https://github.com/xgqfrms/three.js-all-in-one 阅读全文
posted @ 2026-06-04 09:25 xgqfrms 阅读(35) 评论(23) 推荐(0)
摘要:Three.js Shading Language All In One TSL / Three.js 着色语言 OpenGL、OpenGL ES、WebGL、WebGPU GLSL、WGSL、Shaders 阅读全文
posted @ 2026-06-17 00:46 xgqfrms 阅读(45) 评论(5) 推荐(0)
摘要:Three.js render .max & .FBX model file All In One WebGL & Three.js FBX loader 阅读全文
posted @ 2022-02-18 14:57 xgqfrms 阅读(478) 评论(20) 推荐(0)
摘要:glTF & GLB All In One glTF = JSON 描述文件 + 外部资源 .gltf(核心)JSON 文件 描述: mesh 网格 material 材质 animation 动画 node hierarchy 节点层级 .bin 二进制文件 vertex(vertices) 顶点数据(positions / normals / UV)位置/坐标 法线 UV texture 纹理贴图 .png / .JPG / EXR 等外部文件 GLB = glTF 的二进制打包版 结构: model.glb (一个文件包含所有内容) 内部包含: JSON chunk binary chunk(mesh) embedded textures(可选) 阅读全文
posted @ 2026-06-22 22:59 xgqfrms 阅读(36) 评论(6) 推荐(0)