Example #1
0
        public CombineHsvNode(string name)
            : base(ShaderNodeType.CombineHsv, name)
        {
            inputs = new CombineHsvInputs(this);
            outputs = new CombineHsvOutputs(this);

            ins.H.Value = 0.0f;
            ins.S.Value = 0.0f;
            ins.V.Value = 0.0f;
        }
Example #2
0
        public CombineHsvNode(string name) :
            base(ShaderNodeType.CombineHsv, name)
        {
            inputs  = new CombineHsvInputs(this);
            outputs = new CombineHsvOutputs(this);

            ins.H.Value = 0.0f;
            ins.S.Value = 0.0f;
            ins.V.Value = 0.0f;
        }