Skip to content

Commit e6a1ce6

Browse files
committed
Add more shader params to the list
1 parent 66ecab3 commit e6a1ce6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/vmt/src/shader-param-list.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,11 @@ export const shaderParams = [
915915
"name": "$emissionscale",
916916
"type": "color",
917917
"description": "Tints the emission texture's brightness by this color. Can go above 1 to go extra bright"
918+
},
919+
{
920+
"name": "$emissiontexture",
921+
"type": "texture",
922+
"description": "Defines the emission texture"
918923
}
919924
] as ShaderParam[];
920925
export const internalTextures = [

0 commit comments

Comments
 (0)