首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏秋风的笔记

    送花送包送红包,不如用JS送给Ta一个VR世界

    https://github.com/hua1995116/vuepress-blog/tree/master/docs/frontend/demo/360-disney 代码详解 <style> #photosphere { width: 100%; height: 100%; } </style> </head> <body>

    <script src= photo-sphere-viewer.js"></script> <script> const PSV = new PhotoSphereViewer.Viewer({ container : 'photosphere ', // 容器id panorama : '360.jpg', // 全景图地址 caption : '', loadingImg: 'assets/photosphere-logo.gif

    1.2K20发布于 2021-03-11
  • 来自专栏hbbliyong

    基于Three.js的360度全景--photo-sphere-viewer--简介

    直接上代码: var photosphere = document.getElementById('photosphere'); var PSV = new PhotoSphereViewer({ panorama: 'Bryce-Canyon-National-Park-Mark-Doliner.jpg', panorama: 'sun.jpg', // 容器 container: photosphere

    6.6K90发布于 2018-03-29
  • 来自专栏ADAS性能优化

    Embedding VR view (Google VR)

    Getting started with VR view for the web The simplest way to embed a photosphere on your website is by

    96920编辑于 2022-05-13
领券