View from the camera, used for shadow mapping, implemented by sub-classes

Property definitions

gamnit $ LightCastingShadows :: camera
	# View from the camera, used for shadow mapping, implemented by sub-classes
	fun camera: Camera is abstract
lib/gamnit/depth/depth_core.nit:227,2--228,31

gamnit $ ParallelLight :: camera
	redef var camera = new ParallelLightCamera(app.display.as(not null), self) is lazy
lib/gamnit/depth/more_lights.nit:44,2--83