We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0e2b0 commit 8e2977cCopy full SHA for 8e2977c
src/CustomLocationPage.tsx
@@ -42,10 +42,6 @@ const UpdateSystem = defineSystem({
42
const elapsedSeconds = getState(ECSState).elapsedSeconds
43
const transformComponent = getComponent(entity, TransformComponent)
44
transformComponent.rotation.setFromAxisAngle(Vector3_Up, elapsedSeconds)
45
-
46
- const viewerEntity = getState(ReferenceSpaceState).viewerEntity
47
48
- // console.log(getComponent(viewerEntity, TransformComponent).rotation.toArray())
49
},
50
reactor: function () {
51
const { originEntity, viewerEntity } = useMutableState(ReferenceSpaceState).value
0 commit comments