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