Page 1 of 1

understanding LuaEntity visual property

Posted: Fri Dec 19, 2014 20:05
by LocaL_ALchemisT
can anyone give description on these types of visual:
  1. cube
  2. sprite
  3. upright_sprite
  4. mesh
  5. wielditem
i think i already know about no.1 and no.4, but not the others

many thanks in advance

Re: understanding LuaEntity visual property

Posted: Fri Dec 19, 2014 20:24
by Krock
sprite:
- Flat texture
- Always looks at you (like the dropped items in 0.4.9)
upright_sprite:
- Used for 2D-characters,
- You can go around it like a normal player
- Looks like a standing paper
mesh:
- Visuals are defined with a mesh(-file)

Re: understanding LuaEntity visual property

Posted: Sat Dec 20, 2014 08:41
by Calinou
cube: a simple cube, like a default node.

wielditem: similar to a wielded or dropped item; is like upright_sprite, but extruded.