Skip to content

Commit

Permalink
removed assests not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
bkcastro committed Dec 9, 2024
1 parent 04f2c7a commit bda33c2
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 6 deletions.
Binary file removed fonts/aAnotherTag.ttf
Binary file not shown.
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@

<style>

@font-face {
font-family: "CustomFont1";
src: url("./fonts/aAnotherTag.ttf") format("truetype");
}
@font-face {
font-family: "CustomFont2";
src: url("./fonts/Mostwasted.ttf") format("truetype");
Expand Down Expand Up @@ -103,7 +99,6 @@
z-index: 1;
}


</style>
</head>
<body>
Expand Down Expand Up @@ -260,7 +255,7 @@ <h3>Web Projects</h3>
constructor() {
const geometry = new THREE.PlaneGeometry(1.5, 1.5)
const material = new THREE.MeshBasicMaterial({
map: new THREE.TextureLoader().load(`./pentagrams/penta6.png`), // `./pentagrams/penta${1+Math.floor(Math.random()*5)}.png`
map: new THREE.TextureLoader().load(`./pentagrams/penta.png`), // `./pentagrams/penta${1+Math.floor(Math.random()*5)}.png`
transparent: true,
})

Expand Down
Binary file added pentagrams/.DS_Store
Binary file not shown.
File renamed without changes
Binary file removed pentagrams/penta1.png
Binary file not shown.
Binary file removed pentagrams/penta2.png
Binary file not shown.
Binary file removed pentagrams/penta3.png
Binary file not shown.
Binary file removed pentagrams/penta4.png
Binary file not shown.
Binary file removed pentagrams/penta5.png
Binary file not shown.

0 comments on commit bda33c2

Please sign in to comment.