Skip to content

Commit

Permalink
add my profile
Browse files Browse the repository at this point in the history
  • Loading branch information
luckystriike22 committed May 8, 2024
1 parent 117985b commit 2e79b5a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
1 change: 0 additions & 1 deletion components/content/dancing-blob/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
</template>

<script lang="ts" setup></script>

<style></style>
16 changes: 8 additions & 8 deletions components/content/dancing-blob/musicBlob.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<template>
<TresMesh ref="blobRef">
<TresIcosahedronGeometry :args="[4, 80]"></TresIcosahedronGeometry>
<TresShaderMaterial wireframe :uniforms="uniforms" :fragment-shader="fragmentShader"
:vertex-shader="vertexShader" />
</TresMesh>
</template>

<script lang="ts" setup>
import * as THREE from 'three';
Expand Down Expand Up @@ -202,4 +194,12 @@ const fragmentShader = ref(`
</script>

<template>
<TresMesh ref="blobRef">
<TresIcosahedronGeometry :args="[4, 80]"></TresIcosahedronGeometry>
<TresShaderMaterial wireframe :uniforms="uniforms" :fragment-shader="fragmentShader"
:vertex-shader="vertexShader" />
</TresMesh>
</template>

<style></style>
9 changes: 9 additions & 0 deletions content/authors/luckystriike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: luckystriike
slug: luckystriike
email: luckystriike22
twitter: luckystriike22
github: luckystriike22
website: https://github.com/luckystriike22
avatar: https://avatars.githubusercontent.com/u/43521233?v=4
---
2 changes: 1 addition & 1 deletion content/experiments/dancing-blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
thumbnail: /dancing-blob.png
title: Dancing blob
slug: dancing-blob
author: Luckystriike
author: luckystriike
status: published
description: A sphere dancing to the sound of your microphone.
tags: ['basic', 'TresJs', 'audio', 'shader']
Expand Down

0 comments on commit 2e79b5a

Please sign in to comment.