Do not use yaw and pitch, the value will instead originate from the Cardboard API

Property definitions

gamnit :: cardboard $ EulerCamera :: rotation_matrix=
	# Do not use `yaw` and `pitch`, the value will instead originate from the Cardboard API
	redef var rotation_matrix = new Matrix.identity(4)
lib/gamnit/depth/cardboard.nit:26,2--27,51