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

Turning on point cloud attenuation blows up safari 11.1.1 #6792

Closed
euwest opened this issue Jul 10, 2018 · 3 comments
Closed

Turning on point cloud attenuation blows up safari 11.1.1 #6792

euwest opened this issue Jul 10, 2018 · 3 comments

Comments

@euwest
Copy link

euwest commented Jul 10, 2018

Looks like adding tileset.pointCloudShading.attenuation = true results in:

DeveloperError: The color texture pixel datatype is FLOAT and the WebGL implementation does not support the EXT_color_buffer_float or WEBGL_color_buffer_float extensions. See Context.colorBufferFloat. (source?)

system specs:
screen shot 2018-07-10 at 4 42 45 pm
screen shot 2018-07-10 at 4 43 02 pm

Easily duplicated in sandcastle, which appears to be using 1.47. I've also tried 1.46.1 and had the same issue.

screen shot 2018-07-10 at 4 30 37 pm

@hpinkos
Copy link
Contributor

hpinkos commented Jul 11, 2018

@likangning93 any ideas here? Is this something that's not supported and we need a flag for or is this a bug?

@likangning93
Copy link
Contributor

I'll take a deeper look soon. It's definitely weird that this is happening when applying point cloud attenuation on a non-point-cloud tileset though.

@likangning93
Copy link
Contributor

likangning93 commented Jul 11, 2018

From a quick look though, this might just be an extension that we need to check for.
[EDIT] we might be able to get around needing color_buffer_float, which could end up making EDL also more efficient.

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

No branches or pull requests

3 participants