Open timthelion opened 5 years ago
@timthelion Have you tried any of the other 3D racket examples (besides ruckus)? I'm curious what breaks your AMD/ATI GPU. Is it the shaders that ruckus creates? Something else? However, I don't have any initial suggestions other than trying a larger spectrum of racket 3D programs.
@timthelion Also, could I ask you to try my fork of this repo at zen3d/ruckus? I made changes to use an older version of OpenGL (2.1) and GLSL (1.2) in order to run on a MacBook Pro. By regressing to an older version of OpenGL, that might resolve your issue.
If I create a simple shape such as
(cube 330)
or(sphere 200)
it works, but when I do any type of union, difference, or intersection, the shape fails to draw. I either get weird artifacts or a blank screen.I change to a union and press F5, the console output suggests that the model has recompiled but the visual does not change.
Same with an intersection.
If I rotate the visualization using the mouse I get different artifacts, until finally I have just a blank screen. Further manipulation does not bring back the artifacts and the blank screen remains.
Both racket and ruckus were installed fresh today. Otherwise OpenGl works, both WebGl and glxgears function without hitch.