Changes to emissives, emdots

Convert some blue emissives to emdots and handle their color in script
This commit is contained in:
NullBite 2022-03-27 22:20:26 -04:00
parent 438e7531c0
commit 2efcf33b18
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
6 changed files with 25 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -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)

Binary file not shown.

BIN
texture.xcf (Stored with Git LFS)

Binary file not shown.

BIN
texture_emission.png (Stored with Git LFS)

Binary file not shown.

BIN
texture_emission.xcf (Stored with Git LFS)

Binary file not shown.