update open graph image and remove console log
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://viz.silentsilas.com/static/og.png"
|
content="https://viz.silentsilas.com/static/og_image.png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Twitter Meta Tags -->
|
<!-- Twitter Meta Tags -->
|
||||||
|
@@ -11,7 +11,6 @@ export class OrbitCamera {
|
|||||||
this.angularSpeed = MathUtils.degToRad(20);
|
this.angularSpeed = MathUtils.degToRad(20);
|
||||||
this.angle = 0;
|
this.angle = 0;
|
||||||
this.radius = 5;
|
this.radius = 5;
|
||||||
console.log(this.angularSpeed);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
update(delta: number, lookAt: Vector3) {
|
update(delta: number, lookAt: Vector3) {
|
||||||
|
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 226 KiB |
Reference in New Issue
Block a user