Changes to emissives, emdots
Convert some blue emissives to emdots and handle their color in script
This commit is contained in:
parent
438e7531c0
commit
2efcf33b18
File diff suppressed because one or more lines are too long
17
script.lua
17
script.lua
@ -482,7 +482,7 @@ do
|
||||
end
|
||||
-- }}}
|
||||
|
||||
-- Parts, groups -- {{{
|
||||
-- Parts, groups, other constants -- {{{
|
||||
HEAD=model.Head.Head
|
||||
VANILLA_PARTIAL={}
|
||||
VANILLA_GROUPS={
|
||||
@ -535,6 +535,21 @@ REG_TAIL_BONES={
|
||||
model.Body_Tail.Tail_L2.Tail_L3,
|
||||
model.Body_Tail.Tail_L2.Tail_L3.fin
|
||||
}
|
||||
EMISSIVES={
|
||||
model.Body.MTail1.MTailDots1,
|
||||
model.Body.MTail1.MTail2.MTailDots2,
|
||||
model.Body.MTail1.MTail2.MTail3.MTailDots3,
|
||||
model.Body.MTail1.MTail2.MTail3.MTail4.MTailDots4,
|
||||
model.Body_Tail.TailDots1,
|
||||
model.Body_Tail.Tail_L2.TailDots2,
|
||||
model.Body_Tail.Tail_L2.Tail_L3.TailDots3,
|
||||
model.Body_Tail.Tail_L2.Tail_L3.fin.TailDots4
|
||||
}
|
||||
COLORS={}
|
||||
COLORS.default=vectors.of{127/255,127/255,255/255}
|
||||
for k, v in pairs(EMISSIVES) do
|
||||
v.setColor(COLORS.default)
|
||||
end
|
||||
|
||||
-- }}}
|
||||
|
||||
|
BIN
texture.png
(Stored with Git LFS)
BIN
texture.png
(Stored with Git LFS)
Binary file not shown.
BIN
texture.xcf
(Stored with Git LFS)
BIN
texture.xcf
(Stored with Git LFS)
Binary file not shown.
BIN
texture_emission.png
(Stored with Git LFS)
BIN
texture_emission.png
(Stored with Git LFS)
Binary file not shown.
BIN
texture_emission.xcf
(Stored with Git LFS)
BIN
texture_emission.xcf
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user