alexlarsson / gthree

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

Properties #2

Closed ebassi closed 9 years ago

ebassi commented 9 years ago

I added a bunch of properties to the public classes, mostly those that are needed to make constructors work. still some stuff missing, though, and I noticed some missing bits in the API that relate to being able to change parameters inside objects like lights and textures.

alexlarsson commented 9 years ago

I merged this as-is, as its clearly better. A bunch of stuff could have used the new g_set_object() helper though.

ebassi commented 9 years ago

yeah, I was considering that, but didn't know if you wanted to bump up the glib dependency. I'll open a new PR for that.