Replies: 1 comment
-
should be fixed by now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
examples/shapes/cube.rs
draws a white cube, even thoughset_color(1,0,1,1)
is called.using
set_uniform_color(1,0,1,1)
instead does set the color of the cube to pink.on ubuntu 22.04.4
thanks for the library, this is fun to use to learn Rust!
Beta Was this translation helpful? Give feedback.
All reactions