Hey,
I am new to node editor.
I am going to make a color-detector on an object using node editor. What I want to implement is to change the color of one moving (active objects in game engine) object based on its distance from another moving (active) object.
- Is that possible in the node editor to have the position data of another object?
- Can I have the data of objects about their ‘rotation’ in the node editor ? i.e. if an object rotates (relative to another object) its color changes based on the amount of rotation.
Thank you for your help in advance.
Ehsan