aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.61k stars 3.94k forks source link

Opacity undocumented for a-plane? #4007

Open janpio opened 5 years ago

janpio commented 5 years ago

Looking at https://aframe.io/docs/0.8.0/primitives/a-plane.html the attribute opacity is not documented for a-plane, but lots of other are. As opacity definitely works I wondered if this is a mistake, or if there is a specific reason some other attributes are listed but opacity is not?

ngokevin commented 5 years ago

Thanks, do you mind adding it? Primitive attribute lists may not be closely updated as they are just generated wrappers around entities/components.

janpio commented 5 years ago

Can do.

Wouldn't it make sense to generate that part of the docs as well somehow? It is all manual right now, correct?