Merge branch 'beta'
This commit is contained in:
commit
650c322d53
1 changed files with 3 additions and 3 deletions
|
@ -122,10 +122,10 @@
|
||||||
onMount(() => {})
|
onMount(() => {})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<T.PerspectiveCamera makeDefault position={[12, 10, 12]}>
|
<T.PerspectiveCamera makeDefault position={[8, 4, 8]}>
|
||||||
<CameraControls
|
<CameraControls
|
||||||
on:create={({ ref }) => {
|
on:create={({ ref }) => {
|
||||||
$cameraControls = ref
|
cameraControls.set(ref)
|
||||||
}}
|
}}
|
||||||
autoRotateSpeed={3}
|
autoRotateSpeed={3}
|
||||||
/>
|
/>
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
position.y={0}
|
position.y={0}
|
||||||
on:create={({ ref }) => {
|
on:create={({ ref }) => {
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
$mesh = ref
|
mesh.set(ref)
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue