PositionNode constructor

PositionNode([
  1. dynamic scope = PositionNode.LOCAL
])

Implementation

PositionNode([scope = PositionNode.LOCAL]) : super('vec3') {
  generateLength = 1;
  this.scope = scope;
}