Explorar o código

Merge pull request #19423 from Hajime-san/dev

TS: Fix type of material about GPUComputationRenderer
Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
449ac80fc1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/jsm/misc/GPUComputationRenderer.d.ts

+ 1 - 1
examples/jsm/misc/GPUComputationRenderer.d.ts

@@ -13,7 +13,7 @@ import {
 export interface Variable {
 	name: string;
 	initialValueTexture: Texture;
-	material: Material;
+	material: ShaderMaterial;
 	dependencies: Variable[];
 	renderTargets: RenderTarget[];
 	wrapS: number;

粤ICP备19079148号