Clipping wall near the camera, defaults to 100.0

Property definitions

gamnit $ UICamera :: near=
	# Clipping wall near the camera, defaults to 100.0
	var near = 100.0 is writable
lib/gamnit/cameras.nit:204,2--205,29

gamnit :: cameras_cache $ UICamera :: near=
	redef fun near=(value)
	do
		super
		mvp_matrix_cache = null
	end
lib/gamnit/cameras_cache.nit:101,2--105,4