alexlarsson / gthree

Gthree is a GObject/Gtk+ port of three.js
MIT License
84 stars 13 forks source link

gthree_object_look_at() doesn't seem to work when pointing down #50

Closed alexlarsson closed 4 years ago

alexlarsson commented 5 years ago

If you put something at x = 0, y= 100 z= 0 and look_at (0, 0, 0) things go wrong. I think this is due to that handling of object.up, which isn't well defined in this case. Still it should get something useful.

alexlarsson commented 4 years ago

works with graphene master