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

Applications is blicking when shared via Microsoft Teams #3336

Open
erikpa1 opened this issue Aug 13, 2024 · 2 comments
Open

Applications is blicking when shared via Microsoft Teams #3336

erikpa1 opened this issue Aug 13, 2024 · 2 comments
Labels
needs more info needs more information before we can action needs reproduction

Comments

@erikpa1
Copy link

erikpa1 commented Aug 13, 2024

I, we have, our 3D web platform built on fiber, and we noticed one thing, when platform is shared via MS Teams, the world is blicking, like recording and rendering frame mismatch,...

With OBS and free eye there is no problem. But in teams there is like swap between WHITE COLOR (html background) - COLOR behind Canvas, and the 3d world itself...

Do you have some experience with this ?

If I remember right, pure three js don't don't have the problem.

I can add video, but I can't put it here, but I can send in on private mail....

@CodyJasonBennett
Copy link
Member

We can't do anything without a reproduction and frankly I think there's more to be done on your side to whittle this down. If you need a vanilla example, this is the configuration R3F uses:

https://r3f.docs.pmnd.rs/api/canvas#defaults

const renderer = new THREE.WebGLRenderer({
  powerPreference: 'high-performance',
  antialias: true,
  alpha: true,
})
renderer.setPixelRatio(Math.min(2, Math.max(1, devicePixelRatio)))
renderer.setSize(innerWidth, innerHeight)

const camera = new THREE.PerspectiveCamera(75, innerWidth / innerHeight, 0.1, 1000)
camera.position.z = 5

@CodyJasonBennett CodyJasonBennett added needs reproduction needs more info needs more information before we can action labels Aug 26, 2024
@erikpa1
Copy link
Author

erikpa1 commented Aug 26, 2024

I will try to figure out some repro steps, not easy, Fiber is part of bigger private platform... I was just asking, for option of "maybe" we have experienced it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info needs more information before we can action needs reproduction
Projects
None yet
Development

No branches or pull requests

2 participants