如何调整sfb对象的比例

时间:2019-07-18 04:54:02

标签: android arcore

我正在尝试调整将在ar应用程序中使用的sfb文件(3d对象)的大小。

我知道我可以像下面的代码那样用比例尺进行调整。 但我想用厘米的宽度,深度,高度进行调整。 我该怎么做?

{
 materials: [
{
  name: '795548',
  parameters: [
    {
      baseColor: null,
    },
    {
      baseColorTint: [
        0.47450999999999999,
        0.33333299999999999,
        0.28235300000000002,
        1,
      ],
    },
    {
      metallic: 0,
    },
    {
      roughness: 1,
    },
    {
      opacity: null,
    },
  ],
  source: 'build/sceneform_sdk/default_materials/obj_material.sfm',
},
  ],
  model: {
    attributes: [
      'Position',
      'Orientation',
    ],
    collision: {},
    file: 'sampledata/Table_Large_Rectangular_01.obj',
    name: 'Table_Large_Rectangular_01',
    recenter: 'root',
    scale: 0.09256599999999999,
  },
  version: '0.54:2',
}

0 个答案:

没有答案