فهرست منبع

Added map as a property

kazuki 6 سال پیش
والد
کامیت
c144ce8894
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      src/materials/MeshDepthMaterial.d.ts
  2. 1 0
      src/materials/MeshDistanceMaterial.d.ts

+ 1 - 0
src/materials/MeshDepthMaterial.d.ts

@@ -17,6 +17,7 @@ export class MeshDepthMaterial extends Material {
 
 	constructor( parameters?: MeshDepthMaterialParameters );
 
+	map: Texture | null;
 	alphaMap: Texture | null;
 	depthPacking: DepthPackingStrategies;
 	displacementMap: Texture | null;

+ 1 - 0
src/materials/MeshDistanceMaterial.d.ts

@@ -17,6 +17,7 @@ export class MeshDistanceMaterial extends Material {
 
 	constructor( parameters?: MeshDistanceMaterialParameters );
 
+	map: Texture | null;
 	alphaMap: Texture | null;
 	displacementMap: Texture | null;
 	displacementScale: number;

粤ICP备19079148号