View Source Exray.Structs.VrStereoConfig (Exray v0.1.0)

Summary

Types

@type t() :: %Exray.Structs.VrStereoConfig{
  leftLensCenter: [float()],
  leftScreenCenter: [float()],
  projection: [Exray.Structs.Matrix.t()],
  rightLensCenter: [float()],
  rightScreenCenter: [float()],
  scale: [float()],
  scaleIn: [float()],
  viewOffset: [Exray.Structs.Matrix.t()]
}