Beispiel #1
0
        public CombineRgbNode(string name)
            : base(ShaderNodeType.CombineRgb, name)
        {
            inputs = new CombineRgbInputs(this);
            outputs = new CombineRgbOutputs(this);

            ins.R.Value = 0.0f;
            ins.G.Value = 0.0f;
            ins.B.Value = 0.0f;
        }
Beispiel #2
0
        public CombineRgbNode(string name) :
            base(ShaderNodeType.CombineRgb, name)
        {
            inputs  = new CombineRgbInputs(this);
            outputs = new CombineRgbOutputs(this);

            ins.R.Value = 0.0f;
            ins.G.Value = 0.0f;
            ins.B.Value = 0.0f;
        }