Rotation around the X axis (+ looks up, - looks down)

Positive values look up, and negative look down.

All actor rotations follow the right hand rule. The default orientation of the model should look towards -Z.

Property definitions

gamnit $ Actor :: pitch
	# Rotation around the X axis (+ looks up, - looks down)
	#
	# Positive values look up, and negative look down.
	#
	# All actor rotations follow the right hand rule.
	# The default orientation of the model should look towards -Z.
	var pitch = 0.0 is writable
lib/gamnit/depth/depth_core.nit:49,2--55,28