1. 首页
  2. 编程语言
  3. Javascript
  4. 网页3D效果带给你视觉的冲击
下载地址
用户评论
码姐姐匿名网友 2019-09-26 09:00:27

挺不错的,部分源码,貌似是C语言的 /* ==== on mouse over event ==== */ o.onmouseover = function () { if (this != tv.o) { this.point3D.z.target = tv.mouseZ; tv.camera.x.target = this.point3D.x; tv.camera.y.target = this.point3D.y; if (tv.o) tv.o.point3D.z.target = 0;

码姐姐匿名网友 2019-09-26 09:00:27

确实不错,挺好看的

码姐姐匿名网友 2019-09-26 09:00:27

自己做好难实现,谢谢你的资料

码姐姐匿名网友 2019-09-26 09:00:27

东西不错的,就是貌似以前见过!~