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 to a-frame 1.6.0 #18

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

Conversation

loulouxiv
Copy link

three v125 uses BufferGeometry so needed updates to access uvs

@bryik
Copy link
Owner

bryik commented Nov 17, 2024

Thanks for the MR!

The colours looks a bit different from how they are currently.

image

Seems like turning off colorManagement in ./src/components/Scene.svelte fixes it.

<a-scene renderer="colorManagement: false;">
  <a-camera position="0 0 0" stereocam="eye:left;" />

  <a-entity rotation="0 0 0" overunder={panoUrl} />
</a-scene>

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