Constructs a new node.
Node([ this.index = - 1, Vector3? position]){ this.position = position ?? Vector3(); }