Clipping wall near the camera, in world dimensions

Default at 0.01.

Property definitions

gamnit $ EulerCamera :: near=
	# Clipping wall near the camera, in world dimensions
	#
	# Default at `0.01`.
	var near = 0.01 is writable
lib/gamnit/cameras.nit:59,2--62,28

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