jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
759 stars 44 forks source link

Resolution fix #110

Closed GordonTombola closed 2 years ago

GordonTombola commented 2 years ago

on devices with higher resolution settings on the renderer, causes the gl readPixels to be invalid, just needed to clarify that the render texture resolution should be 1:1

GordonTombola commented 2 years ago

ignore the graphics based picking commits, didn't intend to commit those directly to the develop branch (looking into raycast based hit detection)