123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #https://aframe.io/docs/0.6.0/components/line.html#properties_visible
- ---
- extends: http://vwf.example.com/aframe/aentityComponent.vwf
- type: "component"
- properties:
- alphaTest:
- depthTest:
- flatShading:
- npot:
- offset:
- opacity:
- remain:
- repeat:
- shader:
- side:
- transparent:
- vertexColors:
- visible:
- 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:
- emissive:
- emissiveIntensity:
- height:
- envMap:
- fog:
- metalness:
- normal-map:
- normal-scale:
- normal-texture-offset:
- normal-texture-repeat:
- roughness:
- sphericalEnvMap:
- width:
- wireframe:
- wireframe-linewidth:
- src:
- methods:
- refreshSrc:
- updateSrc:
- parameters:
- - srcID
- scripts:
- - source: "http://vwf.example.com/aframe/aMaterialComponent.js"
|