12345678910111213141516171819202122232425262728293031323334 |
- # https://aframe.io/docs/0.5.0/primitives/a-box.html
- ---
- extends: http://vwf.example.com/aframe/aentity.vwf
- type: "a-box"
- properties:
- ambient-occlusion-map:
- ambient-occlusion-map-intensity:
- ambient-occlusion-texture-offset:
- ambient-occlusion-texture-repeat:
- color:
- depth:
- 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:
- repeat:
- roughness:
- segments-depth:
- segments-height:
- segments-width:
- spherical-env-map:
- src:
- width:
- wireframe:
- wireframe-linewidth:
|