0.7.0 • Published 9 months ago

@vis-three/module-line v0.7.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
9 months ago

@vis-three/module-line

最新版本

license

模块信息

module.type

  • : line

module.object

  • : true

module.lifeOrder

  • : SUPPORT_LIFE_CYCLE.THREE - 300

提供配置

线物体-Line

  • 类型Line
  • 配置类型:
export interface LineConfig extends SolidObjectConfig {
  /**材质vid标识 */
  material: string;
  /**几何vid标识 */
  geometry: string;
  /**是否为虚线,如果当前的使用材质是`LineDashedMaterial`请打开 */
  dashed: boolean;
}
  • 默认配置
{
    geometry: "",
    material: "",
    dashed: false,
  }
0.7.0

9 months ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago