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

[Enhancement]: m-video material #107

Open
TheCodeTherapy opened this issue Aug 22, 2023 · 0 comments
Open

[Enhancement]: m-video material #107

TheCodeTherapy opened this issue Aug 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@TheCodeTherapy
Copy link
Contributor

What is your suggestion?

We may consider using a different material for the m-video tag to increase its color accuracy. Right now we use a double-sided MeshStandardMaterial, which by default has a shader that receives influence from various aspects of the scene (lights, shadows, dithering, fog, etc).

One possible alternative would be to use a RawShaderMaterial and selectively insert only the influences we consider a must-have.

Why is it important?

Further reasoning about the use cases may allow us to identify if the current material choice is the most adequate for them. This issue only suggests we may find out that color accuracy would be more desirable for an m-video tag rather than how much it's well blended to the scene.

How would you implement it?

Using a different material.

Packages

mml-web

Extra details

No response

@TheCodeTherapy TheCodeTherapy added the enhancement New feature or request label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant