发布网友 发布时间:2022-04-22 01:05
共1个回答
热心网友 时间:2022-07-12 03:22
Ge1doot.js超酷3D立体照片墙
查看源代码以及演示请登录:http://www.sucaihuo.com/js/447.html
HTML
<canvas id="canvas"></canvas>
引入ge1doot.js3D相册插件
<script type="text/javascript" src="js/ge1doot.js"></script>
自定义图片代码,大约在index.html第260行
imgdata:[
// north
{img: 'imgs/1.jpg', x: -1000, y: 0, z: 1500, nx: 0, nz: 1},
{img: 'imgs/2.jpg', x: 0, y: 0, z: 1500, nx: 0, nz: 1},
{img: 'imgs/3.jpg', x: 1000, y: 0, z: 1500, nx: 0, nz: 1},
]