-
Notifications
You must be signed in to change notification settings - Fork 28
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
No longer working in Windows 7? #43
Comments
are you sure that WebGL is still available in your browser? |
Ah you're right its using canvas now... For some reason the browsers have decided that this particular graphics card can't use WebGL anymore. Drivers are up to date. It used to work fine! I'll have to code my engine to hide the normals if canvas is being used. edit: Canvas is still being used even though I am specifically enabling the WebGL using these flags: Might be a bug, here is a related thread I found: |
try add flags, it should work depending your framework More info I also had a Quadro 1800 fx |
Interesting, within the last 3 months this feature stopped working in Windows 7. Works fine in windows 10. Tested in both chrome and firefox.
Windows 7 now just shows the normal map as the graphic and no light shading.
Anyone else have this issue?
The text was updated successfully, but these errors were encountered: