PAIR-code/facets

Is it possible to increase the max size of the atlas?

markddesimone opened this issue · 0 comments

My atlases are larger than 8192x8192. They render correctly but at lower resolution. In the developer tools console I see they are being resized:

THREE.WebGLRenderer: Texture has been resized from (17172x11448) to (8192x5461).

Is there some way to maybe increase this to 16384 for example?

thank you