[Pipmak-Users] Node images
Status: Alpha
Brought to you by:
cwalther
From: Urs H. <ur...@an...> - 2007-12-21 18:31:18
|
Hi Is it possible to change the images of nodes? Consider for example a node with cubic { "1.jpeg", "2.jpeg", "3.jpeg", "4.jpeg", "5.jpeg", "6.jpeg" } I am in the situation, that the lighting of my game world can change. The functionality of all nodes is independent of the lighting. However, changing the lighting changes the images of all sides of all cubic nodes. So it would be good if I could do something like cubic { state.light .. "1.jpeg", state.light .. "2.jpeg", state.light .. "3.jpeg", ... Is this possible? |