mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Added 'program' option property in 'threejs'.
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
||||
declare module THREE {
|
||||
export interface SpriteCanvasMaterialParameters extends MaterialParameters{
|
||||
color?: number;
|
||||
|
||||
program?: (context: any, color: Color) => void;
|
||||
}
|
||||
|
||||
export class SpriteCanvasMaterial extends Material {
|
||||
|
||||
Reference in New Issue
Block a user