初始化版本库,可用

This commit is contained in:
2021-01-28 10:17:21 +08:00
commit d2573c0b1c
1750 changed files with 41088 additions and 0 deletions

33
types/GLSL/GoochShader.d.ts vendored Normal file
View File

@@ -0,0 +1,33 @@
import { ShaderMaterialParameters, Vector3 } from "three";
export declare function GetGoochShader(): {
uniforms: {
LightPosition: {
type: string;
value: Vector3;
};
SurfaceColor: {
type: string;
value: Vector3;
};
WarmColor: {
type: string;
value: Vector3;
};
CoolColor: {
type: string;
value: Vector3;
};
DiffuseWarm: {
type: string;
value: number;
};
DiffuseCool: {
type: string;
value: number;
};
};
vertexShader: any;
fragmentShader: any;
};
export declare function GetGoodShaderSimple(color?: Vector3): ShaderMaterialParameters;
//# sourceMappingURL=GoochShader.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"GoochShader.d.ts","sourceRoot":"","sources":["../../../src/GLSL/GoochShader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAG1D,wBAAgB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAe7B;AAED,wBAAgB,mBAAmB,CAAC,KAAK,GAAE,OAAqB,GAAG,wBAAwB,CAa1F"}

6
types/GLSL/GoochShader1.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export declare const GoochShader1: {
uniforms: {};
vertexShader: any;
fragmentShader: any;
};
//# sourceMappingURL=GoochShader1.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"GoochShader1.d.ts","sourceRoot":"","sources":["../../../src/GLSL/GoochShader1.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;CAOxB,CAAC"}