1.1.1 • Published 5 months ago

modi-3d v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Modi

介绍

three.js package

软件架构

软件架构说明

-- 添加Cesium支持

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. XXXX

参数说明

  1. modelList 模型列表
  2. 控制器默认配置
const DefaultControls = {
    autoRotate: true,
    autoRotateSpeed: 1.0,
};
  1. 相机的默认配置
const DefaultCamera = {
    fov: 50,
    aspect: window.innerWidth / window.innerHeight,
    near: 1,
    far: 20000,
    x: 1600,
    y: 2100,
    z: 4000,
    lookAtX: 0,
    lookAtY: 0,
    lookAtZ: 0
};
1.1.1

5 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago