update open graph image and remove console log
This commit is contained in:
parent
154ca4f8f2
commit
23cb91da1b
|
@ -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 |
Loading…
Reference in New Issue