当前位置: 首页 > 文档资料 > A-Frame 中文文档 >

<a-torus>

优质
小牛编辑
124浏览
2023-12-01

The torus primitive creates donut or tube shapes using the geometry component with the type set to torus.

Example

<a-torus color="#43A367" arc="270" radius="5" radius-tubular="0.1"></a-torus>

Attributes

AttributeComponent MappingDefault Value
ambient-occlusion-mapmaterial.ambientOcclusionMapNone
ambient-occlusion-map-intensitymaterial.ambientOcclusionMapIntensity1
ambient-occlusion-texture-offsetmaterial.ambientOcclusionTextureOffset0 0
ambient-occlusion-texture-repeatmaterial.ambientOcclusionTextureRepeat1 1
arcgeometry.arc360
colormaterial.color#FFF
displacement-biasmaterial.displacementBias0.5
displacement-mapmaterial.displacementMapNone
displacement-scalematerial.displacementScale1
displacement-texture-offsetmaterial.displacementTextureOffset0 0
displacement-texture-repeatmaterial.displacementTextureRepeat1 1
env-mapmaterial.envMapNone
fogmaterial.fogtrue
heightmaterial.height256
metalnessmaterial.metalness0
normal-mapmaterial.normalMapNone
normal-scalematerial.normalScale1 1
normal-texture-offsetmaterial.normalTextureOffset0 0
normal-texture-repeatmaterial.normalTextureRepeat1 1
radiusgeometry.radius1
radius-tubulargeometry.radiusTubular0.2
repeatmaterial.repeat1 1
roughnessmaterial.roughness0.5
segments-radialgeometry.segmentsRadial36
segments-tubulargeometry.segmentsTubular32
spherical-env-mapmaterial.sphericalEnvMapNone
srcmaterial.srcNone
widthmaterial.width512
wireframematerial.wireframefalse
wireframe-linewidthmaterial.wireframeLinewidth2