提交 c144ce88 编写于 作者: K kazuki

Added map as a property

上级 96b13e52
......@@ -17,6 +17,7 @@ export class MeshDepthMaterial extends Material {
constructor( parameters?: MeshDepthMaterialParameters );
map: Texture | null;
alphaMap: Texture | null;
depthPacking: DepthPackingStrategies;
displacementMap: Texture | null;
......
......@@ -17,6 +17,7 @@ export class MeshDistanceMaterial extends Material {
constructor( parameters?: MeshDistanceMaterialParameters );
map: Texture | null;
alphaMap: Texture | null;
displacementMap: Texture | null;
displacementScale: number;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册