All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gempukku.libgdx.graph.plugin.lighting3d.producer.AmbientLightShaderNodeConfiguration Maven / Gradle / Ivy

The newest version!
package com.gempukku.libgdx.graph.plugin.lighting3d.producer;

import com.gempukku.libgdx.graph.data.NodeConfigurationImpl;
import com.gempukku.libgdx.graph.pipeline.producer.node.GraphNodeOutputImpl;
import com.gempukku.libgdx.graph.shader.ShaderFieldType;

public class AmbientLightShaderNodeConfiguration extends NodeConfigurationImpl {
    public AmbientLightShaderNodeConfiguration() {
        super("AmbientLight", "Ambient light", "Lighting");
        addNodeOutput(
                new GraphNodeOutputImpl("ambient", "Color", ShaderFieldType.Vector3));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy