Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/70.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 将图像贴图添加到旋转图像_Javascript_Jquery_Html_Twitter Bootstrap 3 - Fatal编程技术网

Javascript 将图像贴图添加到旋转图像

Javascript 将图像贴图添加到旋转图像,javascript,jquery,html,twitter-bootstrap-3,Javascript,Jquery,Html,Twitter Bootstrap 3,我现在有一个360度旋转的图像。有没有什么方法可以在上面添加一个imagemap。我的代码如下 <title>Welcome to Garage</title> <body> <div class="container-fluid"> <h1>Only Available Lamborghini Gallardo's Parts<h1> <h2>For 360 View and Order t

我现在有一个360度旋转的图像。有没有什么方法可以在上面添加一个imagemap。我的代码如下

  <title>Welcome to Garage</title>
  <body>
  <div class="container-fluid">
  <h1>Only Available Lamborghini Gallardo's Parts<h1>
  <h2>For 360 View and Order the Parts click on the Pic.<h2> 
  <div id="car_view">      </div>
 </div>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>  
  <!--3d view script-->
  <script>
    $(document).ready(function(){

  $("#car_view").vc3dEye({
  imagePath:"images/view/",
  totalImages:33,
  imageExtension:"png"
  });
  });
    </script>
  <script type="text/javascript" src="js/3deye.min.js"></script>
欢迎来到车库
仅提供兰博基尼Gallardo的零件
要查看360视图并订购零件,请单击图片。
$(文档).ready(函数(){
$(“#汽车视图”).vc3dEye({
imagePath:“图像/视图/”,
总数:33,
图像扩展:“png”
});
});
链接将作为参考

如果使用3d变换进行此操作(由于性能(GPU)的原因,
vc3dEye
会导致afaik),我相信您必须处理JS中的点击,并以数学方式将其投影回您想要处理的对象