Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mirror component to work with A-Frame 1.3 #3

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dandykong
Copy link

There's still a setFromMatrixPosition error that needs to be fixed before merging, hence the draft.

Uncaught TypeError: Cannot read properties of undefined (reading 'setFromMatrixPosition')
    at Group.getWorldPosition (three.js:5961:1)
    at i.tick (aframe-mirror-component.js:100:84)
    at HTMLElement.value (a-scene.js:739:34)
    at HTMLElement.value (a-scene.js:789:36)
    at bind.js:12:17
    at onAnimationFrame (three.js:20001:1)
    at onAnimationFrame (three.js:9460:1)

Add to solve bug for release of aFrame 1.1. : THREE.CubeCamera: The constructor now expects an instance of WebGLCubeRenderTarget as third parameter.
https://threejs.org/docs/#api/en/cameras/CubeCamera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants