1234567891011121314151617181920212223242526272829303132333435363738 |
- # https://aframe.io/docs/0.5.0/primitives/a-sphere.html
- ---
- extends: http://vwf.example.com/aframe/aentity.vwf
- type: "a-sphere"
- properties:
- ambient-occlusion-map:
- ambient-occlusion-map-intensity:
- ambient-occlusion-texture-offset:
- ambient-occlusion-texture-repeat:
- color:
- displacement-bias:
- displacement-map:
- displacement-scale:
- displacement-texture-offset:
- displacement-texture-repeat:
- env-map:
- fog:
- height:
- metalness:
- normal-map:
- normal-scale:
- normal-texture-offset:
- normal-texture-repeat:
- phi-length:
- phi-start:
- radius:
- repeat:
- roughness:
- segments-depth:
- segments-height:
- segments-width:
- spherical-env-map:
- src:
- theta-length:
- theta-start:
- width:
- wireframe:
- wireframe-linewidth:
|