update open graph image and remove console log

This commit is contained in:
Silas 2022-03-21 19:42:31 -04:00
parent 154ca4f8f2
commit 23cb91da1b
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
3 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
/>
<meta
property="og:image"
content="https://viz.silentsilas.com/static/og.png"
content="https://viz.silentsilas.com/static/og_image.png"
/>
<!-- Twitter Meta Tags -->

View File

@ -11,7 +11,6 @@ export class OrbitCamera {
this.angularSpeed = MathUtils.degToRad(20);
this.angle = 0;
this.radius = 5;
console.log(this.angularSpeed);
}
update(delta: number, lookAt: Vector3) {

View File

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 226 KiB