开发过程中的问题

1.Unity调试Vuforia时无法打开电脑的摄像头 ?

2. vuforia-samples-core-unity-6-2-6 案例包的下载,其实可以在unity 的 Asset store中找到

也就是说(Vuforia 内置unity的下载包 以及 Vuforia core samples资源包)

3.vuforia 插件的下载 

4.实现圆柱体识别图制作   图形上传 

         虚实遮挡

demo中的足球实现的是绕着圆柱体Target进行旋转。 
   void Update () 
   { 
       Transform parentTransform = transform.parent; 
       transform.RotateAround(parentTransform.position, parentTransform.up, -60 * Time.deltaTime); 
   } 

 

 

转载于:https://www.cnblogs.com/lingerwei/p/9066482.html

你可能感兴趣的:(开发过程中的问题)