processing / processing/processing4
Backing texture does not get updated with the output of a filter call
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Java
- Estrellas
- 494
- Forks
- 183
- Merge medio
- 4 h 39 min
- PR fusionados (30 d)
- 3
Descripción
Created by: codeanticode
After applying a filter() on a P2D/P3D surface, the contents of the backing texture do not reflect the output of the filter operation. This becomes apparent in this issue reported in the Syphon library: https://github.com/Syphon/Processing/issues/32
The backing texture gets updated in the next frame (probably due to front/back texture swapping), but not clear why the backing texture is not ready by the end of the current frame
Guía de contribución
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.
Línea de trabajo
El issue no nombra archivos fuente ni pruebas; empieza por reproducir el comportamiento de filter() en una superficie P2D/P3D y rastrear cómo se actualiza la textura subyacente durante el frame. Compara el comportamiento con el issue de Syphon y considera el trabajo necesario para que la textura subyacente refleje la salida del filtro al final del frame actual.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- computer-graphics
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100