microsoft / microsoft/MixedReality-GraphicsTools-Unity
Support dynamic shadow casting and receiving
@HoloMoto ya está trabajando en esto.
Desde el 5/1/2023.
- Lenguaje dominante
- C#
- Estrellas
- 209
- Forks
- 49
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Describe the problem
The Graphics Tools/Standard shader doesn't have a shadow pass since we often avoid dynamic shadows in mixed reality due to performance constraints. Now that we support other platforms and mixed reality devices are getting more powerful it makes sense to allow the user to enable dynamic shadows if they are aware of the cost.
Describe the solution you'd like
Add directional shadow support like so: https://catlikecoding.com/unity/tutorials/custom-srp/directional-shadows/
We probably don't need to support point and spot shadows since those light sources aren't supported as is.
Describe alternatives you've considered
Stick to static shadows only.
Additional context
Related issue: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/9689
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.