SCNode对象在摄像头前面的位置与ARKit

时间:2017-09-09 10:11:38

标签: ios objective-c scenekit arkit

我正在尝试使用ARKit在我的场景中添加Bullet。

以下是我在场景中添加项目符号所做的工作

var autoList = '<ul class="srechajax">';

$.each(response, function (key, val) {
     autoList += '  <li class="hovers">';
     autoList += '  <a href="'+root +'/shop/'+ val.urlcat +'/'+val.url+'">
        <img src="'+ root + '/images/' + val.image + '"><div>' + val.title + 
        '</div></a>';
     autoList += '  </li>';
 });

 autoList += '</ul>';
 $('div.search-info').html(autoList).fadeIn(500);

在现实世界中,无论相机的视角如何,子弹都会被添加到同一方向。

0 个答案:

没有答案