model~PlaneMesh(width, height, options)

在xy平面生成一个固定宽高的平面

Summary

Methods:
clone

拷贝

setMaterial

设置材质属性

Constructor

new PlaneMesh(width, height, options)

平面几何构造函数

Parameters:
Name Type Description
width Number

height Number

options

继承父类参数

Methods

clone() → {module:model~PlaneMesh}

拷贝

setMaterial(material)

设置材质属性

Parameters:
Name Type Description
material module:material~Material