Manage the visuals for an Area Description recording's quality. The quality is done by keeping track of all the locations the Project Tango device has been in and remembering which orientations it has faced. A high quality recording is where for every location the device has been in, there has been a 360 degree coverage in locations. To keep things simple, the recording quality assumes a relative flat world.
Inheritance: MonoBehaviour
コード例 #1
0
 /// <summary>
 /// Start is called on the frame when a script is enabled just before any of the Update methods is called the
 /// first time.
 /// </summary>
 public void Start()
 {
     m_qualityManager = FindObjectOfType <ADMQualityManager>();
     m_camera         = GetComponent <Camera>();
 }
コード例 #2
0
 /// <summary>
 /// Start is called on the frame when a script is enabled just before any of the Update methods is called the
 /// first time.
 /// </summary>
 public void Start()
 {
     m_qualityManager = FindObjectOfType<ADMQualityManager>();
     m_camera = GetComponent<Camera>();
 }