Cesium与Three相机同步(3)

Cesium与Three融合的案例demo

html 复制代码
<!DOCTYPE html>
<html lang="en" class="dark">

<head>
  <meta charset="UTF-8">
  <link rel="icon" href="/favicon.ico">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Vite App</title>
  <style>
    html,
    body,
    .main,
    #app {
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    .box-card {
      margin: 5px;
      margin-bottom: 0;
      background: rgba(71, 71, 71, 0.8);
    }

    .cesium-viewer-cesium3DTilesInspectorContainer {
      display: none !important;
    }

    #top-menu {
      position: absolute;
      z-index: 1;
      pointer-events: none;
    }

    .top-wrapper {
      width: 100%;
      height: 70px;
      opacity: 0;
    }

    .top-bag {
      width: 100%;
    }

    .top-title {

      position: absolute;
      width: 600px;
      height: 65px;
      top: 15px;
      left: 50%;
      text-align: center;
      letter-spacing: 8px;
      font-size: 36px;
      color: #fff;
      opacity: 1;
      transform: translate(-50%, 0);
    }

    .HYZongYiTiJ,
    .SourceHanSansCN-Medium {
      font-size: 25px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  </style>
</head>

<body>
  <div class="top-wrapper" id="top-menu" style="opacity: 1;"><video autoplay="autoplay" loop="loop" muted="muted"
      src="./img/UI/top.webm" type="video/webm" class="top-bag"></video>
    <p class="top-title HYZongYiTiJ">
      GIS与3D引擎融合案例
    </p>
  </div>
  <div id="app"></div>

  <!-- <script type="text/javascript" src="./scripts/element.index.js"></script>
  <link rel="stylesheet" href="./scripts/element.index.css"> -->
  <script src="./dat.gui/dat.gui.min.js"></script>
  <link rel="stylesheet" href="./dat.gui/dat.gui.css">
  <!-- <link rel="stylesheet" href="./css/measuretool.css"> -->
  <link rel="stylesheet" href="./css/common.css">
  <!-- <script src="./demojs/lineComon.js"></script> -->
  <script type="text/javascript" src="./demojs/deployConfig.js"></script>
  <script type="module" src="/src/main.ts"></script>
  <script src="./scripts/wow.js"></script>
</body>

</html>
相关推荐
zhongqu_3dnest20 小时前
vr全景相机如何选择?
数码相机·vr·全景相机
zhongqu_3dnest21 小时前
什么是VR相机?VR相机的发展历史
数码相机·vr·全景相机
Time_Memory_cici1 天前
相机中各个坐标系的转换关系如像素坐标系到世界坐标系以及相机标定的目的
数码相机
XU磊2602 天前
双目RealSense系统配置rs_camera.launch----实现D435i自制rosbag数据集到离线场景的slam建图
数码相机·机器人·自动驾驶
fmdpenny2 天前
用python写一个相机选型的简易程序
开发语言·python·数码相机
前沿科技说2 天前
努比亚Z70S Ultra 摄影师版将于4月28日发布,首发【光影大师990】传感器
数码相机
gaosushexiangji2 天前
产品动态|千眼狼sCMOS科学相机捕获单分子荧光信号
数码相机
电鱼智能的电小鱼4 天前
基于 EFISH-SBC-RK3588 的无人机环境感知与数据采集方案
linux·网络·嵌入式硬件·数码相机·无人机·边缘计算
二狗哈5 天前
制作一款打飞机游戏19:碰撞检测
数码相机·游戏
电鱼智能的电小鱼5 天前
SAIL-RK3588协作机器人运动控制器技术方案
linux·嵌入式硬件·数码相机·机器人·无人机·边缘计算