未验证 提交 78d9f599 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #17863 from pengweifu/dev

TS: add alphaMap to MeshDistanceMaterial
......@@ -6,6 +6,7 @@ export interface MeshDistanceMaterialParameters extends MaterialParameters {
referencePosition?: Vector3;
nearDistance?: number;
farDistance?: number;
alphaMap?: Texture | null;
displacementMap?: Texture | null;
displacementScale?: number;
displacementBias?: number;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册