cornerstone icon indicating copy to clipboard operation
cornerstone copied to clipboard

some android system render dicom different or break down when set webgl

Open ifunplus opened this issue 4 years ago • 0 comments

if you find the same problem,you can change this:

cornerstone.enable(element, {renderer: "webgl"});

to: cornerstone.enable(element);

System supports webgl,but in some android devices, the canvas shows different, not as good as in computer.

no wbgl: 805e3a602831117782cc649a806c1f0

webgl: 0013917e0226d4c580b71b0885a612a

Dont know why. Does anyone know the reason? Thanks so much for giving me some clues

ifunplus avatar Nov 09 '20 07:11 ifunplus