Three.js 是一款运行在浏览器中的3D引擎, 处理三维效果。在一些相机的官网首页中,经常有一张图在旋转,图上面悬浮着文字。这种效果是如何做出来的呢?先看效果,再讲解。
成都网站建设哪家好,找创新互联建站!专注于网页设计、网站建设、微信开发、小程序开发、集团成都企业网站建设等服务项目。核心团队均拥有互联网行业多年经验,服务众多知名企业客户;涵盖的客户类型包括:工商代办等众多领域,积累了大量丰富的经验,同时也获得了客户的一致称扬!1).建立一个java web 工程(或者其他工程), 因为three.js 的全景图要通过服务端浏览(安全的考虑)
2).在上面的结构中,只有css中的index.css是自定义的,其余css和js都属于three.js自带的工具文件。包含图片在内,已经上传资源了,点击此处下载。
3).index.jsp
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>基于Three.js的360度全景图片</title> <link rel="stylesheet" type="text/css" href="css/normalize.css" /> <link rel="stylesheet" type="text/css" href="css/default.css" > <link rel="stylesheet" type="text/css" href="css/index.css" > <script src="js/three.min.js"></script> <script src="js/photo-sphere-viewer.min.js"></script> </head> <body> <div class="container"> <div class="description"> <h2>苑中遇雪</h2> <p> 紫禁仙舆诘旦来,青旂遥倚望春台。</p> <p>不知庭霰今朝落,疑是林花昨夜开。</p> </div> <div id="my-pano" class="pano"></div> </div> </body> <script> window.onload = function() { var div = document.getElementById('my-pano'); var PSV = new PhotoSphereViewer({ // Panorama, given in base 64 panorama: 'images/snow.jpg', // Container container: div, autoload:true, // Deactivate the animation time_anim: 2000, // Display the navigation bar navbar: true, // Resize the panorama size: { width: '70%', height: 700 } }); }; </script> </html>
网站栏目:基于Three.js实现360度全景图片-创新互联
浏览路径:https://www.cdcxhl.com/article16/dggggg.html
成都网站建设公司_创新互联,为您提供全网营销推广、标签优化、网站建设、用户体验、外贸建站、网站排名
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联