Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a lot of labels called GL_INVALID_OPERATION #8315

Closed
mramato opened this issue Oct 25, 2019 · 2 comments · Fixed by #8325
Closed

Create a lot of labels called GL_INVALID_OPERATION #8315

mramato opened this issue Oct 25, 2019 · 2 comments · Fixed by #8325

Comments

@mramato
Copy link
Contributor

mramato commented Oct 25, 2019

var viewer = new Cesium.Viewer('cesiumContainer');

for(var i = 0; i < 10000 ; i++){
    viewer.entities.add({
        position : Cesium.Cartesian3.fromDegrees(-75.1641667, 39.9522222),
        label : {
            text : 'Philadelphia' + i
        }
    });
}

image

@jasonbeverage could this be related to recent SDF changes?

CC @lilleyse

@lilleyse
Copy link
Contributor

It looks like this goes all the way back to 1.15 when billboards first became instanced. The Billboard Instancing dev sandcastle has the same error messages. I'll try to look into this when I have a chance.

@lilleyse
Copy link
Contributor

Turns out this error doesn't show on windows/ANGLE which is why I didn't notice it happening during development. But it's a legit issue and fixed in #8325.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants