【问题标题】:Three.js - Trying to understand the vertices array data within a js fileThree.js - 试图理解 js 文件中的顶点数组数据
【发布时间】:2015-08-17 16:39:51
【问题描述】:

我正在尝试了解 js 文件中的顶点数组数据。有谁知道顶点数组中的所有数字是什么?它们是每个顶点的位置(x,y,z)吗?这是一个 js 文件的example

【问题讨论】:

标签: javascript three.js vertices


【解决方案1】:

在 Blender 导出的 JSON 文件中,每个都是坐标,因此它们要被 3 读取(如 DNA)。

[x1, y1, z1, x2, y2, z2,....,xn, yn, zn]

【讨论】:

    猜你喜欢
    • 2015-05-17
    • 1970-01-01
    • 2012-03-10
    • 2023-03-30
    • 2018-08-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多