BabylonJS - 圆环

这是 MeshBuilder 使用的形状之一。

语法

以下是创建圆环的语法 −

var torus = BABYLON.MeshBuilder.CreateTorus("torus", {diameter, thick: 0.2, tessellation, updatable}, scene);

参数

考虑以下参数来创建圆环 −

  • diameter − 圆环的直径。

  • thick −管子的厚度。

  • tessellation − 沿圆的段数。

  • updatable − 默认情况下,设置为 false。如果需要在变形过程中更新,可以将其设置为 true。

babylonjs_mesh.html