Screenshots blank when taken in post-processing example
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 17.6k
- Forks
- 4.4k
- PR merge metrics
- No merged PRs in 30d
Description
First, AMAZING work especially on postprocessing in 1.7.0 - huge fan and so grateful.
Screenshots come out blank when I use this code, and I was able to confirm on the postprocessing example: https://aframe.io/aframe/examples/showcase/post-processing/ that this happens there too.
document.querySelector('a-scene').components.screenshot.capture('equirectangular');
(using code from https://aframe.io/docs/1.7.0/components/screenshot.html#methods)
The following image results (and same for perspective screenshots):
Is there an order of render change or something to do with postprocessing? The other showcase examples (in the 1.7.0 blog post) do not have this issue; they render normally.
Thank you!!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the blank capture in the post-processing showcase, using the screenshot component entry point and the documented equirectangular and perspective capture methods. Trace the render order around post-processing, then verify that both screenshot types produce visible images rather than blank results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, three.js
- Domain
- computer-graphics, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100