forums | blogs | polls | tutorials | downloads | rules | help

Add new comment

Object placement is relative to the node itself - not the global position of the node. If you place a node that is 4 meters up and the place an object in the middle of that nodes - the location of the new object is 0,0,0 in local space. If you want to randomize the placements you can just deal in the local space of the individual node. Unless I'm not understanding what you're wanting to accomplish.