-
Hello, I am wondering whether there exists/are plans to implement a way to read back pixel data from a texture. My current use case is to use filament to visualize physics simulations while also using filament cameras to simulate visual sensors. As such I would need a way to read back the depth buffer to simulate depth sensors. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
If you want to transfer the texture data to the CPU, we provide a |
Beta Was this translation helpful? Give feedback.
-
@pixelflinger @bejado |
Beta Was this translation helpful? Give feedback.
If you want to transfer the texture data to the CPU, we provide a
readPixels
API to do just that.