Skip to content

Commit

Permalink
phongexponenttexture
Browse files Browse the repository at this point in the history
  • Loading branch information
Python1320 committed Nov 12, 2020
1 parent 6f4dfbb commit b2ee9ed
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,17 @@ end
-- parsers for different filetypes --
local vmt_key_whitelist = {}

for k, v in next, {'basetexture','texture', 'detail', 'blendmodulatetexture', 'bumpmap', 'normalmap', 'parallaxmap', 'heightmap', 'selfillummask', 'lightwarptexture', 'envmap', 'envmapmask', 'displacementmap', 'reflecttexture', 'refracttexture', 'refracttinttexture', 'dudvmap', 'bottommaterial', 'underwateroverlay'} do
local w= {'basetexture','basetexture2',
'phongexponenttexture','texture', 'detail',
'blendmodulatetexture', 'bumpmap',
'normalmap', 'parallaxmap', 'heightmap',
'selfillummask', 'lightwarptexture',
'envmap', 'envmapmask', 'displacementmap',
'reflecttexture', 'refracttexture',
'refracttinttexture', 'dudvmap',
'bottommaterial', 'underwateroverlay'}

for k, v in next, w do
vmt_key_whitelist[v] = true
end

Expand Down

0 comments on commit b2ee9ed

Please sign in to comment.