cds-astro / aladin-lite

An astronomical HiPS visualizer in the browser
https://aladin.cds.unistra.fr/AladinLite/
GNU General Public License v3.0
103 stars 42 forks source link

Error: declarations for uniform `_uposition_tex` have mismatching precision qualifiers #185

Closed jodier closed 2 months ago

jodier commented 3 months ago

Dear Aladin Lite developers,

I'm using aladin-lite "3.4.5". When I zoom out, I get this issue: error: declarations for uniform _uposition_tex have mismatching precision qualifiers

Then the aladin control is frozen.

The code:

A.aladin(divEl.value, {
            projection: 'TAN',
            cooFrame: 'j2000',
            /**/
            target: props.target,
            /**/
            showFrame: false,
            showStatusBar: false,
            showCooLocation: false,
            showLayersControl: false,
            showFullscreenControl: false,
            showProjectionControl: false,
        });
bmatthieu3 commented 3 months ago

Hi @jodier,

I never had this error message bug, Anyway, I recently removed the use of that texture (this is a texture needed for rendering the view for big fov). I will release a version in september and it might fix it.

bmatthieu3 commented 2 months ago

Hi @jodier - this is fixed now in the codebase and will be out in the next release