aframe icon indicating copy to clipboard operation
aframe copied to clipboard

Remove attributes array and cleanup Shader

Open mrxz opened this issue 2 years ago • 0 comments

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 attributes and special handling of is: "attribute" in shader.js

mrxz avatar Jun 16 '23 11:06 mrxz