有没有办法在 A-Frame 中创建一个空心圆?
Is there a way to create a hollowed circle in A-Frame?
我正在尝试使用 A-Frame 构建一个 Flower of Life VR 示例。
我发现最接近的是在 <a-circle>
中使用 opacity
属性。
有没有办法只创建圆的边界?
不确定它是否适合您的用例,但您可以使用高度较小的圆柱体:
https://aframe.io/docs/1.0.0/primitives/a-cylinder.html
或者管子:
https://github.com/donmccurdy/aframe-extras/tree/master/src/primitives
或者只是一个带有透明圆圈的 png 纹理的平面
我正在尝试使用 A-Frame 构建一个 Flower of Life VR 示例。
我发现最接近的是在 <a-circle>
中使用 opacity
属性。
有没有办法只创建圆的边界?
不确定它是否适合您的用例,但您可以使用高度较小的圆柱体: https://aframe.io/docs/1.0.0/primitives/a-cylinder.html
或者管子: https://github.com/donmccurdy/aframe-extras/tree/master/src/primitives
或者只是一个带有透明圆圈的 png 纹理的平面