Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
planetvoodoo authored Mar 12, 2022
1 parent 9a54977 commit 4c646f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
<a-entity sprite-particles="texture: #blob; spawnRate: 300; radialPosition: 1; acceleration: 0 2 0; color: orange"></a-entity>
<a-text value="acceleration" mixin="label"></a-text>
</a-entity>
<a-entity position="8 8 0">
<a-entity sprite-particles="spawnRate: 500; lifeTime: .1 .. .2; radialType: sphere; radialVelocity: 2..10; trailLifeTime: .1; trailInterval: .1; trailType: ribbon; ribbonWidth: .5; ribbonShape: taper; blending: additive"></a-entity>
<a-text value="sparkler" mixin="label"></a-text>
</a-entity>
<a-entity position="-4 -4 0">
<a-entity sprite-particles="texture: #blob; lifeTime: 0..5; radialType: sphere; radialPosition: .5; scale: 5; color: blue; blending: additive"></a-entity>
<a-plane color="red" position="0 0 -1"></a-plane>
Expand Down Expand Up @@ -168,11 +164,11 @@
<a-text value="model triangle" mixin="label"></a-text>
</a-entity>
<a-entity position="12 -12 0">
<a-entity rotation="0 180 0" position="3 -0.5 0" sprite-particles="model: #house; modelFill: edge; texture: #blob; spawnRate: 400; lifeTime: 5; particleSize: 10"></a-entity>
<a-entity rotation="0 180 0" position="3 -0.5 0" sprite-particles="model: #whey; modelFill: edge; texture: #blob; spawnRate: 400; lifeTime: 5; particleSize: 10"></a-entity>
<a-text value="model edge" mixin="label"></a-text>
</a-entity>
<a-entity position="8 -12 0">
<a-entity rotation="0 180 0" position="3 -0.5 0" sprite-particles="model: #house; modelFill: vertex; texture: #blob; spawnRate: 70; lifeTime: 5; particleSize: 10"></a-entity>
<a-entity rotation="0 180 0" position="3 -0.5 0" sprite-particles="model: #whey; modelFill: vertex; texture: #blob; spawnRate: 70; lifeTime: 5; particleSize: 10"></a-entity>
<a-text value="model vertex" mixin="label"></a-text>
</a-entity>
<a-entity position="12 8 0">
Expand Down

0 comments on commit 4c646f1

Please sign in to comment.