Explorar o código

Add missing functions

Temdog007 %!s(int64=6) %!d(string=hai) anos
pai
achega
519fe3a30b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/math/SphericalHarmonics3.d.ts

+ 3 - 0
src/math/SphericalHarmonics3.d.ts

@@ -17,5 +17,8 @@ export class SphericalHarmonics3 {
 	fromArray(array: number[]): SphericalHarmonics3;
 	toArray(): number[];
 
+	getAt(normal: Vector3, target: Vector3) : Vector3;
+	getIrradianceAt(normal: Vector3, target: Vector3) : Vector3;
+
 	static getBasisAt(normal: Vector3, shBasis: number[]): void;
 };