superframe
superframe copied to clipboard
mountain component: animating color triggers reconstruction
Using the animation component to animate the color of a mountain:
<a-mountain color="#333433"
animation__color="property: color; to: #33FF33; dir: alternate; dur: 5000; loop: true">
</a-mountain>
... animates the color but also triggers a reconstruction of the mountain geometry.