Back to 25 million#695
Conversation
There was a problem hiding this comment.
Code Review
This pull request corrects a mathematical typo in PointCloud.tsx by changing 2e31 to 2**31 for the maxPointsPerDraw constant. The reviewer noted that while this fix is mathematically correct, setting the limit to approximately 2.1 billion effectively disables the chunking loop, potentially causing GPU timeouts or browser freezes when rendering large datasets. They recommended reducing the limit to a practical value, such as 1 million points, to ensure chunking remains effective.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Going back to 25 million