Added 'program' option property in 'threejs'.

This commit is contained in:
Daniel Rosenwasser
2015-09-01 14:00:14 -07:00
parent 60fa05e106
commit dc183eb132
+1 -1
View File
@@ -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 {