Property definitions

gamnit $ Light :: defaultinit
# Source of light
abstract class Light

	# Center of this light source in world coordinates
	var position = new Point3d[Float](0.0, 1000.0, 0.0)
end
lib/gamnit/depth/depth_core.nit:211,1--216,3