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