aframe
aframe copied to clipboard
Remove attributes array and cleanup Shader
Description:
The property combination is: "attribute" doesn't really do anything any more as attributes don't have to be manually specified for (Raw)ShaderMaterial. This PR removes it from the code and cleans up the Shader file and corresponding test cases.
Changes proposed:
- Remove
attributesand special handling ofis: "attribute"in shader.js