itowns icon indicating copy to clipboard operation
itowns copied to clipboard

feat(PointCloud): increase range of picking to u32

Open HoloTheDrunk opened this issue 11 months ago • 1 comments

Description

Change the picking IDs from u16 to u32.

Motivation and Context

Effectively eliminates the possibility of not having enough IDs to perform picking until GPUs start having 32GB+ of VRAM. Tested on Firefox 123.0 (64-bit) on Ubuntu Linux 22.04.4 LTS x86_64

HoloTheDrunk avatar Mar 11 '24 16:03 HoloTheDrunk

I don't know where the functional test errors are coming from, I can't replicate them locally so I'm guessing (hoping) it's a toolchain problem and not on my end

HoloTheDrunk avatar Mar 12 '24 15:03 HoloTheDrunk