Added 'program' option property in 'threejs'.

This commit is contained in:
Daniel Rosenwasser
2015-09-01 13:32:43 -07:00
parent 60fa05e106
commit dc183eb132

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 {