glTF 是否支持 CURVES 形状的变形目标/形状键?
Does glTF supports morph target / shape keys for CURVES shapes?
我有一个 Blender 文件,其中包含一些 曲线 形状。
这些 曲线 有一些形状键,我想将其导出到 glTF 文件以供 Three.js.
使用
问题是导出的 glTF 不包括 曲线 的形状键动画。
glTF 2.0 格式支持三角形网格、lines/edges 和点。它不直接支持曲线或 NURBS。 Blender 的 glTF 导出器确实能够导出所有三种基本类型(在最近的版本中)或者 bake static curves and surfaces to meshes, but I don't think that it can bake animations on those curves. I think you would need to do that before exporting from Blender, and I'm not sure how — https://blender.stackexchange.com/ 可能是询问该主题的地方。
我有一个 Blender 文件,其中包含一些 曲线 形状。 这些 曲线 有一些形状键,我想将其导出到 glTF 文件以供 Three.js.
使用问题是导出的 glTF 不包括 曲线 的形状键动画。
glTF 2.0 格式支持三角形网格、lines/edges 和点。它不直接支持曲线或 NURBS。 Blender 的 glTF 导出器确实能够导出所有三种基本类型(在最近的版本中)或者 bake static curves and surfaces to meshes, but I don't think that it can bake animations on those curves. I think you would need to do that before exporting from Blender, and I'm not sure how — https://blender.stackexchange.com/ 可能是询问该主题的地方。