Example #1
0
 public LightFalloffNode(string name)
     : base(ShaderNodeType.LightFalloff, name)
 {
     inputs = new LightFalloffInputs(this);
     outputs = new LightFalloffOutputs(this);
 }
Example #2
0
 public LightFalloffNode(string name) :
     base(ShaderNodeType.LightFalloff, name)
 {
     inputs  = new LightFalloffInputs(this);
     outputs = new LightFalloffOutputs(this);
 }