🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

rh3dsdk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rh3dsdk

开放地图服务 目前,人员定位项目、辅助运输项目,或者其他项目都使用该SDK.只是提供功能供应用层使用。

latest
npmnpm
Version
1.0.123
Version published
Maintainers
1
Created
Source

open-map-service-web

开放地图服务 目前,人员定位项目、辅助运输项目,或者其他项目都使用该SDK.只是提供功能供应用层使用。

目录说明

  • core
  • geometry 几何体
  • entity 场景中直接显示的Mesh
  • entityScript Mesh对应的脚本,处理业务逻辑
  • interface 对外提供的接口
  • plugin 功能插件,场景中没有直接的Mesh对应;所有依赖必须外部注入,不能直接引用其他文件。

发布npm包

npm publish npm config set registry http://124.65.131.22:13000 npm adduser --registry=http://124.65.131.22:13000 --always-auth

Todo

  • publicInfo去掉,使用 async字段
  • 规范实体和插件的param传参
 param: {
  scale: {x:.5,y:.5,z:.5},
  rotation: {x:0,y:0,z:0},
  position: {
    x: item.X,
    y: item.Z,
    z: -item.Y
  }
}
  • 使用cesium 瓦片加载大模型

FAQs

Package last updated on 11 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts