-
Notifications
You must be signed in to change notification settings - Fork 153
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
Satellites not rendered on Chrome for Mac #18
Comments
Hi, could you post screenshots of http://webglreport.com/?v=1 for both Chrome and Safari? |
Added. Also, http://webglreport.com/?v=2, just in case |
Additionally, on a fork I have (https://ajmas.github.io/ThingsInSpace/), I noticed the following in the console: Chrome:
Safari:
|
Both browsers seem to be reporting the exact same WebGL capabilities, which is interesting. The dots are drawn using point sprites, for which support doesn't seem to be guaranteed. |
The INVALID_ENUM error is intentional, it's thrown on a line of code used to trick some older OpenGL implementations to enable point sprites. |
Just looking for some examples of 'point sprites' that work in both browsers, I came across: https://codepen.io/AzazelN28/pen/zvXZQw I haven't dug into your code yet to see how the logic compares |
This is still broken on Chrome for Mac. |
in 2020 still broken on Chrome for Mac. |
This is working in the latest version of Chrome (116.0.5845.187), on macOS. You can see it live here: https://ajmas.github.io/StuffInSpace/ I have also tested this as working in Safari on an Intel based Mac, on both macOS 13 and and macOS 14. |
I am using Chrome 63.0.3239.40 on macOS 10.13.1 and the orbital object indicators aren't being rendered (the blue, red and grey dots). They work fine on iOS Safari and the Safari in macOS.
The text was updated successfully, but these errors were encountered: