使用vue架构构建three.js3d场景—UI界面___#三分有点码#专栏

使用vue架构构建three.js3d场景—UI界面 三分有点码

仅是构建three.js3d场景—UI界面,更多请访问 https://blog.csdn.net/Hu_xiao_ge
<template>
  <div class="container_team">
    <!-- ui界面 -->
    <div class="menu">
    </div>
    <!-- 主场景 -->
    <div ref="container_team"></div>
  </div>
</template>

<style lang="scss" scoped>
.container_team {
  position: relative;
  .menu {
    position: absolute;
    right: 0;
    width: 300px;
    height: 150px;
    background-color: rgba($color: #000000, $alpha: 0.8);
  }
 
</style>
上一篇:Zoho CRM打造忠诚客户 提升客户满意度


下一篇:three.js模型不在视野*问题