emmisive eyes
This commit is contained in:
parent
d1809b35ee
commit
8c8ceaaf47
5 changed files with 12 additions and 8 deletions
10
scripts/model.lua
Normal file
10
scripts/model.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
for _, vanillaModel in pairs({
|
||||
vanilla_model.PLAYER,
|
||||
vanilla_model.ARMOR
|
||||
}) do
|
||||
vanillaModel:setVisible(false)
|
||||
end
|
||||
|
||||
-- hides emmisive textures with invisibility, and likely more things
|
||||
-- https://figura-wiki.pages.dev/tutorials/Emissive%20Textures#setting-render-type-example
|
||||
models:setSecondaryRenderType("EYES")
|
Loading…
Add table
Add a link
Reference in a new issue