Property definitions

gamnit :: flat_core $ Point3d :: needs_update
	private fun needs_update
	do
		var sprites = sprites
		if sprites != null then for s in sprites do s.needs_update
	end
lib/gamnit/flat/flat_core.nit:846,2--850,4