Explorar o código

Merge pull request #16216 from Methuselah96/update-types

Update types to match @types/three
Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
1b587d8d7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/materials/ShaderMaterial.d.ts

+ 1 - 1
src/materials/ShaderMaterial.d.ts

@@ -17,7 +17,7 @@ export interface ShaderMaterialParameters extends MaterialParameters {
   uniforms?: any;
   vertexShader?: string;
   fragmentShader?: string;
-  lineWidth?: number;
+  linewidth?: number;
   wireframe?: boolean;
   wireframeLinewidth?: number;
   lights?: boolean;

粤ICP备19079148号